@minar-kotonoha/vite-plugin-miko 0.2.0 → 0.2.2

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.
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 1,
3
+ "entries": {
4
+ "79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
5
+ "last_emitted_at_ms": 1784966019721,
6
+ "message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
7
+ }
8
+ },
9
+ "updated_at": "2026-07-25T07:53:39.721Z"
10
+ }
package/index.ts CHANGED
@@ -31,6 +31,7 @@ import vue from '@vitejs/plugin-vue'
31
31
  import vueJsx from '@vitejs/plugin-vue-jsx'
32
32
  import VueRouter from 'vue-router/vite'
33
33
  import VueMacros from 'vue-macros/vite'
34
+ import vueDevTools from 'vite-plugin-vue-devtools'
34
35
 
35
36
  // Layouts
36
37
  import Layouts from 'vite-plugin-vue-layouts-next'
@@ -439,6 +440,7 @@ export async function defineMikoConfig() {
439
440
  }),
440
441
  },
441
442
  }),
443
+ vueDevTools(),
442
444
  )
443
445
 
444
446
  // 2. 布局
package/package.json CHANGED
@@ -1,26 +1,27 @@
1
1
  {
2
2
  "name": "@minar-kotonoha/vite-plugin-miko",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
7
7
  "./package.json": "./package.json"
8
8
  },
9
9
  "peerDependencies": {
10
- "vite": "catalog:"
10
+ "vite": "^8.1.0"
11
11
  },
12
12
  "dependencies": {
13
- "@minar-kotonoha/linter": "workspace:^",
14
- "@minar-kotonoha/vite-plugin-bootstrap": "workspace:^",
15
- "@minar-kotonoha/vite-plugin-external": "workspace:^",
16
- "@minar-kotonoha/vite-plugin-index-html": "workspace:^",
17
- "@vant/auto-import-resolver": "^1.0.0",
18
- "@vitejs/plugin-legacy": "^8.2.0",
13
+ "@minar-kotonoha/linter": "^0.1.0",
14
+ "@minar-kotonoha/vite-plugin-bootstrap": "^0.1.1",
15
+ "@minar-kotonoha/vite-plugin-external": "^0.1.0",
16
+ "@minar-kotonoha/vite-plugin-index-html": "^0.1.0",
17
+ "@vant/auto-import-resolver": "^1.3.0",
18
+ "@vitejs/plugin-legacy": "^8.2.2",
19
19
  "@vitejs/plugin-vue": "^6.0.8",
20
20
  "@vitejs/plugin-vue-jsx": "^5.1.6",
21
21
  "fs-extra": "^11.3.6",
22
- "unocss": "^66.7.0",
22
+ "unocss": "^66.7.5",
23
23
  "unplugin-vue-components": "^32.1.0",
24
+ "vite-plugin-vue-devtools": "^8.1.5",
24
25
  "vite-plugin-vue-layouts-next": "^2.1.0",
25
26
  "vue-macros": "^3.1.4",
26
27
  "vue-router": "^5.2.0"