weboptimizer 4.0.38 → 4.0.39

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.38",
3
+ "version": "4.0.39",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -132,7 +132,7 @@
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.2.2",
135
+ "eslint-plugin-jsdoc": "^63.3.0",
136
136
  "favicons": "^7.3.1",
137
137
  "favicons-webpack-plugin": "^6.0.1",
138
138
  "globals": "^17.7.0",
@@ -91,10 +91,6 @@ if (!exportFormatsNeedingUnsetLibraryName.includes(configuration.exportFormat.se
91
91
  }
92
92
  if (libraryName === '*') libraryName = exportFormatsNeedingAValidVariableName.includes(configuration.exportFormat.self) ? Object.keys(configuration.injection.entry.normalized).map(name => convertToValidVariableName(name)) : undefined;
93
93
  }
94
- console.log();
95
- console.log('TODO', libraryName, configuration.exportFormat.self);
96
- console.log();
97
-
98
94
  /// endregion
99
95
  /// region plugins
100
96
  const pluginInstances = [];