@powerlines/plugin-image-compression 0.2.345 → 0.2.347
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/dist/index.cjs +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ let _stryke_fs_write_file = require("@stryke/fs/write-file");
|
|
|
7
7
|
let _stryke_path_find = require("@stryke/path/find");
|
|
8
8
|
let _stryke_string_format_pretty_bytes = require("@stryke/string-format/pretty-bytes");
|
|
9
9
|
let chalk = require("chalk");
|
|
10
|
-
chalk = require_runtime.__toESM(chalk);
|
|
10
|
+
chalk = require_runtime.__toESM(chalk, 1);
|
|
11
11
|
let node_buffer = require("node:buffer");
|
|
12
12
|
let node_fs_promises = require("node:fs/promises");
|
|
13
13
|
let powerlines_plugin_utils = require("powerlines/plugin-utils");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-image-compression",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.347",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to optimize images used by the project.",
|
|
6
6
|
"keywords": [
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
"chalk": "5.6.2",
|
|
104
104
|
"defu": "^6.1.7",
|
|
105
105
|
"jiti": "^2.6.1",
|
|
106
|
-
"powerlines": "^0.42.
|
|
106
|
+
"powerlines": "^0.42.39",
|
|
107
107
|
"sharp": "^0.34.5",
|
|
108
108
|
"svgo": "^4.0.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
112
|
-
"@storm-software/config": "^1.137.
|
|
111
|
+
"@powerlines/plugin-plugin": "^0.12.349",
|
|
112
|
+
"@storm-software/config": "^1.137.30",
|
|
113
113
|
"@types/node": "^25.6.0"
|
|
114
114
|
},
|
|
115
115
|
"publishConfig": { "access": "public" },
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
|
|
117
117
|
}
|