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 +2 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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