geoserver-node-client 1.5.0 → 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 +5 -7
- package/dist/package.json +2 -2
- package/package.json +2 -2
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)
|
|
@@ -161,13 +162,10 @@ npm run release
|
|
|
161
162
|
|
|
162
163
|
## Who do I talk to?
|
|
163
164
|
|
|
165
|
+
You need professional support, maintenance or project-driven development around ***geoserver-node-client***? Please contact a service provider listed below:
|
|
166
|
+
|
|
164
167
|
- meggsimum (Christian Mayer) - info __at## meggsimum ~~dot** de
|
|
165
168
|
|
|
166
169
|
## Credits
|
|
167
170
|
|
|
168
|
-
This project was initiated by [meggsimum](https://meggsimum.de) within the [mFund](https://www.
|
|
169
|
-
<p><img src="https://sauber-projekt.de/wp-content/uploads/2018/12/SAG_SAUBER_Logo_Dez3_transparent-1-e1543843688935.png" alt="SAUBER Logo" width="200"/></p>.
|
|
170
|
-
<p><img src="http://www.klips-projekt.de/wp-content/uploads/2021/02/SAG_KLIPS-Logo_Jan21.png" alt="KLIPS Logo" width="200"/></p>.
|
|
171
|
-
|
|
172
|
-
<img src="https://sauber-projekt.de/wp-content/uploads/2018/12/mfund-logo-download-e1547545420815-300x77.jpg" alt="mFund Logo" width="300"/>
|
|
173
|
-
<img src="https://sauber-projekt.de/wp-content/uploads/2019/06/BMVI_Fz_2017_Office_Farbe_de_Bundestag-400x402.png" alt="BMVI Logo" height="200"/>
|
|
171
|
+
This project was initiated by [meggsimum](https://meggsimum.de) within the [mFund](https://www.bmv.de/EN/Topics/Digital-Matters/mFund/mFund.html) research project **SAUBER** and was further developed in the mFund research project **KLIPS**.
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoserver-node-client",
|
|
3
|
-
"version": "1.5.
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/plugin-transform-runtime": "^7.27.4",
|
|
46
46
|
"@babel/preset-env": "^7.22.20",
|
|
47
47
|
"@eslint/compat": "^1.2.9",
|
|
48
|
-
"chai": "^
|
|
48
|
+
"chai": "^6.0.1",
|
|
49
49
|
"eslint": "^9.29.0",
|
|
50
50
|
"eslint-config-prettier": "^10.1.5",
|
|
51
51
|
"eslint-plugin-prettier": "^5.5.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoserver-node-client",
|
|
3
|
-
"version": "1.5.
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/plugin-transform-runtime": "^7.27.4",
|
|
46
46
|
"@babel/preset-env": "^7.22.20",
|
|
47
47
|
"@eslint/compat": "^1.2.9",
|
|
48
|
-
"chai": "^
|
|
48
|
+
"chai": "^6.0.1",
|
|
49
49
|
"eslint": "^9.29.0",
|
|
50
50
|
"eslint-config-prettier": "^10.1.5",
|
|
51
51
|
"eslint-plugin-prettier": "^5.5.1",
|