clientnode 4.0.1387 → 4.0.1388

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 +8 -8
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "4.0.1387",
3
+ "version": "4.0.1388",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -66,7 +66,7 @@
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-website",
69
+ "update:documentation": "web-documentation",
70
70
  "watch": "weboptimizer build --watch"
71
71
  },
72
72
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {represent} = require('clientnode')\n\nrepresent({test: 'data'})",
@@ -83,10 +83,9 @@
83
83
  "@types/node": "^25.6.0",
84
84
  "@types/prop-types": "^15.7.15",
85
85
  "@types/webpack-env": "^1.18.8",
86
- "@typescript-eslint/eslint-plugin": "^8.58.2",
87
- "@typescript-eslint/parser": "^8.58.2",
86
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
87
+ "@typescript-eslint/parser": "^8.59.0",
88
88
  "clientnode": "workspace:.",
89
- "documentation-website": "^1.0.401",
90
89
  "eslint": "^10.2.1",
91
90
  "eslint-config-google": "^0.14.0",
92
91
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -97,8 +96,9 @@
97
96
  "node-fetch": "^3.3.2",
98
97
  "prop-types": "^15.8.1",
99
98
  "rimraf": "^6.1.3",
100
- "typescript-eslint": "^8.58.2",
101
- "weboptimizer": "^3.0.21",
99
+ "typescript-eslint": "^8.59.0",
100
+ "web-documentation": "^1.0.2",
101
+ "weboptimizer": "^3.0.22",
102
102
  "webpack-dev-server": "^5.2.3"
103
103
  },
104
104
  "peerDependencies": {
@@ -258,5 +258,5 @@
258
258
  }
259
259
  }
260
260
  },
261
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
261
+ "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
262
262
  }
package/readme.md CHANGED
@@ -25,7 +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
+ [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/clientnode/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/clientnode/actions/workflows/deploy-web-documentation.yaml)
29
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)
30
30
 
31
31
  [![Try out](https://img.shields.io/badge/Try%20it%20on%20runkit-%2345cc11?style=for-the-badge)](https://npm.runkit.com/clientnode)