@alpic-ai/sdk 1.159.0 → 1.161.0
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.
package/dist/vendor/pipenet.js
CHANGED
|
@@ -16574,18 +16574,18 @@ var {
|
|
|
16574
16574
|
create
|
|
16575
16575
|
} = axios_default;
|
|
16576
16576
|
|
|
16577
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16577
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/Tunnel.js
|
|
16578
16578
|
var import_debug2 = __toESM(require_src(), 1);
|
|
16579
16579
|
import { EventEmitter as EventEmitter3 } from "events";
|
|
16580
16580
|
|
|
16581
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16581
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/TunnelCluster.js
|
|
16582
16582
|
var import_debug = __toESM(require_src(), 1);
|
|
16583
16583
|
import { EventEmitter as EventEmitter2 } from "events";
|
|
16584
16584
|
import fs from "fs";
|
|
16585
16585
|
import net from "net";
|
|
16586
16586
|
import tls from "tls";
|
|
16587
16587
|
|
|
16588
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16588
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/HeaderHostTransformer.js
|
|
16589
16589
|
import { Transform } from "stream";
|
|
16590
16590
|
var HeaderHostTransformer = class extends Transform {
|
|
16591
16591
|
host;
|
|
@@ -16603,7 +16603,7 @@ var HeaderHostTransformer = class extends Transform {
|
|
|
16603
16603
|
}
|
|
16604
16604
|
};
|
|
16605
16605
|
|
|
16606
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16606
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/TunnelCluster.js
|
|
16607
16607
|
var log = (0, import_debug.default)("pipenet:client");
|
|
16608
16608
|
var TunnelCluster = class extends EventEmitter2 {
|
|
16609
16609
|
opts;
|
|
@@ -16703,7 +16703,7 @@ var TunnelCluster = class extends EventEmitter2 {
|
|
|
16703
16703
|
}
|
|
16704
16704
|
};
|
|
16705
16705
|
|
|
16706
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16706
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/Tunnel.js
|
|
16707
16707
|
var log2 = (0, import_debug2.default)("pipenet:client");
|
|
16708
16708
|
var Tunnel = class extends EventEmitter3 {
|
|
16709
16709
|
cachedUrl;
|
|
@@ -16851,7 +16851,7 @@ var Tunnel = class extends EventEmitter3 {
|
|
|
16851
16851
|
}
|
|
16852
16852
|
};
|
|
16853
16853
|
|
|
16854
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16854
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=6563a9cc9b0f2a1e688a2ed680b80f8623092856e6c4c446e0cdc8d98f497ac9_supports-color@8.1.1/node_modules/pipenet/dist/pipenet.js
|
|
16855
16855
|
function pipenet(arg1, arg2, arg3) {
|
|
16856
16856
|
const options = typeof arg1 === "object" ? arg1 : { ...arg2, port: arg1 };
|
|
16857
16857
|
const callback = typeof arg1 === "object" ? arg2 : arg3;
|