unplugin-essor 0.0.6-beta.7 → 0.0.6-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.
@@ -94,4 +94,4 @@ export {
94
94
  unplugin,
95
95
  src_default
96
96
  };
97
- //# sourceMappingURL=chunk-JHCDFX62.js.map
97
+ //# sourceMappingURL=chunk-IVXV4IDU.js.map
package/dist/esbuild.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-JHCDFX62.js";
3
+ } from "./chunk-IVXV4IDU.js";
4
4
 
5
5
  // src/esbuild.ts
6
6
  import { createEsbuildPlugin } from "unplugin";
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  src_default,
3
3
  unplugin,
4
4
  unpluginFactory
5
- } from "./chunk-JHCDFX62.js";
5
+ } from "./chunk-IVXV4IDU.js";
6
6
  export {
7
7
  src_default as default,
8
8
  unplugin,
package/dist/rollup.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-JHCDFX62.js";
3
+ } from "./chunk-IVXV4IDU.js";
4
4
 
5
5
  // src/rollup.ts
6
6
  import { createRollupPlugin } from "unplugin";
package/dist/vite.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-JHCDFX62.js";
3
+ } from "./chunk-IVXV4IDU.js";
4
4
 
5
5
  // src/vite.ts
6
6
  import { createVitePlugin } from "unplugin";
package/dist/webpack.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  unpluginFactory
3
- } from "./chunk-JHCDFX62.js";
3
+ } from "./chunk-IVXV4IDU.js";
4
4
 
5
5
  // src/webpack.ts
6
6
  import { createWebpackPlugin } from "unplugin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-essor",
3
- "version": "0.0.6-beta.7",
3
+ "version": "0.0.6-beta.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -79,18 +79,18 @@
79
79
  }
80
80
  },
81
81
  "dependencies": {
82
- "@babel/core": "^7.24.5",
82
+ "@babel/core": "^7.24.6",
83
83
  "unplugin": "^1.10.1",
84
- "babel-plugin-essor": "0.0.6-beta.7"
84
+ "babel-plugin-essor": "0.0.6-beta.9"
85
85
  },
86
86
  "devDependencies": {
87
87
  "fast-glob": "^3.3.2",
88
- "nodemon": "^3.1.0",
88
+ "nodemon": "^3.1.3",
89
89
  "rimraf": "^5.0.7",
90
- "rollup": "^4.17.2",
91
- "tsup": "^8.0.2",
90
+ "rollup": "^4.18.0",
91
+ "tsup": "^8.1.0",
92
92
  "typescript": "^5.4.5",
93
- "vite": "^5.2.11",
93
+ "vite": "^5.2.12",
94
94
  "webpack": "^5.91.0"
95
95
  },
96
96
  "scripts": {