@0x-jerry/x 2.7.3 → 2.7.5
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-ZU5F6V34.js → chunk-NZSFHG3Q.js} +1 -1
- package/dist/x.js +1 -1
- package/dist/xn.js +5 -4
- package/dist/xr.js +1 -1
- package/package.json +69 -69
package/dist/x.js
CHANGED
package/dist/xn.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-TTBHFDNB.js";
|
|
7
7
|
import {
|
|
8
8
|
version
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NZSFHG3Q.js";
|
|
10
10
|
|
|
11
11
|
// src/xn.ts
|
|
12
12
|
import { sliver } from "@0x-jerry/silver";
|
|
@@ -247,9 +247,10 @@ async function removeAction(_, opt) {
|
|
|
247
247
|
function getParameters(opt) {
|
|
248
248
|
const params = opt._;
|
|
249
249
|
const otherOpt = { ...opt };
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
250
|
+
const blockOptions = ["_", "--", "L"];
|
|
251
|
+
for (const opt2 of blockOptions) {
|
|
252
|
+
Reflect.deleteProperty(otherOpt, opt2);
|
|
253
|
+
}
|
|
253
254
|
return {
|
|
254
255
|
params,
|
|
255
256
|
options: otherOpt
|
package/dist/xr.js
CHANGED
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@0x-jerry/x",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"repository": {
|
|
5
|
-
"type": "git",
|
|
6
|
-
"url": "git+https://github.com/0x-jerry/x.git"
|
|
7
|
-
},
|
|
8
|
-
"author": "Jerry Wang <x.jerry.wang@gmail.com>",
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"type": "module",
|
|
11
|
-
"publishConfig": {
|
|
12
|
-
"access": "public",
|
|
13
|
-
"registry": "https://registry.npmjs.org"
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"bin": {
|
|
19
|
-
"xr": "dist/xr.js",
|
|
20
|
-
"xn": "dist/xn.js",
|
|
21
|
-
"x": "dist/x.js"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"build": "tsup",
|
|
25
|
-
"dev:xr": "tsx src/xr.ts",
|
|
26
|
-
"dev:xn": "tsx src/xn.ts",
|
|
27
|
-
"dev:x": "tsx src/x.ts",
|
|
28
|
-
"test": "vitest run",
|
|
29
|
-
"test:watch": "vitest",
|
|
30
|
-
"prepublishOnly": "npm run build",
|
|
31
|
-
"release": "x-release"
|
|
32
|
-
},
|
|
33
|
-
"tsup": {
|
|
34
|
-
"entry": [
|
|
35
|
-
"src/xr.ts",
|
|
36
|
-
"src/xn.ts",
|
|
37
|
-
"src/x.ts"
|
|
38
|
-
],
|
|
39
|
-
"format": [
|
|
40
|
-
"esm"
|
|
41
|
-
],
|
|
42
|
-
"clean": true
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@0x-jerry/silver": "^1.1.1",
|
|
46
|
-
"@0x-jerry/utils": "^4.2.2",
|
|
47
|
-
"decompress": "^4.2.1",
|
|
48
|
-
"fs-extra": "^11.3.0",
|
|
49
|
-
"global-agent": "^3.0.0",
|
|
50
|
-
"got": "^14.4.
|
|
51
|
-
"jsonc-parser": "^3.3.1",
|
|
52
|
-
"ora": "^8.
|
|
53
|
-
"picocolors": "^1.1.1",
|
|
54
|
-
"prompts": "^2.4.2"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@0x-jerry/x-release": "^2.2.2",
|
|
58
|
-
"@biomejs/biome": "^1.9.4",
|
|
59
|
-
"@types/decompress": "^4.2.7",
|
|
60
|
-
"@types/fs-extra": "^11.0.4",
|
|
61
|
-
"@types/global-agent": "^
|
|
62
|
-
"@types/node": "^22.
|
|
63
|
-
"@types/prompts": "^2.4.9",
|
|
64
|
-
"@vitest/coverage-v8": "^3.0.
|
|
65
|
-
"tsup": "^8.
|
|
66
|
-
"tsx": "^4.19.
|
|
67
|
-
"typescript": "^5.
|
|
68
|
-
"vitest": "^3.0.
|
|
69
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@0x-jerry/x",
|
|
3
|
+
"version": "2.7.5",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/0x-jerry/x.git"
|
|
7
|
+
},
|
|
8
|
+
"author": "Jerry Wang <x.jerry.wang@gmail.com>",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"type": "module",
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public",
|
|
13
|
+
"registry": "https://registry.npmjs.org"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"bin": {
|
|
19
|
+
"xr": "dist/xr.js",
|
|
20
|
+
"xn": "dist/xn.js",
|
|
21
|
+
"x": "dist/x.js"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "tsup",
|
|
25
|
+
"dev:xr": "tsx src/xr.ts",
|
|
26
|
+
"dev:xn": "tsx src/xn.ts",
|
|
27
|
+
"dev:x": "tsx src/x.ts",
|
|
28
|
+
"test": "vitest run",
|
|
29
|
+
"test:watch": "vitest",
|
|
30
|
+
"prepublishOnly": "npm run build",
|
|
31
|
+
"release": "x-release"
|
|
32
|
+
},
|
|
33
|
+
"tsup": {
|
|
34
|
+
"entry": [
|
|
35
|
+
"src/xr.ts",
|
|
36
|
+
"src/xn.ts",
|
|
37
|
+
"src/x.ts"
|
|
38
|
+
],
|
|
39
|
+
"format": [
|
|
40
|
+
"esm"
|
|
41
|
+
],
|
|
42
|
+
"clean": true
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@0x-jerry/silver": "^1.1.1",
|
|
46
|
+
"@0x-jerry/utils": "^4.2.2",
|
|
47
|
+
"decompress": "^4.2.1",
|
|
48
|
+
"fs-extra": "^11.3.0",
|
|
49
|
+
"global-agent": "^3.0.0",
|
|
50
|
+
"got": "^14.4.6",
|
|
51
|
+
"jsonc-parser": "^3.3.1",
|
|
52
|
+
"ora": "^8.2.0",
|
|
53
|
+
"picocolors": "^1.1.1",
|
|
54
|
+
"prompts": "^2.4.2"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@0x-jerry/x-release": "^2.2.2",
|
|
58
|
+
"@biomejs/biome": "^1.9.4",
|
|
59
|
+
"@types/decompress": "^4.2.7",
|
|
60
|
+
"@types/fs-extra": "^11.0.4",
|
|
61
|
+
"@types/global-agent": "^3.0.0",
|
|
62
|
+
"@types/node": "^22.13.8",
|
|
63
|
+
"@types/prompts": "^2.4.9",
|
|
64
|
+
"@vitest/coverage-v8": "^3.0.7",
|
|
65
|
+
"tsup": "^8.4.0",
|
|
66
|
+
"tsx": "^4.19.3",
|
|
67
|
+
"typescript": "^5.8.2",
|
|
68
|
+
"vitest": "^3.0.7"
|
|
69
|
+
}
|
|
70
70
|
}
|