vite-plus 0.1.21 → 0.1.22
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/AGENTS.md +1 -0
- package/binding/index.cjs +53 -52
- package/binding/index.d.cts +10 -0
- package/dist/{agent-D2ocSU01.js → agent-BWLe0i9g.js} +34 -17
- package/dist/bin.js +8 -14
- package/dist/{cli-truncate-DJcN4dJ8.js → cli-truncate-B62YnW2m.js} +2 -2
- package/dist/{compat-DdC7fHjB.js → compat-OlmU9EQz.js} +1 -1
- package/dist/config/bin.js +4 -4
- package/dist/constants-kDaYqyWd.js +28 -0
- package/dist/create/bin.js +91 -24
- package/dist/{define-config-cWg3Z2bC.d.ts → define-config-IMCGDS2K.d.ts} +1 -1
- package/dist/define-config.d.ts +1 -1
- package/dist/define-config.js +1 -1
- package/dist/dist-DZfItHAr.js +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{log-update-CLxR0iRf.js → log-update-NRrY6krx.js} +3 -3
- package/dist/{main-A6UrSTYb.js → main-DhsO6ndq.js} +1 -28
- package/dist/migration/bin.js +9 -9
- package/dist/oxlint-plugin-config-BkQeR4FR.js +37 -0
- package/dist/oxlint-plugin.d.ts +8 -0
- package/dist/oxlint-plugin.js +91 -0
- package/dist/pack-bin.js +1 -1
- package/dist/pack.d.ts +1 -1
- package/dist/{package-CrKanQYM.js → package-BoLLED6j.js} +2 -1
- package/dist/{slice-ansi-CwJYd1aw.js → slice-ansi-e4todZeH.js} +1 -1
- package/dist/staged/bin.js +8 -8
- package/dist/{tsconfig-lBAWm4sf.js → tsconfig-BVyzXJ_o.js} +1 -1
- package/dist/version.js +5 -5
- package/dist/versions.js +1 -1
- package/dist/{workspace-QXeJWs3P.js → workspace-Bi_9spVt.js} +5 -6
- package/dist/wrap-ansi-3S3qJ7j8.js +2 -0
- package/dist/{wrap-ansi-Dy0LjO7Q.js → wrap-ansi-DtUeUCjE.js} +1 -1
- package/docs/guide/create.md +3 -1
- package/docs/guide/env.md +23 -1
- package/docs/guide/install.md +4 -0
- package/docs/package.json +3 -1
- package/docs/pnpm-lock.yaml +798 -62
- package/package.json +21 -13
- package/dist/dist-D2_BiE1V.js +0 -3
- package/dist/wrap-ansi-DbY7Idw_.js +0 -2
- /package/dist/{define-config-B62DkkqH.js → define-config-CzWdQTt2.js} +0 -0
- /package/dist/{dist-DjG9AYbK.js → dist-owlRxmBM.js} +0 -0
- /package/dist/{help-BtkjXtRM.js → help-DK5wuu34.js} +0 -0
- /package/dist/{lib-BamM40b7.js → lib-DpwyUJWo.js} +0 -0
- /package/dist/{pack-BcBvbQgt.d.ts → pack-K7H72Cum.d.ts} +0 -0
- /package/dist/{report-DbrfjWiP.js → report-CYPv1VK1.js} +0 -0
- /package/dist/{resolve-vite-config-C1KX9CZU.js → resolve-vite-config-C5AjksTj.js} +0 -0
- /package/dist/{strip-ansi-D86nYqKl.js → strip-ansi-D-eYYcD2.js} +0 -0
- /package/dist/{terminal-CxTMfsxZ.js → terminal-D_Kg-AA6.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "The Unified Toolchain for the Web",
|
|
5
5
|
"homepage": "https://viteplus.dev/guide",
|
|
6
6
|
"bugs": {
|
|
@@ -74,6 +74,13 @@
|
|
|
74
74
|
"types": "./dist/lint.d.ts",
|
|
75
75
|
"import": "./dist/lint.js"
|
|
76
76
|
},
|
|
77
|
+
"./oxlint-plugin": {
|
|
78
|
+
"module-sync": "./dist/oxlint-plugin.js",
|
|
79
|
+
"node": "./dist/oxlint-plugin.js",
|
|
80
|
+
"import": "./dist/oxlint-plugin.js",
|
|
81
|
+
"default": "./dist/oxlint-plugin.js",
|
|
82
|
+
"types": "./dist/oxlint-plugin.d.ts"
|
|
83
|
+
},
|
|
77
84
|
"./package.json": "./package.json",
|
|
78
85
|
"./pack": {
|
|
79
86
|
"types": "./dist/pack.d.ts",
|
|
@@ -322,11 +329,12 @@
|
|
|
322
329
|
},
|
|
323
330
|
"dependencies": {
|
|
324
331
|
"@oxc-project/types": "=0.129.0",
|
|
332
|
+
"@oxlint/plugins": "=1.61.0",
|
|
325
333
|
"oxfmt": "=0.48.0",
|
|
326
334
|
"oxlint": "=1.63.0",
|
|
327
335
|
"oxlint-tsgolint": "=0.22.1",
|
|
328
|
-
"@voidzero-dev/vite-plus-
|
|
329
|
-
"@voidzero-dev/vite-plus-
|
|
336
|
+
"@voidzero-dev/vite-plus-core": "0.1.22",
|
|
337
|
+
"@voidzero-dev/vite-plus-test": "0.1.22"
|
|
330
338
|
},
|
|
331
339
|
"devDependencies": {
|
|
332
340
|
"@napi-rs/cli": "^3.6.1",
|
|
@@ -352,8 +360,8 @@
|
|
|
352
360
|
"validate-npm-package-name": "^7.0.2",
|
|
353
361
|
"yaml": "^2.8.1",
|
|
354
362
|
"@voidzero-dev/vite-plus-prompts": "0.0.0",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
363
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.22",
|
|
364
|
+
"@voidzero-dev/vite-plus-tools": "0.0.0"
|
|
357
365
|
},
|
|
358
366
|
"napi": {
|
|
359
367
|
"binaryName": "vite-plus",
|
|
@@ -373,14 +381,14 @@
|
|
|
373
381
|
"node": "^20.19.0 || >=22.12.0"
|
|
374
382
|
},
|
|
375
383
|
"optionalDependencies": {
|
|
376
|
-
"@voidzero-dev/vite-plus-darwin-arm64": "0.1.
|
|
377
|
-
"@voidzero-dev/vite-plus-darwin-x64": "0.1.
|
|
378
|
-
"@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.
|
|
379
|
-
"@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.
|
|
380
|
-
"@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.
|
|
381
|
-
"@voidzero-dev/vite-plus-linux-x64-musl": "0.1.
|
|
382
|
-
"@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.
|
|
383
|
-
"@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.
|
|
384
|
+
"@voidzero-dev/vite-plus-darwin-arm64": "0.1.22",
|
|
385
|
+
"@voidzero-dev/vite-plus-darwin-x64": "0.1.22",
|
|
386
|
+
"@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.22",
|
|
387
|
+
"@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.22",
|
|
388
|
+
"@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.22",
|
|
389
|
+
"@voidzero-dev/vite-plus-linux-x64-musl": "0.1.22",
|
|
390
|
+
"@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.22",
|
|
391
|
+
"@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.22"
|
|
384
392
|
},
|
|
385
393
|
"scripts": {
|
|
386
394
|
"build": "oxnode -C dev ./build.ts",
|
package/dist/dist-D2_BiE1V.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|