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