@0x-jerry/x 2.11.0 → 2.12.1

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.
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.11.0";
2
+ var version = "2.12.1";
3
3
 
4
4
  export {
5
5
  version
package/dist/x.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  version
4
- } from "./chunk-J54EX5Y6.js";
4
+ } from "./chunk-FPK3JLDA.js";
5
5
 
6
6
  // src/x.ts
7
7
  import { sliver } from "@0x-jerry/silver";
package/dist/xn.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-ELIYGHQS.js";
7
7
  import {
8
8
  version
9
- } from "./chunk-J54EX5Y6.js";
9
+ } from "./chunk-FPK3JLDA.js";
10
10
 
11
11
  // src/xn.ts
12
12
  import { sliver } from "@0x-jerry/silver";
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-J54EX5Y6.js";
7
+ } from "./chunk-FPK3JLDA.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.11.0",
3
+ "version": "2.12.1",
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.1.1",
50
+ "@0x-jerry/silver": "^1.2.2",
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.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.0",
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",