geoserver-node-client 1.4.6 → 1.4.7
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 +8 -5
- package/dist/package.json +3 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -18,8 +18,10 @@ 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.
|
|
22
|
-
- v2.
|
|
21
|
+
- v2.27.x
|
|
22
|
+
- v2.26.x
|
|
23
|
+
- v2.25.x (no more maintained and officially deprecated)
|
|
24
|
+
- v2.24.x (no more maintained and officially deprecated)
|
|
23
25
|
- v2.23.x (no more maintained and officially deprecated)
|
|
24
26
|
- v2.22.x (no more maintained and officially deprecated)
|
|
25
27
|
- v2.21.x (no more maintained and officially deprecated)
|
|
@@ -152,9 +154,10 @@ npm run release
|
|
|
152
154
|
```
|
|
153
155
|
|
|
154
156
|
4. Follow the questions in the commandline.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
|
|
158
|
+
- automatically upgrades the version in `package.json`
|
|
159
|
+
- makes a release commit and pushes it to GitHub
|
|
160
|
+
- publishes the new version to npm
|
|
158
161
|
|
|
159
162
|
## Who do I talk to?
|
|
160
163
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoserver-node-client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"description": "Node.js client for GeoServer REST API",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "geoserver-rest-client.js",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"lint-fix": "eslint --fix src/**/*.js test/**/*.js scripts/**/*.js geoserver-rest-client.js",
|
|
12
12
|
"pretest": "npm run lint",
|
|
13
13
|
"test": "mocha --timeout 10000",
|
|
14
|
+
"test:reset-gs": "node test/reset-gs.js",
|
|
14
15
|
"release": "release-it",
|
|
15
16
|
"release:dry": "release-it --dry-run",
|
|
16
17
|
"build": "npm run build:clean && npm run build:babel && npm run build:fixup",
|
|
@@ -51,6 +52,6 @@
|
|
|
51
52
|
"eslint-plugin-promise": "^6.1.1",
|
|
52
53
|
"jsdoc": "^4.0.2",
|
|
53
54
|
"mocha": "^11.0.1",
|
|
54
|
-
"release-it": "^
|
|
55
|
+
"release-it": "^19.0.1"
|
|
55
56
|
}
|
|
56
57
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoserver-node-client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"description": "Node.js client for GeoServer REST API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "geoserver-rest-client.js",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"lint-fix": "eslint --fix src/**/*.js test/**/*.js scripts/**/*.js geoserver-rest-client.js",
|
|
12
12
|
"pretest": "npm run lint",
|
|
13
13
|
"test": "mocha --timeout 10000",
|
|
14
|
+
"test:reset-gs": "node test/reset-gs.js",
|
|
14
15
|
"release": "release-it",
|
|
15
16
|
"release:dry": "release-it --dry-run",
|
|
16
17
|
"build": "npm run build:clean && npm run build:babel && npm run build:fixup",
|
|
@@ -51,6 +52,6 @@
|
|
|
51
52
|
"eslint-plugin-promise": "^6.1.1",
|
|
52
53
|
"jsdoc": "^4.0.2",
|
|
53
54
|
"mocha": "^11.0.1",
|
|
54
|
-
"release-it": "^
|
|
55
|
+
"release-it": "^19.0.1"
|
|
55
56
|
}
|
|
56
57
|
}
|