xgen-dex-cli 1.25.0 → 1.25.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -625,7 +625,7 @@ function bindCliHost(configStore) {
625
625
  var credentials = new SystemCredentialStore();
626
626
 
627
627
  // src/cli.ts
628
- var VERSION = true ? "1.25.0" : "dev";
628
+ var VERSION = true ? "1.25.1" : "dev";
629
629
  var HELP = `XGEN Dex CLI ${VERSION}
630
630
 
631
631
  Usage:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xgen-dex-cli",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "XGEN Dex CLI — 터미널에서 XGEN 에이전트와 대화하고, 이 컴퓨터의 셸·파일·MCP 를 에이전트에게 빌려 줍니다.",
5
5
  "type": "module",
6
6
  "bin": {