@sepveneto/plugin-mp-router-view 0.4.3 → 0.4.4
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/dist/chunk-UB2NVQE4.js +7234 -0
- package/dist/esbuild.cjs +2104 -38585
- package/dist/esbuild.js +1 -1
- package/dist/index.cjs +2104 -38583
- package/dist/index.js +1 -1
- package/dist/loader.cjs +2102 -38583
- package/dist/loader.js +1 -1
- package/dist/rollup.cjs +2104 -38585
- package/dist/rollup.d.ts +1 -1
- package/dist/rollup.js +1 -1
- package/dist/vite.cjs +2104 -38585
- package/dist/vite.d.ts +1 -2
- package/dist/vite.js +1 -1
- package/dist/webpack.cjs +2104 -38585
- package/dist/webpack.js +1 -1
- package/package.json +3 -2
- package/dist/chunk-SSACLDVN.js +0 -43718
package/dist/webpack.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sepveneto/plugin-mp-router-view",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.4",
|
|
5
5
|
"description": "Register global imports on demand for Vite and Webpack",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/SepVeneto/mp-plugin#readme",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"dist"
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
|
+
"@vue/compiler-sfc": "~3.4",
|
|
75
76
|
"colors": "^1.4.0",
|
|
76
77
|
"debug": "^4.3.4",
|
|
77
78
|
"jsonc-parser": "^3.2.0",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"lint": "eslint .",
|
|
106
107
|
"play": "npm -C playground run dev",
|
|
107
108
|
"play:v2": "npm -C playground-v2 run dev:mp-weixin",
|
|
108
|
-
"release": "bumpp",
|
|
109
|
+
"release": "bumpp -t router-view@",
|
|
109
110
|
"start": "esno src/index.ts",
|
|
110
111
|
"test": "vitest"
|
|
111
112
|
}
|