@t2000/cli 0.22.10 → 0.22.12

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.
@@ -5,7 +5,13 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __commonJS = (cb, mod) => function __require() {
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __commonJS = (cb, mod) => function __require2() {
9
15
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
16
  };
11
17
  var __export = (target, all) => {
@@ -30,8 +36,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
36
  ));
31
37
 
32
38
  export {
39
+ __require,
33
40
  __commonJS,
34
41
  __export,
35
42
  __toESM
36
43
  };
37
- //# sourceMappingURL=chunk-45YCL2KY.js.map
44
+ //# sourceMappingURL=chunk-SVEVGZKZ.js.map
@@ -1,9 +1,16 @@
1
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
+ import {
3
+ INVESTMENT_ASSETS,
4
+ SafeguardError,
5
+ T2000,
6
+ T2000Error
7
+ } from "./chunk-KNOTIQIW.js";
8
+ import "./chunk-6SBIVUVA.js";
2
9
  import {
3
10
  __commonJS,
4
11
  __export,
5
12
  __toESM
6
- } from "./chunk-45YCL2KY.js";
13
+ } from "./chunk-SVEVGZKZ.js";
7
14
 
8
15
  // ../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
9
16
  var require_code = __commonJS({
@@ -20965,7 +20972,6 @@ var StdioServerTransport = class {
20965
20972
  import { readFile } from "fs/promises";
20966
20973
  import { resolve } from "path";
20967
20974
  import { homedir } from "os";
20968
- import { T2000, INVESTMENT_ASSETS, SafeguardError, T2000Error } from "@t2000/sdk";
20969
20975
  var SESSION_PATH = resolve(homedir(), ".t2000", ".session");
20970
20976
  async function resolvePin() {
20971
20977
  const envPin = process.env.T2000_PIN ?? process.env.T2000_PASSPHRASE;
@@ -22825,4 +22831,4 @@ async function startMcpServer(opts) {
22825
22831
  export {
22826
22832
  startMcpServer
22827
22833
  };
22828
- //# sourceMappingURL=dist-3RLXPNZ5.js.map
22834
+ //# sourceMappingURL=dist-DFNVSDCZ.js.map