clientnode 3.0.1296 → 3.0.1298

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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1296",
3
+ "version": "3.0.1298",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -74,21 +74,21 @@
74
74
  "@babel/eslint-parser": "^7.27.5",
75
75
  "@babel/plugin-transform-proto-to-assign": "^7.27.1",
76
76
  "@babel/runtime": "^7.27.6",
77
- "@stylistic/eslint-plugin": "^5.0.0",
77
+ "@stylistic/eslint-plugin": "^5.1.0",
78
78
  "@types/ejs": "^3.1.5",
79
79
  "@types/html-minifier": "^4.0.5",
80
80
  "@types/imagemin": "^9.0.1",
81
81
  "@types/jquery": "^3.5.32",
82
- "@types/node": "^24.0.6",
82
+ "@types/node": "^24.0.8",
83
83
  "@types/prop-types": "^15.7.15",
84
84
  "@types/webpack-env": "^1.18.8",
85
- "@typescript-eslint/eslint-plugin": "^8.35.0",
86
- "@typescript-eslint/parser": "^8.35.0",
85
+ "@typescript-eslint/eslint-plugin": "^8.35.1",
86
+ "@typescript-eslint/parser": "^8.35.1",
87
87
  "clientnode": "workspace:.",
88
- "documentation-website": "^1.0.384",
88
+ "documentation-website": "^1.0.387",
89
89
  "eslint": "^9.30.0",
90
90
  "eslint-config-google": "^0.14.0",
91
- "eslint-plugin-jsdoc": "^51.2.3",
91
+ "eslint-plugin-jsdoc": "^51.3.1",
92
92
  "favicons-webpack-plugin": "^6.0.1",
93
93
  "image-minimizer-webpack-plugin": "^4.1.3",
94
94
  "jest": "^30.0.3",
@@ -97,8 +97,8 @@
97
97
  "node-fetch": "^3.3.2",
98
98
  "prop-types": "^15.8.1",
99
99
  "rimraf": "^6.0.1",
100
- "typescript-eslint": "^8.35.0",
101
- "weboptimizer": "^2.0.1591",
100
+ "typescript-eslint": "^8.35.1",
101
+ "weboptimizer": "^2.0.1593",
102
102
  "webpack-dev-server": "^5.2.2"
103
103
  },
104
104
  "peerDependencies": {
package/readme.md CHANGED
@@ -25,6 +25,7 @@ Project status
25
25
 
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/clientnode?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/clientnode)
27
27
 
28
+ [![deploy documentation website](https://img.shields.io/github/actions/workflow/status/thaibault/clientnode/deploy-documentation-website.yaml?label=deploy%20documentation%20website&style=for-the-badge)](https://github.com/thaibault/clientnode/actions/workflows/deploy-documentation-website.yaml)
28
29
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/clientnode.svg?label=documentation-website&style=for-the-badge)](https://torben.website/clientnode)
29
30
 
30
31
  [![Try out](https://img.shields.io/badge/Try%20it%20on%20runkit-%2345cc11?style=for-the-badge)](https://npm.runkit.com/clientnode)