@sepveneto/plugin-mp-router-view 0.4.3 → 0.5.0

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/webpack.js CHANGED
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-SSACLDVN.js";
3
+ } from "./chunk-34IBKFGI.js";
4
+ import "./chunk-M3QQKYK3.js";
4
5
 
5
6
  // src/webpack.ts
6
7
  import { createWebpackPlugin } from "unplugin";
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.3",
4
+ "version": "0.5.0",
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",
@@ -25,6 +25,11 @@
25
25
  "require": "./dist/webpack.cjs",
26
26
  "import": "./dist/webpack.js"
27
27
  },
28
+ "./helper": {
29
+ "types": "./dist/helper/index.d.ts",
30
+ "require": "./dist/helper/index.cjs",
31
+ "import": "./dist/helper/index.js"
32
+ },
28
33
  "./loader": {
29
34
  "types": "./dist/loader.d.ts",
30
35
  "require": "./dist/loader.cjs",
@@ -72,6 +77,7 @@
72
77
  "dist"
73
78
  ],
74
79
  "dependencies": {
80
+ "@vue/compiler-sfc": "~3.4",
75
81
  "colors": "^1.4.0",
76
82
  "debug": "^4.3.4",
77
83
  "jsonc-parser": "^3.2.0",
@@ -105,7 +111,7 @@
105
111
  "lint": "eslint .",
106
112
  "play": "npm -C playground run dev",
107
113
  "play:v2": "npm -C playground-v2 run dev:mp-weixin",
108
- "release": "bumpp",
114
+ "release": "bumpp -t router-view@",
109
115
  "start": "esno src/index.ts",
110
116
  "test": "vitest"
111
117
  }