unplugin-env 0.1.8 → 1.0.1

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-FG4FU2UV.js";
9
- import "./chunk-HSFO6KAC.js";
8
+ } from "./chunk-ELYQVJHH.js";
9
+ import "./chunk-QWCQIGEO.js";
10
10
  export {
11
11
  webpack_default as default
12
12
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "unplugin-env",
3
3
  "type": "module",
4
- "version": "0.1.8",
5
- "packageManager": "pnpm@7.1.1",
4
+ "version": "1.0.1",
5
+ "packageManager": "pnpm@9.15.4",
6
6
  "description": "Register global imports on demand for Vite and Webpack",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/nikkolast88/unplugin-env#readme",
@@ -72,6 +72,15 @@
72
72
  "files": [
73
73
  "dist"
74
74
  ],
75
+ "engines": {
76
+ "node": "^20.19.0 || >=22.12.0",
77
+ "pnpm": ">=9.0.0"
78
+ },
79
+ "browserslist": [
80
+ "defaults",
81
+ "not IE 11",
82
+ "maintained node versions"
83
+ ],
75
84
  "scripts": {
76
85
  "build": "tsup",
77
86
  "dev": "tsup --watch src",
@@ -110,32 +119,29 @@
110
119
  }
111
120
  },
112
121
  "dependencies": {
113
- "@antfu/utils": "^0.7.8",
122
+ "@antfu/utils": "^9.3.0",
114
123
  "archiver": "^7.0.1",
115
- "local-pkg": "^0.5.0",
116
- "unplugin": "^1.10.1"
124
+ "local-pkg": "^1.1.2",
125
+ "recast": "^0.23.11",
126
+ "unplugin": "^2.3.10"
117
127
  },
118
128
  "devDependencies": {
119
- "@antfu/eslint-config": "^2.17.0",
120
- "@nuxt/kit": "^3.11.2",
121
- "@nuxt/schema": "^3.11.2",
122
- "@types/archiver": "^6.0.2",
123
- "@types/js-beautify": "^1.14.3",
124
- "@types/node": "^20.12.11",
125
- "bumpp": "^9.4.1",
126
- "chalk": "^5.3.0",
127
- "eslint": "^8.57.0",
128
- "esno": "^4.7.0",
129
- "fast-glob": "^3.3.2",
130
- "js-beautify": "^1.15.1",
131
- "magicast": "^0.3.4",
132
- "nodemon": "^3.1.0",
133
- "rimraf": "^5.0.5",
134
- "rollup": "^4.17.2",
135
- "tsup": "^8.0.2",
136
- "typescript": "^4.9.5",
137
- "vite": "^5.2.11",
138
- "vitest": "^1.6.0",
139
- "webpack": "^5.91.0"
129
+ "@antfu/eslint-config": "^6.2.0",
130
+ "@nuxt/kit": "^4.2.0",
131
+ "@nuxt/schema": "^4.2.0",
132
+ "@types/archiver": "^7.0.0",
133
+ "@types/node": "^24.10.0",
134
+ "bumpp": "^10.3.1",
135
+ "chalk": "^5.6.2",
136
+ "eslint": "^9.39.0",
137
+ "esno": "^4.8.0",
138
+ "fast-glob": "^3.3.3",
139
+ "nodemon": "^3.1.10",
140
+ "rollup": "^4.52.5",
141
+ "tsup": "^8.5.0",
142
+ "typescript": "^5.9.3",
143
+ "vite": "^7.1.12",
144
+ "vitest": "^4.0.6",
145
+ "webpack": "^5.102.1"
140
146
  }
141
147
  }