vite-plus 0.1.20-alpha.4 → 0.1.20

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plus",
3
- "version": "0.1.20-alpha.4",
3
+ "version": "0.1.20",
4
4
  "description": "The Unified Toolchain for the Web",
5
5
  "homepage": "https://viteplus.dev/guide",
6
6
  "bugs": {
@@ -322,8 +322,8 @@
322
322
  "oxfmt": "=0.46.0",
323
323
  "oxlint": "=1.61.0",
324
324
  "oxlint-tsgolint": "=0.22.0",
325
- "@voidzero-dev/vite-plus-core": "0.1.20-alpha.4",
326
- "@voidzero-dev/vite-plus-test": "0.1.20-alpha.4"
325
+ "@voidzero-dev/vite-plus-core": "0.1.20",
326
+ "@voidzero-dev/vite-plus-test": "0.1.20"
327
327
  },
328
328
  "devDependencies": {
329
329
  "@napi-rs/cli": "^3.6.1",
@@ -347,9 +347,9 @@
347
347
  "tsdown": "^0.21.10",
348
348
  "validate-npm-package-name": "^7.0.2",
349
349
  "yaml": "^2.8.1",
350
- "@voidzero-dev/vite-plus-prompts": "0.0.0",
351
350
  "@voidzero-dev/vite-plus-tools": "0.0.0",
352
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.20-alpha.4"
351
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.20",
352
+ "@voidzero-dev/vite-plus-prompts": "0.0.0"
353
353
  },
354
354
  "napi": {
355
355
  "binaryName": "vite-plus",
@@ -369,14 +369,14 @@
369
369
  "node": "^20.19.0 || >=22.12.0"
370
370
  },
371
371
  "optionalDependencies": {
372
- "@voidzero-dev/vite-plus-darwin-arm64": "0.1.20-alpha.4",
373
- "@voidzero-dev/vite-plus-darwin-x64": "0.1.20-alpha.4",
374
- "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.20-alpha.4",
375
- "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.20-alpha.4",
376
- "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.20-alpha.4",
377
- "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.20-alpha.4",
378
- "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.20-alpha.4",
379
- "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.20-alpha.4"
372
+ "@voidzero-dev/vite-plus-darwin-arm64": "0.1.20",
373
+ "@voidzero-dev/vite-plus-darwin-x64": "0.1.20",
374
+ "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.20",
375
+ "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.20",
376
+ "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.20",
377
+ "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.20",
378
+ "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.20",
379
+ "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.20"
380
380
  },
381
381
  "scripts": {
382
382
  "build": "oxnode -C dev ./build.ts",