clientnode 3.0.1250 → 3.0.1251

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 (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1250",
3
+ "version": "3.0.1251",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -75,7 +75,7 @@
75
75
  "@babel/eslint-parser": "^7.25.9",
76
76
  "@babel/plugin-transform-proto-to-assign": "^7.25.9",
77
77
  "@babel/runtime": "^7.26.0",
78
- "@stylistic/eslint-plugin-ts": "^2.11.0",
78
+ "@stylistic/eslint-plugin-ts": "^2.12.0",
79
79
  "@types/ejs": "^3.1.5",
80
80
  "@types/html-minifier": "^4.0.5",
81
81
  "@types/imagemin": "^9.0.0",
@@ -85,8 +85,8 @@
85
85
  "@types/webpack-env": "^1.18.5",
86
86
  "@typescript-eslint/eslint-plugin": "^8.17.0",
87
87
  "@typescript-eslint/parser": "^8.17.0",
88
- "clientnode": "3.0.1247",
89
- "documentation-website": "^1.0.340",
88
+ "clientnode": "3.0.1251",
89
+ "documentation-website": "^1.0.341",
90
90
  "eslint": "^9.16.0",
91
91
  "eslint-config-google": "^0.14.0",
92
92
  "eslint-plugin-jsdoc": "^50.6.0",
@@ -99,7 +99,7 @@
99
99
  "prop-types": "^15.8.1",
100
100
  "rimraf": "^6.0.1",
101
101
  "typescript-eslint": "^8.17.0",
102
- "weboptimizer": "^2.0.1546",
102
+ "weboptimizer": "^2.0.1547",
103
103
  "webpack-dev-server": "^5.1.0"
104
104
  },
105
105
  "peerDependencies": {
@@ -243,6 +243,9 @@
243
243
  "exclude": {
244
244
  "#": "NOTE: Theses files are ECMAscript file so have to be processed to work with test-runner.",
245
245
  "__append__": [
246
+ {
247
+ "__evaluate__": "/^(.+\\/)?clientnode(\\/.+)?$/"
248
+ },
246
249
  {
247
250
  "__evaluate__": "/^(.+\\/)?data-uri-to-buffer(\\/.+)?$/"
248
251
  },