@0x-jerry/x 2.11.0 → 2.12.0
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/dist/{chunk-J54EX5Y6.js → chunk-AVVMCIYS.js} +1 -1
- package/dist/x.js +1 -1
- package/dist/xn.js +1 -1
- package/dist/xr.js +2 -2
- package/package.json +4 -4
package/dist/x.js
CHANGED
package/dist/xn.js
CHANGED
package/dist/xr.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-ELIYGHQS.js";
|
|
5
5
|
import {
|
|
6
6
|
version
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AVVMCIYS.js";
|
|
8
8
|
|
|
9
9
|
// src/xr.ts
|
|
10
10
|
import { sliver } from "@0x-jerry/silver";
|
|
@@ -147,7 +147,7 @@ async function getAvailableCommands() {
|
|
|
147
147
|
var ins = sliver`
|
|
148
148
|
v${version} @help @autocompletion
|
|
149
149
|
|
|
150
|
-
xr <@command:command-or-file> #stopEarly, run npm script or ts/js file quickly. ${defaultAction}
|
|
150
|
+
xr <@command|_files:command-or-file> #stopEarly, run npm script or ts/js file quickly. ${defaultAction}
|
|
151
151
|
`;
|
|
152
152
|
ins.type("command", async () => {
|
|
153
153
|
const allScripts = await getAvailableCommands();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0x-jerry/x",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/0x-jerry/x.git"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"clean": true
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@0x-jerry/silver": "^1.
|
|
50
|
+
"@0x-jerry/silver": "^1.2.1",
|
|
51
51
|
"@0x-jerry/utils": "^5.0.0",
|
|
52
52
|
"decompress": "^4.2.1",
|
|
53
53
|
"fs-extra": "^11.3.1",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@0x-jerry/x-release": "^2.4.0",
|
|
66
|
-
"@biomejs/biome": "^2.2.
|
|
66
|
+
"@biomejs/biome": "^2.2.3",
|
|
67
67
|
"@types/decompress": "^4.2.7",
|
|
68
68
|
"@types/fs-extra": "^11.0.4",
|
|
69
69
|
"@types/global-agent": "^3.0.0",
|
|
70
|
-
"@types/node": "^24.3.
|
|
70
|
+
"@types/node": "^24.3.1",
|
|
71
71
|
"@types/prompts": "^2.4.9",
|
|
72
72
|
"@vitest/coverage-v8": "^3.2.4",
|
|
73
73
|
"tsup": "^8.5.0",
|