clientnode 4.0.1421 → 4.0.1422

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 +5 -5
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "4.0.1421",
3
+ "version": "4.0.1422",
4
4
  "description": "Handy utilities for any JavaScript environments.",
5
5
  "keywords": [
6
6
  "client",
@@ -83,8 +83,8 @@
83
83
  "@types/node": "^25.9.2",
84
84
  "@types/prop-types": "^15.7.15",
85
85
  "@types/webpack-env": "^1.18.8",
86
- "@typescript-eslint/eslint-plugin": "^8.60.1",
87
- "@typescript-eslint/parser": "^8.60.1",
86
+ "@typescript-eslint/eslint-plugin": "^8.61.0",
87
+ "@typescript-eslint/parser": "^8.61.0",
88
88
  "clientnode": "workspace:.",
89
89
  "eslint": "^10.4.1",
90
90
  "eslint-config-google": "^0.14.0",
@@ -96,8 +96,8 @@
96
96
  "node-fetch": "^3.3.2",
97
97
  "prop-types": "^15.8.1",
98
98
  "rimraf": "^6.1.3",
99
- "typescript-eslint": "^8.60.1",
100
- "web-documentation": "^1.0.29",
99
+ "typescript-eslint": "^8.61.0",
100
+ "web-documentation": "^1.0.34",
101
101
  "weboptimizer": "^3.0.24",
102
102
  "webpack-dev-server": "^5.2.4"
103
103
  },
package/readme.md CHANGED
@@ -83,6 +83,12 @@ zip file here and inject or request via cdn in HTML:
83
83
  npm install clientnode
84
84
  ```
85
85
 
86
+ ```TypeScript
87
+ import {createDomNodes, evaluateExpression} from 'cientnode'
88
+
89
+ // ...
90
+ ```
91
+
86
92
  <!--showExample-->
87
93
 
88
94
  ```HTML