@alpic-ai/sdk 0.0.0-dev.gc47cbb1 → 0.0.0-dev.gd40ea9c

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.
@@ -16571,18 +16571,18 @@ var {
16571
16571
  create
16572
16572
  } = axios_default;
16573
16573
 
16574
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/Tunnel.js
16574
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/Tunnel.js
16575
16575
  var import_debug2 = __toESM(require_src(), 1);
16576
16576
  import { EventEmitter as EventEmitter3 } from "events";
16577
16577
 
16578
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/TunnelCluster.js
16578
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/TunnelCluster.js
16579
16579
  var import_debug = __toESM(require_src(), 1);
16580
16580
  import { EventEmitter as EventEmitter2 } from "events";
16581
16581
  import fs from "fs";
16582
16582
  import net from "net";
16583
16583
  import tls from "tls";
16584
16584
 
16585
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/HeaderHostTransformer.js
16585
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/HeaderHostTransformer.js
16586
16586
  import { Transform } from "stream";
16587
16587
  var HeaderHostTransformer = class extends Transform {
16588
16588
  host;
@@ -16600,7 +16600,7 @@ var HeaderHostTransformer = class extends Transform {
16600
16600
  }
16601
16601
  };
16602
16602
 
16603
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/TunnelCluster.js
16603
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/TunnelCluster.js
16604
16604
  var log = (0, import_debug.default)("pipenet:client");
16605
16605
  var TunnelCluster = class extends EventEmitter2 {
16606
16606
  opts;
@@ -16708,7 +16708,7 @@ var TunnelCluster = class extends EventEmitter2 {
16708
16708
  }
16709
16709
  };
16710
16710
 
16711
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/Tunnel.js
16711
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/Tunnel.js
16712
16712
  var log2 = (0, import_debug2.default)("pipenet:client");
16713
16713
  var Tunnel = class extends EventEmitter3 {
16714
16714
  cachedUrl;
@@ -16856,7 +16856,7 @@ var Tunnel = class extends EventEmitter3 {
16856
16856
  }
16857
16857
  };
16858
16858
 
16859
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=283f0d16759aba9c68cd55bb0821c977833a401969b0ecf9492a6618e019f6c1/node_modules/pipenet/dist/pipenet.js
16859
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/pipenet.js
16860
16860
  function pipenet(arg1, arg2, arg3) {
16861
16861
  const options = typeof arg1 === "object" ? arg1 : { ...arg2, port: arg1 };
16862
16862
  const callback = typeof arg1 === "object" ? arg2 : arg3;