weboptimizer 4.0.55 → 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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.55",
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.1484",
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,7 +137,7 @@
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.7",
140
+ "cssnano": "^8.0.8",
141
141
  "eslint": "^10.9.0",
142
142
  "eslint-config-google": "^0.14.0",
143
143
  "eslint-plugin-jsdoc": "^64.2.1",
@@ -556,7 +556,8 @@
556
556
  },
557
557
  "test": {
558
558
  "command": {
559
- "__evaluate__": "self.commandLine.test.environments.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(' && ')"
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' : [])"