geoserver-node-client 1.5.1 → 1.5.2

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.
package/README.md CHANGED
@@ -18,8 +18,9 @@ Detailed [API-Docs](https://meggsimum.github.io/geoserver-node-client/) are auto
18
18
 
19
19
  Compatible with [GeoServer](https://geoserver.org)
20
20
 
21
+ - v2.28.x
21
22
  - v2.27.x
22
- - v2.26.x
23
+ - v2.26.x (no more maintained and officially deprecated)
23
24
  - v2.25.x (no more maintained and officially deprecated)
24
25
  - v2.24.x (no more maintained and officially deprecated)
25
26
  - v2.23.x (no more maintained and officially deprecated)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geoserver-node-client",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Node.js client for GeoServer REST API",
5
5
  "type": "commonjs",
6
6
  "main": "geoserver-rest-client.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geoserver-node-client",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Node.js client for GeoServer REST API",
5
5
  "type": "module",
6
6
  "main": "geoserver-rest-client.js",