vite-plus 0.1.14-alpha.1 → 0.1.14-alpha.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.
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.14-alpha.1",
3
+ "version": "0.1.14-alpha.2",
4
4
  "description": "The Unified Toolchain for the Web",
5
5
  "homepage": "https://viteplus.dev/guide",
6
6
  "bugs": {
@@ -317,8 +317,8 @@
317
317
  "oxlint": "=1.56.0",
318
318
  "oxlint-tsgolint": "=0.17.2",
319
319
  "picocolors": "^1.1.1",
320
- "@voidzero-dev/vite-plus-core": "0.1.14-alpha.1",
321
- "@voidzero-dev/vite-plus-test": "0.1.14-alpha.1"
320
+ "@voidzero-dev/vite-plus-core": "0.1.14-alpha.2",
321
+ "@voidzero-dev/vite-plus-test": "0.1.14-alpha.2"
322
322
  },
323
323
  "devDependencies": {
324
324
  "@napi-rs/cli": "^3.4.1",
@@ -340,9 +340,9 @@
340
340
  "tsdown": "^0.21.4",
341
341
  "validate-npm-package-name": "^7.0.2",
342
342
  "yaml": "^2.8.1",
343
- "@voidzero-dev/vite-plus-prompts": "0.0.0",
344
343
  "rolldown": "1.0.0-rc.11",
345
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.14-alpha.1"
344
+ "@voidzero-dev/vite-plus-prompts": "0.0.0",
345
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.14-alpha.2"
346
346
  },
347
347
  "napi": {
348
348
  "binaryName": "vite-plus",
@@ -362,14 +362,14 @@
362
362
  "node": "^20.19.0 || >=22.12.0"
363
363
  },
364
364
  "optionalDependencies": {
365
- "@voidzero-dev/vite-plus-darwin-arm64": "0.1.14-alpha.1",
366
- "@voidzero-dev/vite-plus-darwin-x64": "0.1.14-alpha.1",
367
- "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.14-alpha.1",
368
- "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.14-alpha.1",
369
- "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.14-alpha.1",
370
- "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.14-alpha.1",
371
- "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.14-alpha.1",
372
- "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.14-alpha.1"
365
+ "@voidzero-dev/vite-plus-darwin-arm64": "0.1.14-alpha.2",
366
+ "@voidzero-dev/vite-plus-darwin-x64": "0.1.14-alpha.2",
367
+ "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.14-alpha.2",
368
+ "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.14-alpha.2",
369
+ "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.14-alpha.2",
370
+ "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.14-alpha.2",
371
+ "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.14-alpha.2",
372
+ "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.14-alpha.2"
373
373
  },
374
374
  "scripts": {
375
375
  "build": "oxnode -C dev ./build.ts",