vite-plus 0.1.14-alpha.1 → 0.1.14-alpha.3

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 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.3",
4
4
  "description": "The Unified Toolchain for the Web",
5
5
  "homepage": "https://viteplus.dev/guide",
6
6
  "bugs": {
@@ -313,12 +313,12 @@
313
313
  "@oxc-project/types": "=0.122.0",
314
314
  "cac": "^7.0.0",
315
315
  "cross-spawn": "^7.0.5",
316
- "oxfmt": "=0.41.0",
317
- "oxlint": "=1.56.0",
318
- "oxlint-tsgolint": "=0.17.2",
316
+ "oxfmt": "=0.42.0",
317
+ "oxlint": "=1.57.0",
318
+ "oxlint-tsgolint": "=0.17.3",
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.3",
321
+ "@voidzero-dev/vite-plus-test": "0.1.14-alpha.3"
322
322
  },
323
323
  "devDependencies": {
324
324
  "@napi-rs/cli": "^3.4.1",
@@ -342,7 +342,7 @@
342
342
  "yaml": "^2.8.1",
343
343
  "@voidzero-dev/vite-plus-prompts": "0.0.0",
344
344
  "rolldown": "1.0.0-rc.11",
345
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.14-alpha.1"
345
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.14-alpha.3"
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.3",
366
+ "@voidzero-dev/vite-plus-darwin-x64": "0.1.14-alpha.3",
367
+ "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.14-alpha.3",
368
+ "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.14-alpha.3",
369
+ "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.14-alpha.3",
370
+ "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.14-alpha.3",
371
+ "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.14-alpha.3",
372
+ "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.14-alpha.3"
373
373
  },
374
374
  "scripts": {
375
375
  "build": "oxnode -C dev ./build.ts",
@@ -47,6 +47,14 @@ Prebuilt binaries are distributed for the following platforms (grouped by [Node.
47
47
 
48
48
  If a prebuilt binary is not available for your platform, installation will fail with an error.
49
49
 
50
+ On Alpine Linux (musl), you need to install `libstdc++` before using Vite+:
51
+
52
+ ```sh
53
+ apk add libstdc++
54
+ ```
55
+
56
+ This is required because the managed [unofficial-builds](https://unofficial-builds.nodejs.org/) Node.js runtime depends on the GNU C++ standard library.
57
+
50
58
  :::
51
59
 
52
60
  ## Quick Start
@@ -22,3 +22,6 @@ dist-ssr
22
22
  *.njsproj
23
23
  *.sln
24
24
  *.sw?
25
+
26
+ # AI agent worktrees
27
+ .claude/worktrees/