@powerlines/plugin-image-compression 0.2.178 → 0.2.179

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.
Files changed (1) hide show
  1. package/package.json +15 -75
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-image-compression",
3
- "version": "0.2.178",
3
+ "version": "0.2.179",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to optimize images used by the project.",
6
6
  "repository": {
@@ -38,80 +38,19 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "private": false,
41
- "main": "dist/index.cjs",
42
- "module": "dist/index.mjs",
41
+ "main": "./dist/index.cjs",
42
+ "module": "./dist/index.mjs",
43
43
  "exports": {
44
- "./package.json": "./package.json",
45
- ".": {
46
- "import": {
47
- "types": "./dist/index.d.mts",
48
- "default": "./dist/index.mjs"
49
- },
50
- "require": {
51
- "types": "./dist/index.d.cts",
52
- "default": "./dist/index.cjs"
53
- },
54
- "default": {
55
- "types": "./dist/index.d.mts",
56
- "default": "./dist/index.mjs"
57
- }
58
- },
59
- "./index": {
60
- "import": {
61
- "types": "./dist/index.d.mts",
62
- "default": "./dist/index.mjs"
63
- },
64
- "require": {
65
- "types": "./dist/index.d.cts",
66
- "default": "./dist/index.cjs"
67
- },
68
- "default": {
69
- "types": "./dist/index.d.mts",
70
- "default": "./dist/index.mjs"
71
- }
72
- },
73
- "./plugin": {
74
- "import": {
75
- "types": "./dist/index.d.mts",
76
- "default": "./dist/index.mjs"
77
- },
78
- "require": {
79
- "types": "./dist/index.d.cts",
80
- "default": "./dist/index.cjs"
81
- },
82
- "default": {
83
- "types": "./dist/index.d.mts",
84
- "default": "./dist/index.mjs"
85
- }
86
- },
44
+ ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" },
87
45
  "./types": {
88
- "import": {
89
- "types": "./dist/types/index.d.mts",
90
- "default": "./dist/types/index.mjs"
91
- },
92
- "require": {
93
- "types": "./dist/types/index.d.cts",
94
- "default": "./dist/types/index.cjs"
95
- },
96
- "default": {
97
- "types": "./dist/types/index.d.mts",
98
- "default": "./dist/types/index.mjs"
99
- }
46
+ "require": "./dist/types/index.cjs",
47
+ "import": "./dist/types/index.mjs"
100
48
  },
101
- "./types/*": {
102
- "import": {
103
- "types": "./dist/types/*.d.mts",
104
- "default": "./dist/types/*.mjs"
105
- },
106
- "require": {
107
- "types": "./dist/types/*.d.cts",
108
- "default": "./dist/types/*.cjs"
109
- },
110
- "default": {
111
- "types": "./dist/types/*.d.mts",
112
- "default": "./dist/types/*.mjs"
113
- }
114
- }
49
+ "./types/plugin": {
50
+ "require": "./dist/types/plugin.cjs",
51
+ "import": "./dist/types/plugin.mjs"
52
+ },
53
+ "./package.json": "./package.json"
115
54
  },
116
55
  "typings": "dist/index.d.mts",
117
56
  "files": ["dist/**/*"],
@@ -129,15 +68,16 @@
129
68
  "chalk": "5.6.2",
130
69
  "defu": "^6.1.4",
131
70
  "jiti": "^2.6.1",
132
- "powerlines": "^0.37.100",
71
+ "powerlines": "^0.37.101",
133
72
  "sharp": "^0.34.5",
134
73
  "svgo": "^4.0.0"
135
74
  },
136
75
  "devDependencies": {
137
- "@powerlines/plugin-plugin": "^0.12.180",
76
+ "@powerlines/plugin-plugin": "^0.12.181",
138
77
  "@storm-software/config": "^1.135.1",
139
78
  "@types/node": "^24.10.9"
140
79
  },
141
80
  "publishConfig": { "access": "public" },
142
- "gitHead": "043c95182c0607708824fb98d89431e9b14e190c"
81
+ "types": "./dist/index.d.cts",
82
+ "gitHead": "4e654e45f368e79d4f8bae94975607de483c81ef"
143
83
  }