diff --git a/package-lock.json b/package-lock.json index a2a020b9..37ce95c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", - "geostyler-style": "9.0.0-next.4", + "geostyler-style": "9.0.0-next.5", "i18next": "^23.11.5", "lodash": "^4.17.21" }, @@ -4534,9 +4534,9 @@ } }, "node_modules/geostyler-style": { - "version": "9.0.0-next.4", - "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.0-next.4.tgz", - "integrity": "sha512-sn7Bjx51dmg7BYY/io8TielbOGpnpF0JV8Q4WvNmpQ+ry78H/qpDrD4EwcR5ARNVBJdagOd9a+3P8hQ9LSSnnQ==", + "version": "9.0.0-next.5", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.0-next.5.tgz", + "integrity": "sha512-nbTyL5i4zAB303RUXpVRKhrXceSKu2sOMWqjXjitjII31eOIKybS0iKV5C4f1qktE3TweJY/xPtC6aP6rTsQAw==", "engines": { "node": ">=20.6.0", "npm": ">=10.0.0" diff --git a/package.json b/package.json index a3ec8dfd..d53fd62b 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js", - "module": "dist/SldStyleParser.js", - "types": "dist/SldStyleParser.d.ts", - "browser": "dist/sldStyleParser.iife.js", "files": [ "dist" ], @@ -40,7 +37,7 @@ "dependencies": { "fast-xml-parser": "^4.2.2", "i18next": "^23.11.5", - "geostyler-style": "9.0.0-next.4", + "geostyler-style": "9.0.0-next.5", "lodash": "^4.17.21" }, "devDependencies": {