vite-plus 0.1.17 → 0.1.18

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plus",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
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.45.0",
323
323
  "oxlint": "=1.60.0",
324
324
  "oxlint-tsgolint": "=0.20.0",
325
- "@voidzero-dev/vite-plus-test": "0.1.17",
326
- "@voidzero-dev/vite-plus-core": "0.1.17"
325
+ "@voidzero-dev/vite-plus-core": "0.1.18",
326
+ "@voidzero-dev/vite-plus-test": "0.1.18"
327
327
  },
328
328
  "devDependencies": {
329
329
  "@napi-rs/cli": "^3.6.1",
@@ -349,7 +349,7 @@
349
349
  "validate-npm-package-name": "^7.0.2",
350
350
  "yaml": "^2.8.1",
351
351
  "@voidzero-dev/vite-plus-prompts": "0.0.0",
352
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.17"
352
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.18"
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.17",
373
- "@voidzero-dev/vite-plus-darwin-x64": "0.1.17",
374
- "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.17",
375
- "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.17",
376
- "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.17",
377
- "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.17",
378
- "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.17",
379
- "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.17"
372
+ "@voidzero-dev/vite-plus-darwin-arm64": "0.1.18",
373
+ "@voidzero-dev/vite-plus-darwin-x64": "0.1.18",
374
+ "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.18",
375
+ "@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.18",
376
+ "@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.18",
377
+ "@voidzero-dev/vite-plus-linux-x64-musl": "0.1.18",
378
+ "@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.18",
379
+ "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.18"
380
380
  },
381
381
  "scripts": {
382
382
  "build": "oxnode -C dev ./build.ts",