@t2000/cli 0.18.4 → 0.18.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.
@@ -1,15 +1,15 @@
1
- import { createRequire as __createRequire } from 'module'; const require = __createRequire(import.meta.url);
1
+ import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
2
2
  import {
3
3
  ZodOptional,
4
4
  external_exports,
5
5
  objectType,
6
6
  zodToJsonSchema
7
- } from "./chunk-XIQ5PRLT.js";
7
+ } from "./chunk-5TJJMPLT.js";
8
8
  import {
9
9
  __commonJS,
10
10
  __export,
11
11
  __toESM
12
- } from "./chunk-2P7CF3JO.js";
12
+ } from "./chunk-YPWSCLE3.js";
13
13
 
14
14
  // ../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
15
15
  var require_code = __commonJS({
@@ -17052,4 +17052,4 @@ async function startMcpServer(opts) {
17052
17052
  export {
17053
17053
  startMcpServer
17054
17054
  };
17055
- //# sourceMappingURL=dist-5DMINJAS.js.map
17055
+ //# sourceMappingURL=dist-NNID5OEY.js.map
@@ -1,13 +1,13 @@
1
- import { createRequire as __createRequire } from 'module'; const require = __createRequire(import.meta.url);
1
+ import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
2
2
  import {
3
3
  File,
4
4
  isFile
5
- } from "./chunk-UKFUFU5T.js";
5
+ } from "./chunk-7KJXKMEM.js";
6
6
  import {
7
7
  __commonJS,
8
8
  __require,
9
9
  __toESM
10
- } from "./chunk-2P7CF3JO.js";
10
+ } from "./chunk-YPWSCLE3.js";
11
11
 
12
12
  // ../../node_modules/.pnpm/node-domexception@1.0.0/node_modules/node-domexception/index.js
13
13
  var require_node_domexception = __commonJS({
@@ -128,4 +128,4 @@ export {
128
128
  node-domexception/index.js:
129
129
  (*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
130
130
  */
131
- //# sourceMappingURL=fileFromPath-5M6WXDSO.js.map
131
+ //# sourceMappingURL=fileFromPath-TJOXOKGY.js.map
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { createRequire as __createRequire } from 'module'; const require = __createRequire(import.meta.url);
3
- import "./chunk-2P7CF3JO.js";
2
+ import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
3
+ import "./chunk-YPWSCLE3.js";
4
4
 
5
5
  // src/program.ts
6
6
  import { Command } from "commander";
@@ -2069,7 +2069,7 @@ function registerMcp(program2) {
2069
2069
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
2070
2070
  let mod;
2071
2071
  try {
2072
- mod = await import("./dist-5DMINJAS.js");
2072
+ mod = await import("./dist-NNID5OEY.js");
2073
2073
  } catch {
2074
2074
  console.error(
2075
2075
  "MCP server not installed. Run:\n npm install -g @t2000/mcp"
@@ -2933,7 +2933,7 @@ function registerGateway(program2) {
2933
2933
  console.log("");
2934
2934
  console.log(` ${pc16.bold("t2000 gateway")}`);
2935
2935
  console.log("");
2936
- const { Gateway } = await import("./dist-PSN4YXQP.js");
2936
+ const { Gateway } = await import("./dist-E4QWKWVY.js");
2937
2937
  const gateway = await Gateway.create({
2938
2938
  agent,
2939
2939
  port: parseInt(opts.port, 10),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.18.4",
3
+ "version": "0.18.5",
4
4
  "description": "Your personal AI financial advisor on Sui — guided setup, AI gateway, Telegram, send, save, borrow, rebalance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "optionalDependencies": {
44
44
  "@t2000/mcp": "0.18.3",
45
- "@t2000/gateway": "0.18.3"
45
+ "@t2000/gateway": "0.18.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20",
@@ -50,7 +50,7 @@
50
50
  "tsup": "^8",
51
51
  "typescript": "^5",
52
52
  "@t2000/mcp": "0.18.3",
53
- "@t2000/gateway": "0.18.3"
53
+ "@t2000/gateway": "0.18.5"
54
54
  },
55
55
  "license": "MIT",
56
56
  "scripts": {