weboptimizer 4.0.54 → 4.0.56
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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.56",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"babel-loader": "^10.1.1",
|
|
103
103
|
"babel-plugin-polyfill-corejs3": "^1.0.0",
|
|
104
104
|
"babel-plugin-transform-rewrite-imports": "^1.5.4",
|
|
105
|
-
"clientnode": "4.0.
|
|
105
|
+
"clientnode": "4.0.1485",
|
|
106
106
|
"core-js": "^3.50.0",
|
|
107
107
|
"ejs": "^6.0.1",
|
|
108
108
|
"exports-loader": "^5.0.0",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"@types/webpack-sources": "^3.2.3",
|
|
138
138
|
"@typescript-eslint/parser": "^8.67.0",
|
|
139
139
|
"css-loader": "^7.1.4",
|
|
140
|
-
"cssnano": "^8.0.
|
|
141
|
-
"eslint": "^10.
|
|
140
|
+
"cssnano": "^8.0.8",
|
|
141
|
+
"eslint": "^10.9.0",
|
|
142
142
|
"eslint-config-google": "^0.14.0",
|
|
143
143
|
"eslint-plugin-jsdoc": "^64.2.1",
|
|
144
144
|
"favicons": "^7.3.1",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"terser-webpack-plugin": "^5.6.1",
|
|
166
166
|
"typescript-eslint": "^8.67.0",
|
|
167
167
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
168
|
-
"web-documentation": "^1.0.
|
|
168
|
+
"web-documentation": "^1.0.49",
|
|
169
169
|
"workbox-webpack-plugin": "^7.4.1"
|
|
170
170
|
},
|
|
171
171
|
"peerDependencies": {
|
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"colors": "1.4.0"
|
|
328
328
|
},
|
|
329
329
|
"engines": {
|
|
330
|
-
"node": ">=
|
|
331
|
-
"npm": ">=
|
|
330
|
+
"node": ">=26",
|
|
331
|
+
"npm": ">=12",
|
|
332
332
|
"yarn": ">=4"
|
|
333
333
|
},
|
|
334
334
|
"configuration": {
|
|
@@ -556,7 +556,8 @@
|
|
|
556
556
|
},
|
|
557
557
|
"test": {
|
|
558
558
|
"command": {
|
|
559
|
-
"
|
|
559
|
+
"#": "We cannot reuse self.commandLine.test.environments here, because \"self.commandLine.test.environments\" must not yet evaluated at this point.",
|
|
560
|
+
"__evaluate__": "['node'].concat(self.generic.isWeb ? 'jsdom' : []).map((environment) => `${self.generic.testCommandLine} '${path.relative(self.path.base, self.path.target.test) === '' ? './test' : `${path.relative(self.path.base, self.path.target.test)}/`}.+\\\\.js$' --test-environment ${environment}`).join(' && ')"
|
|
560
561
|
},
|
|
561
562
|
"environments": {
|
|
562
563
|
"__evaluate__": "['node'].concat(self.generic.isWeb ? 'jsdom' : [])"
|
|
@@ -1567,11 +1568,11 @@
|
|
|
1567
1568
|
"boilerplate": "node",
|
|
1568
1569
|
"payload": "node"
|
|
1569
1570
|
},
|
|
1571
|
+
"#: webpack -> module -> parser -> javascript -> dynamicImportMode": "NOTE: Tells webpack to include dynamically-imported modules in the current chunk (returning an already-resolved promise) rather than emitting a separate [id].js. Result: only testBundle.js.",
|
|
1570
1572
|
"webpack": {
|
|
1571
1573
|
"module": {
|
|
1572
1574
|
"parser": {
|
|
1573
1575
|
"javascript": {
|
|
1574
|
-
"#dynamicImportMode": "NOTE: Tells webpack to include dynamically-imported modules in the current chunk (returning an already-resolved promise) rather than emitting a separate [id].js. Result: only testBundle.js.",
|
|
1575
1576
|
"dynamicImportMode": "eager"
|
|
1576
1577
|
}
|
|
1577
1578
|
}
|