clientnode 3.0.1265 → 3.0.1267
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 +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1267",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"test:browser": "weboptimizer test:browser",
|
|
66
66
|
"test:coverage": "weboptimizer test:coverage",
|
|
67
67
|
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
68
|
-
"update": "yarn version patch && yarn npm publish",
|
|
69
68
|
"update:documentation": "documentation-website",
|
|
70
69
|
"watch": "weboptimizer build --watch"
|
|
71
70
|
},
|
|
@@ -74,22 +73,22 @@
|
|
|
74
73
|
"@babel/cli": "^7.26.4",
|
|
75
74
|
"@babel/eslint-parser": "^7.26.5",
|
|
76
75
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
77
|
-
"@babel/runtime": "^7.26.
|
|
78
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
76
|
+
"@babel/runtime": "^7.26.7",
|
|
77
|
+
"@stylistic/eslint-plugin-ts": "^3.0.0",
|
|
79
78
|
"@types/ejs": "^3.1.5",
|
|
80
79
|
"@types/html-minifier": "^4.0.5",
|
|
81
80
|
"@types/imagemin": "^9.0.1",
|
|
82
81
|
"@types/jquery": "^3.5.32",
|
|
83
|
-
"@types/node": "^22.10.
|
|
82
|
+
"@types/node": "^22.10.10",
|
|
84
83
|
"@types/prop-types": "^15.7.14",
|
|
85
|
-
"@types/webpack-env": "^1.18.
|
|
84
|
+
"@types/webpack-env": "^1.18.6",
|
|
86
85
|
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
87
86
|
"@typescript-eslint/parser": "^8.21.0",
|
|
88
87
|
"clientnode": "workspace:.",
|
|
89
88
|
"documentation-website": "^1.0.342",
|
|
90
|
-
"eslint": "^9.
|
|
89
|
+
"eslint": "^9.19.0",
|
|
91
90
|
"eslint-config-google": "^0.14.0",
|
|
92
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
91
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
93
92
|
"favicons-webpack-plugin": "^6.0.1",
|
|
94
93
|
"image-minimizer-webpack-plugin": "^4.1.3",
|
|
95
94
|
"jest": "^29.7.0",
|
|
@@ -99,7 +98,7 @@
|
|
|
99
98
|
"prop-types": "^15.8.1",
|
|
100
99
|
"rimraf": "^6.0.1",
|
|
101
100
|
"typescript-eslint": "^8.21.0",
|
|
102
|
-
"weboptimizer": "^2.0.
|
|
101
|
+
"weboptimizer": "^2.0.1556",
|
|
103
102
|
"webpack-dev-server": "^5.2.0"
|
|
104
103
|
},
|
|
105
104
|
"peerDependencies": {
|
package/readme.md
CHANGED
|
@@ -17,6 +17,7 @@ Project status
|
|
|
17
17
|
[](https://www.npmjs.com/package/clientnode)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/clientnode/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/clientnode/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/clientnode/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/clientnode/actions/workflows/lint.yaml)
|