@powerlines/plugin-image-compression 0.2.414 → 0.2.417
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 +19 -52
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.417",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to optimize images used by the project.",
|
|
6
6
|
"keywords": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "github",
|
|
20
20
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
21
|
-
"directory": "packages/plugin-image-compression"
|
|
21
|
+
"directory": "packages/plugins/plugin-image-compression"
|
|
22
22
|
},
|
|
23
23
|
"funding": {
|
|
24
24
|
"type": "github",
|
|
@@ -46,49 +46,16 @@
|
|
|
46
46
|
],
|
|
47
47
|
"type": "module",
|
|
48
48
|
"exports": {
|
|
49
|
-
".": {
|
|
50
|
-
"require": {
|
|
51
|
-
"types": "./dist/index.d.cts",
|
|
52
|
-
"default": "./dist/index.cjs"
|
|
53
|
-
},
|
|
54
|
-
"import": {
|
|
55
|
-
"types": "./dist/index.d.mts",
|
|
56
|
-
"default": "./dist/index.mjs"
|
|
57
|
-
},
|
|
58
|
-
"default": {
|
|
59
|
-
"types": "./dist/index.d.mts",
|
|
60
|
-
"default": "./dist/index.mjs"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"./package.json": "./package.json",
|
|
49
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
64
50
|
"./types": {
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
"default": "./dist/types/index.cjs"
|
|
68
|
-
},
|
|
69
|
-
"import": {
|
|
70
|
-
"types": "./dist/types/index.d.mts",
|
|
71
|
-
"default": "./dist/types/index.mjs"
|
|
72
|
-
},
|
|
73
|
-
"default": {
|
|
74
|
-
"types": "./dist/types/index.d.mts",
|
|
75
|
-
"default": "./dist/types/index.mjs"
|
|
76
|
-
}
|
|
51
|
+
"import": "./dist/types/index.mjs",
|
|
52
|
+
"require": "./dist/types/index.cjs"
|
|
77
53
|
},
|
|
78
54
|
"./types/plugin": {
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"import": {
|
|
84
|
-
"types": "./dist/types/plugin.d.mts",
|
|
85
|
-
"default": "./dist/types/plugin.mjs"
|
|
86
|
-
},
|
|
87
|
-
"default": {
|
|
88
|
-
"types": "./dist/types/plugin.d.mts",
|
|
89
|
-
"default": "./dist/types/plugin.mjs"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
55
|
+
"import": "./dist/types/plugin.mjs",
|
|
56
|
+
"require": "./dist/types/plugin.cjs"
|
|
57
|
+
},
|
|
58
|
+
"./package.json": "./package.json"
|
|
92
59
|
},
|
|
93
60
|
"main": "./dist/index.cjs",
|
|
94
61
|
"module": "./dist/index.mjs",
|
|
@@ -96,22 +63,22 @@
|
|
|
96
63
|
"typings": "dist/index.d.mts",
|
|
97
64
|
"files": ["dist/**/*"],
|
|
98
65
|
"dependencies": {
|
|
99
|
-
"@stryke/convert": "^0.7.
|
|
100
|
-
"@stryke/fs": "^0.33.
|
|
101
|
-
"@stryke/path": "^0.
|
|
102
|
-
"@stryke/string-format": "^0.17.
|
|
66
|
+
"@stryke/convert": "^0.7.6",
|
|
67
|
+
"@stryke/fs": "^0.33.75",
|
|
68
|
+
"@stryke/path": "^0.29.2",
|
|
69
|
+
"@stryke/string-format": "^0.17.17",
|
|
103
70
|
"chalk": "5.6.2",
|
|
104
71
|
"defu": "^6.1.7",
|
|
105
|
-
"jiti": "^2.
|
|
106
|
-
"powerlines": "^0.47.
|
|
72
|
+
"jiti": "^2.7.0",
|
|
73
|
+
"powerlines": "^0.47.7",
|
|
107
74
|
"sharp": "^0.34.5",
|
|
108
75
|
"svgo": "^4.0.1"
|
|
109
76
|
},
|
|
110
77
|
"devDependencies": {
|
|
111
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
112
|
-
"@storm-software/config": "^1.137.
|
|
113
|
-
"@types/node": "^25.
|
|
78
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
79
|
+
"@storm-software/config": "^1.137.35",
|
|
80
|
+
"@types/node": "^25.7.0"
|
|
114
81
|
},
|
|
115
82
|
"publishConfig": { "access": "public" },
|
|
116
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
117
84
|
}
|