@t2000/cli 0.18.3 → 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,3 +1,4 @@
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);
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -46,4 +47,4 @@ export {
46
47
  __toESM,
47
48
  __toCommonJS
48
49
  };
49
- //# sourceMappingURL=chunk-PLDDJCW6.js.map
50
+ //# sourceMappingURL=chunk-YPWSCLE3.js.map
@@ -1,13 +1,14 @@
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);
1
2
  import {
2
3
  external_exports,
3
4
  zodToJsonSchema
4
- } from "./chunk-5QCOX5AE.js";
5
+ } from "./chunk-5TJJMPLT.js";
5
6
  import {
6
7
  Blob,
7
8
  File,
8
9
  isFile,
9
10
  isFunction
10
- } from "./chunk-QJ5CPQJK.js";
11
+ } from "./chunk-7KJXKMEM.js";
11
12
  import {
12
13
  __commonJS,
13
14
  __esm,
@@ -15,7 +16,7 @@ import {
15
16
  __require,
16
17
  __toCommonJS,
17
18
  __toESM
18
- } from "./chunk-PLDDJCW6.js";
19
+ } from "./chunk-YPWSCLE3.js";
19
20
 
20
21
  // ../../node_modules/.pnpm/webidl-conversions@3.0.1/node_modules/webidl-conversions/lib/index.js
21
22
  var require_lib = __commonJS({
@@ -14986,6 +14987,8 @@ var require_node_cron = __commonJS({
14986
14987
 
14987
14988
  // ../gateway/dist/index.js
14988
14989
  import { createRequire } from "module";
14990
+ import { fileURLToPath } from "url";
14991
+ import { dirname, resolve, join } from "path";
14989
14992
 
14990
14993
  // ../../node_modules/.pnpm/@anthropic-ai+sdk@0.39.0/node_modules/@anthropic-ai/sdk/version.mjs
14991
14994
  var VERSION = "0.39.0";
@@ -15357,7 +15360,7 @@ var MultipartBody = class {
15357
15360
  import { ReadableStream as ReadableStream2 } from "stream/web";
15358
15361
  var fileFromPathWarned = false;
15359
15362
  async function fileFromPath2(path, ...args) {
15360
- const { fileFromPath: _fileFromPath } = await import("./fileFromPath-H3SAQMJK.js");
15363
+ const { fileFromPath: _fileFromPath } = await import("./fileFromPath-TJOXOKGY.js");
15361
15364
  if (!fileFromPathWarned) {
15362
15365
  console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`);
15363
15366
  fileFromPathWarned = true;
@@ -19007,7 +19010,7 @@ var MultipartBody2 = class {
19007
19010
  import { ReadableStream as ReadableStream4 } from "stream/web";
19008
19011
  var fileFromPathWarned2 = false;
19009
19012
  async function fileFromPath4(path, ...args) {
19010
- const { fileFromPath: _fileFromPath } = await import("./fileFromPath-H3SAQMJK.js");
19013
+ const { fileFromPath: _fileFromPath } = await import("./fileFromPath-TJOXOKGY.js");
19011
19014
  if (!fileFromPathWarned2) {
19012
19015
  console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`);
19013
19016
  fileFromPathWarned2 = true;
@@ -24862,10 +24865,11 @@ import { serve } from "@hono/node-server";
24862
24865
  var import_node_cron = __toESM(require_node_cron(), 1);
24863
24866
  import { INVESTMENT_ASSETS } from "@t2000/sdk";
24864
24867
  import { readFile, writeFile } from "fs/promises";
24865
- import { resolve, join } from "path";
24866
24868
  import { homedir } from "os";
24867
24869
  import { existsSync, mkdirSync, appendFileSync, statSync, readdirSync, unlinkSync } from "fs";
24868
24870
  var require$1 = createRequire(import.meta.url);
24871
+ var __filename$1 = fileURLToPath(import.meta.url);
24872
+ dirname(__filename$1);
24869
24873
  var __require2 = /* @__PURE__ */ ((x) => typeof require$1 !== "undefined" ? require$1 : typeof Proxy !== "undefined" ? new Proxy(x, {
24870
24874
  get: (a, b) => (typeof require$1 !== "undefined" ? require$1 : a)[b]
24871
24875
  }) : x)(function(x) {
@@ -25234,8 +25238,8 @@ var WebChatChannel = class {
25234
25238
  try {
25235
25239
  const { readFile: readFile2 } = await import("fs/promises");
25236
25240
  const { resolve: resolve2, join: join2 } = await import("path");
25237
- const { fileURLToPath } = await import("url");
25238
- const __dirname2 = resolve2(fileURLToPath(import.meta.url), "..");
25241
+ const { fileURLToPath: fileURLToPath2 } = await import("url");
25242
+ const __dirname2 = resolve2(fileURLToPath2(import.meta.url), "..");
25239
25243
  const distPath = join2(__dirname2, "..", "web", "dist");
25240
25244
  const filePath = join2(distPath, path);
25241
25245
  if (!filePath.startsWith(distPath)) return c.text("Forbidden", 403);
@@ -26875,4 +26879,4 @@ humanize-ms/index.js:
26875
26879
  * MIT Licensed
26876
26880
  *)
26877
26881
  */
26878
- //# sourceMappingURL=dist-Q3ZX35TI.js.map
26882
+ //# sourceMappingURL=dist-E4QWKWVY.js.map