This commit is contained in:
David Bruant 2025-03-25 22:07:32 +01:00
parent 72f56dafff
commit 9710b1b18a
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ods-xlsx",
"version": "0.10.1",
"version": "0.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ods-xlsx",
"version": "0.10.1",
"version": "0.11.0",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"@zip.js/zip.js": "^2.7.57"

View File

@ -1,6 +1,6 @@
{
"name": "ods-xlsx",
"version": "0.10.1",
"version": "0.11.0",
"type": "module",
"main": "./scripts/node.js",
"browser": "./scripts/browser.js",