@best-shot/preset-mini 0.11.7 → 0.11.9

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 (2) hide show
  1. package/index.mjs +3 -0
  2. package/package.json +6 -7
package/index.mjs CHANGED
@@ -184,6 +184,9 @@ export const schema = {
184
184
  vue: {
185
185
  default: '@into-mini/vue-mini-patch/alias/core.js',
186
186
  },
187
+ 'vue-router': {
188
+ default: '@into-mini/vue-mini-patch/alias/router/index.js',
189
+ },
187
190
  pinia: {
188
191
  default: '@into-mini/vue-mini-patch/alias/pinia.js',
189
192
  },
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@best-shot/preset-mini",
3
- "version": "0.11.7",
3
+ "version": "0.11.9",
4
4
  "description": "A `best-shot` preset for mini program project",
5
5
  "license": "MIT",
6
6
  "author": {
7
- "name": "Eric Chen",
8
- "email": "airkro@qq.com"
7
+ "name": "Eric Chen"
9
8
  },
10
9
  "keywords": [
11
10
  "best-shot",
@@ -28,13 +27,13 @@
28
27
  "main": "index.mjs",
29
28
  "type": "module",
30
29
  "dependencies": {
31
- "@best-shot/sfc-split-plugin": "^0.15.1",
32
- "yaml": "^2.8.1"
30
+ "@best-shot/sfc-split-plugin": "^0.15.2",
31
+ "yaml": "^2.8.2"
33
32
  },
34
33
  "peerDependencies": {
35
34
  "@best-shot/core": "^0.13.8",
36
- "@best-shot/preset-babel": "^0.18.4",
37
- "@best-shot/preset-style": "^0.16.0"
35
+ "@best-shot/preset-babel": "^0.18.6",
36
+ "@best-shot/preset-style": "^0.16.1"
38
37
  },
39
38
  "engines": {
40
39
  "node": ">=22.11.0"