@sepveneto/plugin-mp-router-view 0.4.2 → 0.4.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.
@@ -37090,7 +37090,7 @@ function countRouterView(code) {
37090
37090
  return {
37091
37091
  count,
37092
37092
  after,
37093
- before
37093
+ before: " " + before
37094
37094
  };
37095
37095
  }
37096
37096
 
package/dist/esbuild.cjs CHANGED
@@ -37120,7 +37120,7 @@ function countRouterView(code) {
37120
37120
  return {
37121
37121
  count,
37122
37122
  after,
37123
- before
37123
+ before: " " + before
37124
37124
  };
37125
37125
  }
37126
37126
 
package/dist/esbuild.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-D5MUPFFC.js";
3
+ } from "./chunk-SSACLDVN.js";
4
4
 
5
5
  // src/esbuild.ts
6
6
  import { createEsbuildPlugin } from "unplugin";
package/dist/index.cjs CHANGED
@@ -37120,7 +37120,7 @@ function countRouterView(code) {
37120
37120
  return {
37121
37121
  count,
37122
37122
  after,
37123
- before
37123
+ before: " " + before
37124
37124
  };
37125
37125
  }
37126
37126
 
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  src_default,
4
4
  unplugin,
5
5
  unpluginFactory
6
- } from "./chunk-D5MUPFFC.js";
6
+ } from "./chunk-SSACLDVN.js";
7
7
  export {
8
8
  NAME,
9
9
  src_default as default,
package/dist/loader.cjs CHANGED
@@ -37122,7 +37122,7 @@ function countRouterView(code) {
37122
37122
  return {
37123
37123
  count,
37124
37124
  after,
37125
- before
37125
+ before: " " + before
37126
37126
  };
37127
37127
  }
37128
37128
 
package/dist/loader.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  isAppVue,
4
4
  isEntryPage,
5
5
  transform
6
- } from "./chunk-D5MUPFFC.js";
6
+ } from "./chunk-SSACLDVN.js";
7
7
 
8
8
  // src/loader.ts
9
9
  function loader_default(source) {
package/dist/rollup.cjs CHANGED
@@ -37120,7 +37120,7 @@ function countRouterView(code) {
37120
37120
  return {
37121
37121
  count,
37122
37122
  after,
37123
- before
37123
+ before: " " + before
37124
37124
  };
37125
37125
  }
37126
37126
 
package/dist/rollup.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-D5MUPFFC.js";
3
+ } from "./chunk-SSACLDVN.js";
4
4
 
5
5
  // src/rollup.ts
6
6
  import { createRollupPlugin } from "unplugin";
package/dist/vite.cjs CHANGED
@@ -37120,7 +37120,7 @@ function countRouterView(code) {
37120
37120
  return {
37121
37121
  count,
37122
37122
  after,
37123
- before
37123
+ before: " " + before
37124
37124
  };
37125
37125
  }
37126
37126
 
package/dist/vite.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-D5MUPFFC.js";
3
+ } from "./chunk-SSACLDVN.js";
4
4
 
5
5
  // src/vite.ts
6
6
  import { createVitePlugin } from "unplugin";
package/dist/webpack.cjs CHANGED
@@ -37120,7 +37120,7 @@ function countRouterView(code) {
37120
37120
  return {
37121
37121
  count,
37122
37122
  after,
37123
- before
37123
+ before: " " + before
37124
37124
  };
37125
37125
  }
37126
37126
 
package/dist/webpack.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-D5MUPFFC.js";
3
+ } from "./chunk-SSACLDVN.js";
4
4
 
5
5
  // src/webpack.ts
6
6
  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.2",
4
+ "version": "0.4.3",
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",