clientnode 4.0.1517 → 4.0.1518
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1518",
|
|
4
4
|
"description": "Handy utilities for any JavaScript environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
],
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"scripts": {
|
|
51
|
-
"build": "yarn build:types
|
|
51
|
+
"build": "yarn build:types && yarn build:plain && yarn build:compatible && yarn build:compatible:bundle",
|
|
52
52
|
"build:bundle": "weboptimizer build '{__reference__: \"target:bundle\"}'",
|
|
53
53
|
"build:compatible": "weboptimizer build '{__reference__: \"target:compatible\"}'",
|
|
54
54
|
"build:compatible:bundle": "weboptimizer build '{__reference__: [\"target:compatible\", \"target:bundle\"]}'",
|
|
55
55
|
"build:plain": "weboptimizer build",
|
|
56
56
|
"build:standalone": "npx babel --config-file ./standalone.babel.config.json --source-maps inline --extensions .ts,.tsx --ignore 'src/test/**' --out-dir dist src; yarn make:executable",
|
|
57
57
|
"build:types": "weboptimizer build:types",
|
|
58
|
-
"check": "yarn check:types
|
|
58
|
+
"check": "yarn check:types && yarn lint",
|
|
59
59
|
"check:types": "weboptimizer check:types",
|
|
60
60
|
"clear": "weboptimizer clear",
|
|
61
61
|
"document": "weboptimizer document",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"clientnode": "workspace:.",
|
|
94
94
|
"eslint": "^10.10.0",
|
|
95
95
|
"eslint-config-google": "^0.14.0",
|
|
96
|
-
"eslint-plugin-jsdoc": "^64.
|
|
96
|
+
"eslint-plugin-jsdoc": "^64.5.0",
|
|
97
97
|
"favicons-webpack-plugin": "^6.0.1",
|
|
98
98
|
"image-minimizer-webpack-plugin": "^5.0.0",
|
|
99
99
|
"jest": "^30.5.1",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"prop-types": "^15.8.1",
|
|
103
103
|
"rimraf": "^6.1.3",
|
|
104
104
|
"typescript-eslint": "^8.70.0",
|
|
105
|
-
"web-documentation": "^1.0.
|
|
106
|
-
"weboptimizer": "^4.0.
|
|
105
|
+
"web-documentation": "^1.0.60",
|
|
106
|
+
"weboptimizer": "^4.0.85",
|
|
107
107
|
"webpack-dev-server": "^6.0.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
128
128
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
129
129
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
130
|
-
"weboptimizer/clientnode": "4.0.
|
|
130
|
+
"weboptimizer/clientnode": "4.0.1516",
|
|
131
131
|
"webpack": "5.109.2"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|