weboptimizer 2.0.1505 → 2.0.1507

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/index.js +0 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -510,7 +510,6 @@ var main = function main(context) {
510
510
  if (evaluated.result) processPromises.push(new Promise(function (resolve, reject) {
511
511
  var commandLineArguments = (task.arguments || []).concat(additionalArguments);
512
512
  console.info('Running "' + ("".concat(task.command, " ") + commandLineArguments.join(' ')).trim() + '"');
513
- console.log('A', childProcessOptions);
514
513
  var childProcess = (0, _child_process.spawn)(task.command, commandLineArguments, childProcessOptions);
515
514
  var closeHandler = (0, _clientnode.getProcessCloseHandler)(resolve, reject);
516
515
  var _iterator10 = _createForOfIteratorHelper(_clientnode.CLOSE_EVENT_NAMES),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1505",
3
+ "version": "2.0.1507",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -100,7 +100,7 @@
100
100
  "babel-loader": "^9.1.3",
101
101
  "babel-plugin-transform-modern-regexp": "^0.0.6",
102
102
  "babel-preset-minify": "^0.5.2",
103
- "clientnode": "3.0.1177",
103
+ "clientnode": "3.0.1179",
104
104
  "ejs": "^3.1.10",
105
105
  "exports-loader": "^5.0.0",
106
106
  "extract-loader": "^5.1.0",
@@ -127,14 +127,14 @@
127
127
  "@types/html-minifier": "^4.0.5",
128
128
  "@types/html-minifier-terser": "^7.0.2",
129
129
  "@types/imagemin": "^9.0.0",
130
- "@types/node": "^22.5.3",
130
+ "@types/node": "^22.5.4",
131
131
  "@types/postcss-import": "^14.0.3",
132
132
  "@types/postcss-url": "^10.0.4",
133
133
  "@types/webpack-env": "^1.18.5",
134
134
  "@types/webpack-sources": "^3.2.3",
135
135
  "@typescript-eslint/parser": "^8.4.0",
136
136
  "css-loader": "^7.1.2",
137
- "cssnano": "^7.0.5",
137
+ "cssnano": "^7.0.6",
138
138
  "documentation-website": "^1.0.332",
139
139
  "eslint": "^9.9.1",
140
140
  "eslint-config-google": "^0.14.0",