couchdb-web-node-plugin 1.0.540 → 1.0.541
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "couchdb-web-node-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.541",
|
|
4
4
|
"description": "A couchdb server, model instance conflict handler, rest api, authentication, session management, schema validator and model relation guarantee for webNode.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"clear": "weboptimizer clear && rimraf log.txt",
|
|
50
50
|
"document": "weboptimizer document",
|
|
51
51
|
"lint": "weboptimizer lint",
|
|
52
|
+
"postversion": "yarn publish --non-interactive && git push --tags && git push",
|
|
52
53
|
"prepare": "yarn build",
|
|
53
54
|
"report:coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
54
55
|
"serve": "yarn build && yarn start",
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"test": "weboptimizer test",
|
|
57
58
|
"test:coverage": "weboptimizer test:coverage",
|
|
58
59
|
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
59
|
-
"update": "yarn version --patch
|
|
60
|
+
"update": "yarn version --patch",
|
|
60
61
|
"update:documentation": "documentation-website",
|
|
61
62
|
"watch": "weboptimizer build --watch"
|
|
62
63
|
},
|