geoserver-node-client 1.5.0 → 1.5.1
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 +3 -6
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -161,13 +161,10 @@ npm run release
|
|
|
161
161
|
|
|
162
162
|
## Who do I talk to?
|
|
163
163
|
|
|
164
|
+
You need professional support, maintenance or project-driven development around ***geoserver-node-client***? Please contact a service provider listed below:
|
|
165
|
+
|
|
164
166
|
- meggsimum (Christian Mayer) - info __at## meggsimum ~~dot** de
|
|
165
167
|
|
|
166
168
|
## Credits
|
|
167
169
|
|
|
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"/>
|
|
170
|
+
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.1",
|
|
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.1",
|
|
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",
|