couchdb-web-node-plugin 1.0.781 → 1.0.783
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/databaseHelper.js +1 -1
- package/helper.js +1 -1
- package/index.js +1 -1
- package/package.json +12 -12
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.783",
|
|
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",
|
|
@@ -69,28 +69,28 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/eslint-parser": "^7.28.5",
|
|
71
71
|
"@babel/runtime": "^7.28.4",
|
|
72
|
-
"@stylistic/eslint-plugin": "^5.
|
|
72
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
73
73
|
"@types/ejs": "^3.1.5",
|
|
74
74
|
"@types/express": "^5.0.5",
|
|
75
75
|
"@types/node": "^24.10.1",
|
|
76
76
|
"@types/pouchdb-node": "^6.1.7",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
79
|
-
"clientnode": "^3.0.
|
|
80
|
-
"documentation-website": "^1.0.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
78
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
79
|
+
"clientnode": "^3.0.1332",
|
|
80
|
+
"documentation-website": "^1.0.396",
|
|
81
81
|
"eslint": "^9.39.1",
|
|
82
82
|
"eslint-config-google": "^0.14.0",
|
|
83
|
-
"eslint-plugin-jsdoc": "^61.
|
|
83
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
84
84
|
"express": "^5.1.0",
|
|
85
85
|
"express-pouchdb": "^4.2.0",
|
|
86
86
|
"jest": "^30.2.0",
|
|
87
87
|
"jsdoc": "^4.0.5",
|
|
88
88
|
"mkdirp": "^3.0.1",
|
|
89
89
|
"node-fetch": "^3.3.2",
|
|
90
|
-
"rimraf": "^6.1.
|
|
91
|
-
"typescript-eslint": "^8.
|
|
92
|
-
"web-node": "^1.0.
|
|
93
|
-
"weboptimizer": "^2.0.
|
|
90
|
+
"rimraf": "^6.1.2",
|
|
91
|
+
"typescript-eslint": "^8.48.0",
|
|
92
|
+
"web-node": "^1.0.562",
|
|
93
|
+
"weboptimizer": "^2.0.1625"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@babel/runtime": "*",
|
|
@@ -585,5 +585,5 @@
|
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
|
-
"packageManager": "yarn@4.
|
|
588
|
+
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
|
|
589
589
|
}
|