@minar-kotonoha/vite-plugin-bootstrap 0.1.2 → 0.1.3
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 +5 -3
package/package.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minar-kotonoha/vite-plugin-bootstrap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "virtual:bootstrap — 自动发现项目入口,零配置启动 Vue 应用",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./index.ts",
|
|
8
8
|
"./package.json": "./package.json"
|
|
9
9
|
},
|
|
10
|
-
"files": [
|
|
10
|
+
"files": [
|
|
11
|
+
"index.ts"
|
|
12
|
+
],
|
|
11
13
|
"engines": {
|
|
12
14
|
"node": "^20.19.0 || >=22.12.0"
|
|
13
15
|
},
|
|
14
16
|
"peerDependencies": {
|
|
15
|
-
"vite": "
|
|
17
|
+
"vite": "^8.1.0"
|
|
16
18
|
},
|
|
17
19
|
"dependencies": {
|
|
18
20
|
"fs-extra": "^11.3.6"
|