jmapserver-ng-core 2.10.14 → 2.10.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/.env +1 -1
  2. package/package.json +1 -1
  3. package/public/index.js +1 -1
package/.env CHANGED
@@ -1,3 +1,3 @@
1
1
  # this is the npm token used to publish packages. The token must have read-write permission
2
2
  # npm token expire after 90 days, you must refresh it on a regular basis
3
- NPM_TOKEN=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
3
+ NPM_TOKEN=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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core",
3
- "version": "2.10.14",
3
+ "version": "2.10.16",
4
4
  "description": "K2 Geospatial - JMap Server NG Core library implementation",
5
5
  "private": false,
6
6
  "main": "public/index.js",