weboptimizer 4.0.40 → 4.0.42

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.40",
3
+ "version": "4.0.42",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1472",
97
+ "clientnode": "4.0.1475",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -132,10 +132,10 @@
132
132
  "cssnano": "^8.0.2",
133
133
  "eslint": "^10.8.0",
134
134
  "eslint-config-google": "^0.14.0",
135
- "eslint-plugin-jsdoc": "^63.3.0",
135
+ "eslint-plugin-jsdoc": "^63.3.1",
136
136
  "favicons": "^7.3.1",
137
137
  "favicons-webpack-plugin": "^6.0.1",
138
- "globals": "^17.7.0",
138
+ "globals": "^17.8.0",
139
139
  "image-minimizer-webpack-plugin": "^5.0.0",
140
140
  "jest": "^30.4.2",
141
141
  "jsdoc": "^4.0.5",
@@ -157,7 +157,7 @@
157
157
  "terser-webpack-plugin": "^5.6.1",
158
158
  "typescript-eslint": "^8.65.0",
159
159
  "typescript-plugin-css-modules": "^5.2.0",
160
- "web-documentation": "^1.0.42",
160
+ "web-documentation": "^1.0.43",
161
161
  "workbox-webpack-plugin": "^7.4.1"
162
162
  },
163
163
  "peerDependencies": {
@@ -348,7 +348,7 @@
348
348
  },
349
349
  "includeFilePathRegularExpression": "^.*$",
350
350
  "pattern": {
351
- "__evaluate__": "`if(typeof window==='undefined'||window===null)var window=(typeof global==='undefined'||global===null)?{}:global;{1}`"
351
+ "__evaluate__": "`if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;{1}`"
352
352
  }
353
353
  }
354
354
  },
@@ -831,7 +831,8 @@ export let webpackConfiguration = extend(true, {
831
831
  umdNamedDefine: true
832
832
  },
833
833
  path: configuration.path.target.base,
834
- publicPath: configuration.path.target.public
834
+ publicPath: configuration.path.target.public,
835
+ uniqueName: configuration.name
835
836
  },
836
837
  performance: configuration.performanceHints,
837
838
  /*