unplugin-build-meta 1.0.0 → 1.0.2
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/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-build-meta",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Provide build metadata as a virutal module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -191,21 +191,21 @@
|
|
|
191
191
|
"unplugin": "^2.3.5"
|
|
192
192
|
},
|
|
193
193
|
"devDependencies": {
|
|
194
|
-
"@luxass/eslint-config": "^5.
|
|
195
|
-
"@nuxt/kit": "^
|
|
196
|
-
"@nuxt/schema": "^
|
|
197
|
-
"@rspack/core": "^1.4.
|
|
194
|
+
"@luxass/eslint-config": "^5.2.5",
|
|
195
|
+
"@nuxt/kit": "^4.0.2",
|
|
196
|
+
"@nuxt/schema": "^4.0.2",
|
|
197
|
+
"@rspack/core": "^1.4.11",
|
|
198
198
|
"@types/node": "^22.9.0",
|
|
199
|
-
"esbuild": "^0.25.
|
|
200
|
-
"eslint": "^9.
|
|
201
|
-
"rolldown": "1.0.0-beta.
|
|
202
|
-
"rollup": "^4.
|
|
199
|
+
"esbuild": "^0.25.8",
|
|
200
|
+
"eslint": "^9.32.0",
|
|
201
|
+
"rolldown": "1.0.0-beta.30",
|
|
202
|
+
"rollup": "^4.46.2",
|
|
203
203
|
"tsup": "^8.5.0",
|
|
204
|
-
"typescript": "^5.
|
|
205
|
-
"vite": "^7.0.
|
|
204
|
+
"typescript": "^5.9.2",
|
|
205
|
+
"vite": "^7.0.6",
|
|
206
206
|
"vitest": "^3.2.4",
|
|
207
207
|
"vitest-testdirs": "^4.0.1",
|
|
208
|
-
"webpack": "^5.
|
|
208
|
+
"webpack": "^5.101.0"
|
|
209
209
|
},
|
|
210
210
|
"scripts": {
|
|
211
211
|
"build": "tsup",
|