@atlaspack/optimizer-image 4.0.1 → 4.0.2

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.
@@ -71,7 +71,6 @@ var _default = exports.default = new (_plugin().Optimizer)({
71
71
  const filepath = (_bundle$getMainEntry = bundle.getMainEntry()) === null || _bundle$getMainEntry === void 0 ? void 0 : _bundle$getMainEntry.filePath;
72
72
  const filename = filepath ? _path().default.relative(_process().default.cwd(), filepath) : 'unknown';
73
73
  logger.warn({
74
- // @ts-expect-error TS2345
75
74
  message: (0, _diagnostic().md)`Could not optimize image ${filename}: ${err.message}`,
76
75
  stack: err.stack
77
76
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/optimizer-image",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "main": "./lib/ImageOptimizer.js",
6
6
  "source": "./src/ImageOptimizer.ts",
@@ -19,14 +19,14 @@
19
19
  "lib"
20
20
  ],
21
21
  "dependencies": {
22
- "@atlaspack/diagnostic": "2.14.2",
23
- "@atlaspack/plugin": "2.14.25",
24
- "@atlaspack/rust": "3.6.0",
25
- "@atlaspack/utils": "2.18.2",
26
- "@atlaspack/workers": "2.14.25"
22
+ "@atlaspack/diagnostic": "2.14.3",
23
+ "@atlaspack/plugin": "2.14.26",
24
+ "@atlaspack/rust": "3.6.1",
25
+ "@atlaspack/utils": "2.18.3",
26
+ "@atlaspack/workers": "2.14.26"
27
27
  },
28
28
  "peerDependencies": {
29
- "@atlaspack/core": "2.23.1"
29
+ "@atlaspack/core": "2.23.2"
30
30
  },
31
31
  "type": "commonjs",
32
32
  "scripts": {