unplugin-env 0.1.3 → 0.1.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/webpack.js CHANGED
@@ -5,8 +5,8 @@
5
5
 
6
6
  import {
7
7
  webpack_default
8
- } from "./chunk-YGAPXDJU.js";
9
- import "./chunk-MNU7HARO.js";
8
+ } from "./chunk-R5LAC3HA.js";
9
+ import "./chunk-EQCBPN6Z.js";
10
10
  export {
11
11
  webpack_default as default
12
12
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unplugin-env",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "packageManager": "pnpm@7.1.1",
6
6
  "description": "Register global imports on demand for Vite and Webpack",
7
7
  "license": "MIT",
@@ -90,49 +90,49 @@
90
90
  "webpack": "^4 || ^5"
91
91
  },
92
92
  "peerDependenciesMeta": {
93
- "webpack": {
93
+ "@nuxt/kit": {
94
94
  "optional": true
95
95
  },
96
- "rollup": {
96
+ "@nuxt/schema": {
97
97
  "optional": true
98
98
  },
99
- "vite": {
99
+ "esbuild": {
100
100
  "optional": true
101
101
  },
102
- "esbuild": {
102
+ "rollup": {
103
103
  "optional": true
104
104
  },
105
- "@nuxt/kit": {
105
+ "vite": {
106
106
  "optional": true
107
107
  },
108
- "@nuxt/schema": {
108
+ "webpack": {
109
109
  "optional": true
110
110
  }
111
111
  },
112
112
  "dependencies": {
113
- "@antfu/utils": "^0.7.6",
113
+ "@antfu/utils": "^0.7.7",
114
114
  "compressing": "^1.10.0",
115
115
  "local-pkg": "^0.5.0",
116
- "unplugin": "^1.5.1"
116
+ "unplugin": "^1.10.1"
117
117
  },
118
118
  "devDependencies": {
119
- "@antfu/eslint-config": "^2.0.0",
120
- "@nuxt/kit": "^3.8.1",
121
- "@nuxt/schema": "^3.8.1",
122
- "@types/node": "^20.9.2",
123
- "bumpp": "^9.2.0",
119
+ "@antfu/eslint-config": "^2.13.2",
120
+ "@nuxt/kit": "^3.11.2",
121
+ "@nuxt/schema": "^3.11.2",
122
+ "@types/node": "^20.12.7",
123
+ "bumpp": "^9.4.0",
124
124
  "chalk": "^5.3.0",
125
- "eslint": "^8.54.0",
126
- "esno": "^4.0.0",
125
+ "eslint": "^8.57.0",
126
+ "esno": "^4.7.0",
127
127
  "fast-glob": "^3.3.2",
128
- "magicast": "^0.3.2",
129
- "nodemon": "^3.0.1",
128
+ "magicast": "^0.3.3",
129
+ "nodemon": "^3.1.0",
130
130
  "rimraf": "^5.0.5",
131
- "rollup": "^4.5.0",
132
- "tsup": "^8.0.0",
131
+ "rollup": "^4.14.1",
132
+ "tsup": "^8.0.2",
133
133
  "typescript": "^4.9.5",
134
- "vite": "^5.0.0",
135
- "vitest": "^0.34.6",
136
- "webpack": "^5.89.0"
134
+ "vite": "^5.2.8",
135
+ "vitest": "^1.4.0",
136
+ "webpack": "^5.91.0"
137
137
  }
138
138
  }