@powerlines/plugin-image-compression 0.2.184 → 0.2.186
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 +4 -18
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.186",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to optimize images used by the project.",
|
|
6
6
|
"repository": {
|
|
@@ -70,20 +70,6 @@
|
|
|
70
70
|
"default": "./dist/types/index.mjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./types/*": {
|
|
74
|
-
"require": {
|
|
75
|
-
"types": "./dist/types/*.d.cts",
|
|
76
|
-
"default": "./dist/types/*.cjs"
|
|
77
|
-
},
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/*.d.mts",
|
|
80
|
-
"default": "./dist/types/*.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/*.d.mts",
|
|
84
|
-
"default": "./dist/types/*.mjs"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
73
|
"./types/plugin": {
|
|
88
74
|
"require": {
|
|
89
75
|
"types": "./dist/types/plugin.d.cts",
|
|
@@ -115,16 +101,16 @@
|
|
|
115
101
|
"chalk": "5.6.2",
|
|
116
102
|
"defu": "^6.1.4",
|
|
117
103
|
"jiti": "^2.6.1",
|
|
118
|
-
"powerlines": "^0.38.
|
|
104
|
+
"powerlines": "^0.38.4",
|
|
119
105
|
"sharp": "^0.34.5",
|
|
120
106
|
"svgo": "^4.0.0"
|
|
121
107
|
},
|
|
122
108
|
"devDependencies": {
|
|
123
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
109
|
+
"@powerlines/plugin-plugin": "^0.12.188",
|
|
124
110
|
"@storm-software/config": "^1.135.1",
|
|
125
111
|
"@types/node": "^24.10.9"
|
|
126
112
|
},
|
|
127
113
|
"publishConfig": { "access": "public" },
|
|
128
114
|
"types": "./dist/index.d.cts",
|
|
129
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
|
|
130
116
|
}
|