clientnode 4.0.1387 → 4.0.1388-1
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 +8 -9
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1388-1",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -66,10 +66,9 @@
|
|
|
66
66
|
"test:browser": "weboptimizer test:browser",
|
|
67
67
|
"test:coverage": "weboptimizer test:coverage",
|
|
68
68
|
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
69
|
-
"update:documentation": "documentation
|
|
69
|
+
"update:documentation": "web-documentation",
|
|
70
70
|
"watch": "weboptimizer build --watch"
|
|
71
71
|
},
|
|
72
|
-
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {represent} = require('clientnode')\n\nrepresent({test: 'data'})",
|
|
73
72
|
"devDependencies": {
|
|
74
73
|
"@babel/cli": "^7.28.6",
|
|
75
74
|
"@babel/eslint-parser": "^7.28.6",
|
|
@@ -83,10 +82,9 @@
|
|
|
83
82
|
"@types/node": "^25.6.0",
|
|
84
83
|
"@types/prop-types": "^15.7.15",
|
|
85
84
|
"@types/webpack-env": "^1.18.8",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
87
|
-
"@typescript-eslint/parser": "^8.
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
86
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
88
87
|
"clientnode": "workspace:.",
|
|
89
|
-
"documentation-website": "^1.0.401",
|
|
90
88
|
"eslint": "^10.2.1",
|
|
91
89
|
"eslint-config-google": "^0.14.0",
|
|
92
90
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
@@ -97,8 +95,9 @@
|
|
|
97
95
|
"node-fetch": "^3.3.2",
|
|
98
96
|
"prop-types": "^15.8.1",
|
|
99
97
|
"rimraf": "^6.1.3",
|
|
100
|
-
"typescript-eslint": "^8.
|
|
101
|
-
"
|
|
98
|
+
"typescript-eslint": "^8.59.0",
|
|
99
|
+
"web-documentation": "^1.0.2",
|
|
100
|
+
"weboptimizer": "^3.0.22",
|
|
102
101
|
"webpack-dev-server": "^5.2.3"
|
|
103
102
|
},
|
|
104
103
|
"peerDependencies": {
|
|
@@ -258,5 +257,5 @@
|
|
|
258
257
|
}
|
|
259
258
|
}
|
|
260
259
|
},
|
|
261
|
-
"packageManager": "yarn@4.
|
|
260
|
+
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
|
|
262
261
|
}
|
package/readme.md
CHANGED
|
@@ -25,10 +25,10 @@ Project status
|
|
|
25
25
|
|
|
26
26
|
[](https://coveralls.io/github/thaibault/clientnode)
|
|
27
27
|
|
|
28
|
-
[](https://github.com/thaibault/clientnode/actions/workflows/deploy-web-documentation.yaml)
|
|
29
29
|
[](https://torben.website/clientnode)
|
|
30
30
|
|
|
31
|
-
[](https://githubbox.com/thaibault/clientnode)
|
|
32
32
|
|
|
33
33
|
<!--|deDE:Einsatz-->
|
|
34
34
|
Use case
|