@proteus-vue/plugin-vite 0.3.0-beta.8 → 0.3.0-beta.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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proteus-vue/plugin-vite",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.9",
|
|
4
4
|
"description": "Proteus Vite 插件(mp-weixin 编译管线适配层)+ gen-routes 路由表生成器",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@proteus-vue/compiler": "0.3.0-beta.
|
|
23
|
-
"@proteus-vue/module": "0.3.0-beta.
|
|
24
|
-
"@proteus-vue/router": "0.3.0-beta.
|
|
25
|
-
"@proteus-vue/types": "0.3.0-beta.
|
|
22
|
+
"@proteus-vue/compiler": "0.3.0-beta.9",
|
|
23
|
+
"@proteus-vue/module": "0.3.0-beta.9",
|
|
24
|
+
"@proteus-vue/router": "0.3.0-beta.9",
|
|
25
|
+
"@proteus-vue/types": "0.3.0-beta.9",
|
|
26
26
|
"esbuild": "^0.28.2",
|
|
27
27
|
"sass": "^1.103.1",
|
|
28
28
|
"ws": "^8.0.0",
|
|
29
|
-
"@proteus-vue/compiler-backend": "0.3.0-beta.
|
|
29
|
+
"@proteus-vue/compiler-backend": "0.3.0-beta.9"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"vite": "^5.0.0"
|