unplugin-env 0.1.4 → 0.1.6
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-EQCBPN6Z.js → chunk-5IZPPKKA.js} +4190 -45
- package/dist/{chunk-CJQKBNAY.js → chunk-T3FDATSR.js} +1 -1
- package/dist/{chunk-R5LAC3HA.js → chunk-YLYGXRIS.js} +1 -1
- package/dist/esbuild.cjs +4190 -45
- package/dist/esbuild.js +1 -1
- package/dist/index.cjs +4190 -45
- package/dist/index.js +1 -1
- package/dist/nuxt.cjs +4190 -45
- package/dist/nuxt.js +3 -3
- package/dist/rollup.cjs +4190 -45
- package/dist/rollup.js +1 -1
- package/dist/types.d.cts +10 -3
- package/dist/types.d.ts +10 -3
- package/dist/vite.cjs +4190 -45
- package/dist/vite.js +2 -2
- package/dist/webpack.cjs +4190 -45
- package/dist/webpack.js +2 -2
- package/package.json +10 -7
package/dist/webpack.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-env",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"packageManager": "pnpm@7.1.1",
|
|
6
6
|
"description": "Register global imports on demand for Vite and Webpack",
|
|
7
7
|
"license": "MIT",
|
|
@@ -111,28 +111,31 @@
|
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@antfu/utils": "^0.7.7",
|
|
114
|
-
"
|
|
114
|
+
"archiver": "^7.0.1",
|
|
115
115
|
"local-pkg": "^0.5.0",
|
|
116
116
|
"unplugin": "^1.10.1"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@antfu/eslint-config": "^2.
|
|
119
|
+
"@antfu/eslint-config": "^2.14.0",
|
|
120
120
|
"@nuxt/kit": "^3.11.2",
|
|
121
121
|
"@nuxt/schema": "^3.11.2",
|
|
122
|
+
"@types/archiver": "^6.0.2",
|
|
123
|
+
"@types/js-beautify": "^1.14.3",
|
|
122
124
|
"@types/node": "^20.12.7",
|
|
123
125
|
"bumpp": "^9.4.0",
|
|
124
126
|
"chalk": "^5.3.0",
|
|
125
127
|
"eslint": "^8.57.0",
|
|
126
128
|
"esno": "^4.7.0",
|
|
127
129
|
"fast-glob": "^3.3.2",
|
|
128
|
-
"
|
|
130
|
+
"js-beautify": "^1.14.3",
|
|
131
|
+
"magicast": "^0.3.4",
|
|
129
132
|
"nodemon": "^3.1.0",
|
|
130
133
|
"rimraf": "^5.0.5",
|
|
131
|
-
"rollup": "^4.14.
|
|
134
|
+
"rollup": "^4.14.3",
|
|
132
135
|
"tsup": "^8.0.2",
|
|
133
136
|
"typescript": "^4.9.5",
|
|
134
|
-
"vite": "^5.2.
|
|
135
|
-
"vitest": "^1.
|
|
137
|
+
"vite": "^5.2.9",
|
|
138
|
+
"vitest": "^1.5.0",
|
|
136
139
|
"webpack": "^5.91.0"
|
|
137
140
|
}
|
|
138
141
|
}
|