couchdb-web-node-plugin 1.0.506 → 1.0.507
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 +2 -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.507",
|
|
4
4
|
"license": "CC-BY-3.0",
|
|
5
5
|
"description": "A couchdb server, model instance conflict handler, rest api, authentication, session management, schema validator and model relation guarantee for webNode.",
|
|
6
6
|
"homepage": "https://torben.website/couchdb-web-node-plugin",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prepare": "yarn build",
|
|
48
48
|
"report:coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
49
49
|
"serve": "yarn build && yarn start",
|
|
50
|
-
"start": "web-node",
|
|
50
|
+
"start": "web-node '{plugin: {hotReloading: true}}'",
|
|
51
51
|
"test": "weboptimizer test",
|
|
52
52
|
"update": "yarn version --patch && yarn publish",
|
|
53
53
|
"update:documentation": "documentationWebsite --log-level info",
|