weboptimizer 2.0.1588 → 2.0.1590
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/configurator.js +2 -2
- package/package.json +6 -6
package/configurator.js
CHANGED
|
@@ -192,7 +192,7 @@ var load = exports.load = function load(context) {
|
|
|
192
192
|
try {
|
|
193
193
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
194
194
|
var _name = _step3.value;
|
|
195
|
-
if (Object.prototype.hasOwnProperty.call(configuration, _name)) (0, _clientnode.extend)(true, result, configuration[_name]);else if ((0, _clientnode.isFileSync)(_name)) (0, _clientnode.extend)(true, result, JSON.parse((0, _fs.readFileSync)(_name, configuration.encoding)));else console.warn("Given dynamic referenced configuration \"".concat(_name, "\"
|
|
195
|
+
if (Object.prototype.hasOwnProperty.call(configuration, _name)) (0, _clientnode.extend)(true, result, configuration[_name]);else if ((0, _clientnode.isFileSync)(_name)) (0, _clientnode.extend)(true, result, JSON.parse((0, _fs.readFileSync)(_name, configuration.encoding)));else console.warn("Given dynamic referenced configuration \"".concat(_name, "\""), 'could not be resolved.');
|
|
196
196
|
}
|
|
197
197
|
} catch (err) {
|
|
198
198
|
_iterator3.e(err);
|
|
@@ -242,7 +242,7 @@ var load = exports.load = function load(context) {
|
|
|
242
242
|
packageConfiguration: _package["default"],
|
|
243
243
|
optionalRequire: _clientnode.optionalRequire,
|
|
244
244
|
path: _path2["default"],
|
|
245
|
-
require: _clientnode.
|
|
245
|
+
require: _clientnode.isolatedRequire,
|
|
246
246
|
webOptimizerPath: webOptimizerPath,
|
|
247
247
|
now: now,
|
|
248
248
|
nowUTCTimestamp: (0, _clientnode.getUTCTimestamp)(now)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1590",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@babel/core": "^7.27.
|
|
89
|
+
"@babel/core": "^7.27.7",
|
|
90
90
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
91
91
|
"@babel/plugin-proposal-decorators": "^7.27.1",
|
|
92
92
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"babel-loader": "^10.0.0",
|
|
99
99
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
100
100
|
"babel-preset-minify": "^0.5.2",
|
|
101
|
-
"clientnode": "3.0.
|
|
101
|
+
"clientnode": "3.0.1293",
|
|
102
102
|
"ejs": "^3.1.10",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@types/html-minifier": "^4.0.5",
|
|
125
125
|
"@types/html-minifier-terser": "^7.0.2",
|
|
126
126
|
"@types/imagemin": "^9.0.1",
|
|
127
|
-
"@types/node": "^24.0.
|
|
127
|
+
"@types/node": "^24.0.5",
|
|
128
128
|
"@types/postcss-import": "^14.0.3",
|
|
129
129
|
"@types/postcss-url": "^10.0.4",
|
|
130
130
|
"@types/webpack-env": "^1.18.8",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@typescript-eslint/parser": "^8.35.0",
|
|
133
133
|
"css-loader": "^7.1.2",
|
|
134
134
|
"cssnano": "^7.0.7",
|
|
135
|
-
"documentation-website": "^1.0.
|
|
135
|
+
"documentation-website": "^1.0.383",
|
|
136
136
|
"eslint": "^9.29.0",
|
|
137
137
|
"eslint-config-google": "^0.14.0",
|
|
138
138
|
"eslint-plugin-jsdoc": "^51.2.3",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"postcss-fontpath": "^1.0.0",
|
|
150
150
|
"postcss-import": "^16.1.1",
|
|
151
151
|
"postcss-loader": "^8.1.1",
|
|
152
|
-
"postcss-preset-env": "^10.2.
|
|
152
|
+
"postcss-preset-env": "^10.2.4",
|
|
153
153
|
"postcss-sprites": "^4.2.1",
|
|
154
154
|
"postcss-url": "^10.1.3",
|
|
155
155
|
"shx": "^0.4.0",
|