@best-shot/preset-mini 0.11.4 → 0.11.6
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/index.mjs +16 -0
- package/package.json +6 -6
package/index.mjs
CHANGED
|
@@ -175,4 +175,20 @@ export const schema = {
|
|
|
175
175
|
},
|
|
176
176
|
},
|
|
177
177
|
},
|
|
178
|
+
resolve: {
|
|
179
|
+
type: 'object',
|
|
180
|
+
properties: {
|
|
181
|
+
alias: {
|
|
182
|
+
type: 'object',
|
|
183
|
+
properties: {
|
|
184
|
+
vue: {
|
|
185
|
+
default: '@into-mini/vue-mini-patch/alias/core.js',
|
|
186
|
+
},
|
|
187
|
+
pinia: {
|
|
188
|
+
default: '@into-mini/vue-mini-patch/alias/pinia.js',
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
},
|
|
178
194
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@best-shot/preset-mini",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "A `best-shot` preset for mini program project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"main": "index.mjs",
|
|
29
29
|
"type": "module",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@best-shot/sfc-split-plugin": "^0.
|
|
32
|
-
"yaml": "^2.8.
|
|
31
|
+
"@best-shot/sfc-split-plugin": "^0.15.0",
|
|
32
|
+
"yaml": "^2.8.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@best-shot/core": "^0.13.
|
|
36
|
-
"@best-shot/preset-
|
|
37
|
-
"@best-shot/preset-
|
|
35
|
+
"@best-shot/core": "^0.13.2",
|
|
36
|
+
"@best-shot/preset-style": "^0.16.0",
|
|
37
|
+
"@best-shot/preset-babel": "^0.18.2"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=22.11.0"
|