couchdb-web-node-plugin 2.0.838 → 2.0.839

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "couchdb-web-node-plugin",
3
- "version": "2.0.838",
3
+ "version": "2.0.839",
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",
@@ -58,7 +58,7 @@
58
58
  "test": "yarn build:databaseHelper && weboptimizer test",
59
59
  "test:coverage": "weboptimizer test:coverage",
60
60
  "test:coverage:report": "weboptimizer test:coverage:report",
61
- "update:documentation": "documentation-website",
61
+ "update:documentation": "web-documentation",
62
62
  "watch": "weboptimizer build --watch"
63
63
  },
64
64
  "dependencies": {
@@ -76,15 +76,14 @@
76
76
  "@stylistic/eslint-plugin": "^5.10.0",
77
77
  "@types/ejs": "^3.1.5",
78
78
  "@types/express": "^5.0.6",
79
- "@types/node": "^25.5.2",
79
+ "@types/node": "^25.6.0",
80
80
  "@types/pouchdb-adapter-memory": "^6.1.6",
81
81
  "@types/pouchdb-node": "^6.1.7",
82
82
  "@types/webpack-env": "^1.18.8",
83
- "@typescript-eslint/eslint-plugin": "^8.58.0",
84
- "@typescript-eslint/parser": "^8.58.0",
85
- "clientnode": "^4.0.1372",
86
- "documentation-website": "^1.0.401",
87
- "eslint": "^10.2.0",
83
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
84
+ "@typescript-eslint/parser": "^8.59.0",
85
+ "clientnode": "^4.0.1388",
86
+ "eslint": "^10.2.1",
88
87
  "eslint-config-google": "^0.14.0",
89
88
  "eslint-plugin-jsdoc": "^62.9.0",
90
89
  "express": "^5.2.1",
@@ -95,9 +94,10 @@
95
94
  "node-fetch": "^3.3.2",
96
95
  "pouchdb-adapter-memory": "^9.0.0",
97
96
  "rimraf": "^6.1.3",
98
- "typescript-eslint": "^8.58.0",
99
- "web-node": "^1.0.578",
100
- "weboptimizer": "^3.0.16"
97
+ "typescript-eslint": "^8.59.0",
98
+ "web-documentation": "^1.0.2",
99
+ "web-node": "^1.0.581",
100
+ "weboptimizer": "^3.0.22"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "@babel/runtime": "*",
@@ -124,8 +124,8 @@
124
124
  }
125
125
  },
126
126
  "engines": {
127
- "node": ">=20",
128
- "npm": ">=10",
127
+ "node": ">=24",
128
+ "npm": ">=11",
129
129
  "yarn": ">=4"
130
130
  },
131
131
  "resolutions": {
@@ -636,5 +636,5 @@
636
636
  }
637
637
  }
638
638
  },
639
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
639
+ "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
640
640
  }
package/readme.md CHANGED
@@ -25,7 +25,7 @@ Project status
25
25
 
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/couchdb-web-node-plugin?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/couchdb-web-node-plugin)
27
27
 
28
- [![deploy documentation website](https://img.shields.io/github/actions/workflow/status/thaibault/couchdb-web-node-plugin/deploy-documentation-website.yaml?label=deploy%20documentation%20website&style=for-the-badge)](https://github.com/thaibault/couchdb-web-node-plugin/actions/workflows/deploy-documentation-website.yaml)
28
+ [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/couchdb-web-node-plugin/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/couchdb-web-node-plugin/actions/workflows/deploy-web-documentation.yaml)
29
29
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/couchdb-web-node-plugin.svg?label=documentation-website&style=for-the-badge)](https://torben.website/couchdb-web-node-plugin)
30
30
 
31
31
  Use case