@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,7 +1,7 @@
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
  __export
4
- } from "./chunk-2P7CF3JO.js";
4
+ } from "./chunk-YPWSCLE3.js";
5
5
 
6
6
  // ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js
7
7
  var external_exports = {};
@@ -5334,4 +5334,4 @@ export {
5334
5334
  external_exports,
5335
5335
  zodToJsonSchema
5336
5336
  };
5337
- //# sourceMappingURL=chunk-XIQ5PRLT.js.map
5337
+ //# sourceMappingURL=chunk-5TJJMPLT.js.map
@@ -1,4 +1,4 @@
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
 
3
3
  // ../../node_modules/.pnpm/web-streams-polyfill@4.0.0-beta.3/node_modules/web-streams-polyfill/dist/ponyfill.mjs
4
4
  var e = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? Symbol : (e2) => `Symbol(${e2})`;
@@ -2052,4 +2052,4 @@ formdata-node/lib/esm/blobHelpers.js:
2052
2052
  formdata-node/lib/esm/Blob.js:
2053
2053
  (*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank *)
2054
2054
  */
2055
- //# sourceMappingURL=chunk-UKFUFU5T.js.map
2055
+ //# sourceMappingURL=chunk-7KJXKMEM.js.map
@@ -1,4 +1,4 @@
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
  var __create = Object.create;
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -47,4 +47,4 @@ export {
47
47
  __toESM,
48
48
  __toCommonJS
49
49
  };
50
- //# sourceMappingURL=chunk-2P7CF3JO.js.map
50
+ //# sourceMappingURL=chunk-YPWSCLE3.js.map
@@ -1,14 +1,14 @@
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
  external_exports,
4
4
  zodToJsonSchema
5
- } from "./chunk-XIQ5PRLT.js";
5
+ } from "./chunk-5TJJMPLT.js";
6
6
  import {
7
7
  Blob,
8
8
  File,
9
9
  isFile,
10
10
  isFunction
11
- } from "./chunk-UKFUFU5T.js";
11
+ } from "./chunk-7KJXKMEM.js";
12
12
  import {
13
13
  __commonJS,
14
14
  __esm,
@@ -16,7 +16,7 @@ import {
16
16
  __require,
17
17
  __toCommonJS,
18
18
  __toESM
19
- } from "./chunk-2P7CF3JO.js";
19
+ } from "./chunk-YPWSCLE3.js";
20
20
 
21
21
  // ../../node_modules/.pnpm/webidl-conversions@3.0.1/node_modules/webidl-conversions/lib/index.js
22
22
  var require_lib = __commonJS({
@@ -14987,6 +14987,8 @@ var require_node_cron = __commonJS({
14987
14987
 
14988
14988
  // ../gateway/dist/index.js
14989
14989
  import { createRequire } from "module";
14990
+ import { fileURLToPath } from "url";
14991
+ import { dirname, resolve, join } from "path";
14990
14992
 
14991
14993
  // ../../node_modules/.pnpm/@anthropic-ai+sdk@0.39.0/node_modules/@anthropic-ai/sdk/version.mjs
14992
14994
  var VERSION = "0.39.0";
@@ -15358,7 +15360,7 @@ var MultipartBody = class {
15358
15360
  import { ReadableStream as ReadableStream2 } from "stream/web";
15359
15361
  var fileFromPathWarned = false;
15360
15362
  async function fileFromPath2(path, ...args) {
15361
- const { fileFromPath: _fileFromPath } = await import("./fileFromPath-5M6WXDSO.js");
15363
+ const { fileFromPath: _fileFromPath } = await import("./fileFromPath-TJOXOKGY.js");
15362
15364
  if (!fileFromPathWarned) {
15363
15365
  console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`);
15364
15366
  fileFromPathWarned = true;
@@ -19008,7 +19010,7 @@ var MultipartBody2 = class {
19008
19010
  import { ReadableStream as ReadableStream4 } from "stream/web";
19009
19011
  var fileFromPathWarned2 = false;
19010
19012
  async function fileFromPath4(path, ...args) {
19011
- const { fileFromPath: _fileFromPath } = await import("./fileFromPath-5M6WXDSO.js");
19013
+ const { fileFromPath: _fileFromPath } = await import("./fileFromPath-TJOXOKGY.js");
19012
19014
  if (!fileFromPathWarned2) {
19013
19015
  console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`);
19014
19016
  fileFromPathWarned2 = true;
@@ -24863,10 +24865,11 @@ import { serve } from "@hono/node-server";
24863
24865
  var import_node_cron = __toESM(require_node_cron(), 1);
24864
24866
  import { INVESTMENT_ASSETS } from "@t2000/sdk";
24865
24867
  import { readFile, writeFile } from "fs/promises";
24866
- import { resolve, join } from "path";
24867
24868
  import { homedir } from "os";
24868
24869
  import { existsSync, mkdirSync, appendFileSync, statSync, readdirSync, unlinkSync } from "fs";
24869
24870
  var require$1 = createRequire(import.meta.url);
24871
+ var __filename$1 = fileURLToPath(import.meta.url);
24872
+ dirname(__filename$1);
24870
24873
  var __require2 = /* @__PURE__ */ ((x) => typeof require$1 !== "undefined" ? require$1 : typeof Proxy !== "undefined" ? new Proxy(x, {
24871
24874
  get: (a, b) => (typeof require$1 !== "undefined" ? require$1 : a)[b]
24872
24875
  }) : x)(function(x) {
@@ -25235,8 +25238,8 @@ var WebChatChannel = class {
25235
25238
  try {
25236
25239
  const { readFile: readFile2 } = await import("fs/promises");
25237
25240
  const { resolve: resolve2, join: join2 } = await import("path");
25238
- const { fileURLToPath } = await import("url");
25239
- const __dirname2 = resolve2(fileURLToPath(import.meta.url), "..");
25241
+ const { fileURLToPath: fileURLToPath2 } = await import("url");
25242
+ const __dirname2 = resolve2(fileURLToPath2(import.meta.url), "..");
25240
25243
  const distPath = join2(__dirname2, "..", "web", "dist");
25241
25244
  const filePath = join2(distPath, path);
25242
25245
  if (!filePath.startsWith(distPath)) return c.text("Forbidden", 403);
@@ -26876,4 +26879,4 @@ humanize-ms/index.js:
26876
26879
  * MIT Licensed
26877
26880
  *)
26878
26881
  */
26879
- //# sourceMappingURL=dist-PSN4YXQP.js.map
26882
+ //# sourceMappingURL=dist-E4QWKWVY.js.map