@powerlines/plugin-vite 0.14.237 → 0.14.239
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 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-vite",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.239",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -69,20 +69,6 @@
|
|
|
69
69
|
"default": "./dist/helpers/index.mjs"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"./helpers/*": {
|
|
73
|
-
"require": {
|
|
74
|
-
"types": "./dist/helpers/*.d.cts",
|
|
75
|
-
"default": "./dist/helpers/*.cjs"
|
|
76
|
-
},
|
|
77
|
-
"import": {
|
|
78
|
-
"types": "./dist/helpers/*.d.mts",
|
|
79
|
-
"default": "./dist/helpers/*.mjs"
|
|
80
|
-
},
|
|
81
|
-
"default": {
|
|
82
|
-
"types": "./dist/helpers/*.d.mts",
|
|
83
|
-
"default": "./dist/helpers/*.mjs"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
72
|
"./helpers/unplugin": {
|
|
87
73
|
"require": {
|
|
88
74
|
"types": "./dist/helpers/unplugin.d.cts",
|
|
@@ -112,20 +98,6 @@
|
|
|
112
98
|
"default": "./dist/types/index.mjs"
|
|
113
99
|
}
|
|
114
100
|
},
|
|
115
|
-
"./types/*": {
|
|
116
|
-
"require": {
|
|
117
|
-
"types": "./dist/types/*.d.cts",
|
|
118
|
-
"default": "./dist/types/*.cjs"
|
|
119
|
-
},
|
|
120
|
-
"import": {
|
|
121
|
-
"types": "./dist/types/*.d.mts",
|
|
122
|
-
"default": "./dist/types/*.mjs"
|
|
123
|
-
},
|
|
124
|
-
"default": {
|
|
125
|
-
"types": "./dist/types/*.d.mts",
|
|
126
|
-
"default": "./dist/types/*.mjs"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
101
|
"./types/internal": {
|
|
130
102
|
"require": {
|
|
131
103
|
"types": "./dist/types/internal.d.cts",
|
|
@@ -160,15 +132,15 @@
|
|
|
160
132
|
"keywords": ["vite", "powerlines", "storm-software", "powerlines-plugin"],
|
|
161
133
|
"dependencies": {
|
|
162
134
|
"defu": "^6.1.4",
|
|
163
|
-
"powerlines": "^0.38.
|
|
135
|
+
"powerlines": "^0.38.5",
|
|
164
136
|
"unplugin": "3.0.0-beta.3",
|
|
165
137
|
"vite": "8.0.0-beta.2"
|
|
166
138
|
},
|
|
167
139
|
"devDependencies": {
|
|
168
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
140
|
+
"@powerlines/plugin-plugin": "^0.12.189",
|
|
169
141
|
"@types/node": "^24.10.9"
|
|
170
142
|
},
|
|
171
143
|
"publishConfig": { "access": "public" },
|
|
172
144
|
"types": "./dist/index.d.cts",
|
|
173
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "81e757b9eaf304997ea1d4082b7b4658aa33ecfe"
|
|
174
146
|
}
|