@alpic-ai/sdk 1.150.0 → 1.152.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
|
@@ -16585,18 +16585,18 @@ var {
|
|
|
16585
16585
|
create
|
|
16586
16586
|
} = axios_default;
|
|
16587
16587
|
|
|
16588
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16588
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/Tunnel.js
|
|
16589
16589
|
var import_debug2 = __toESM(require_src(), 1);
|
|
16590
16590
|
import { EventEmitter as EventEmitter3 } from "events";
|
|
16591
16591
|
|
|
16592
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16592
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/TunnelCluster.js
|
|
16593
16593
|
var import_debug = __toESM(require_src(), 1);
|
|
16594
16594
|
import { EventEmitter as EventEmitter2 } from "events";
|
|
16595
16595
|
import fs from "fs";
|
|
16596
16596
|
import net from "net";
|
|
16597
16597
|
import tls from "tls";
|
|
16598
16598
|
|
|
16599
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16599
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/HeaderHostTransformer.js
|
|
16600
16600
|
import { Transform } from "stream";
|
|
16601
16601
|
var HeaderHostTransformer = class extends Transform {
|
|
16602
16602
|
host;
|
|
@@ -16614,7 +16614,7 @@ var HeaderHostTransformer = class extends Transform {
|
|
|
16614
16614
|
}
|
|
16615
16615
|
};
|
|
16616
16616
|
|
|
16617
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16617
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/TunnelCluster.js
|
|
16618
16618
|
var log = (0, import_debug.default)("pipenet:client");
|
|
16619
16619
|
var TunnelCluster = class extends EventEmitter2 {
|
|
16620
16620
|
opts;
|
|
@@ -16714,7 +16714,7 @@ var TunnelCluster = class extends EventEmitter2 {
|
|
|
16714
16714
|
}
|
|
16715
16715
|
};
|
|
16716
16716
|
|
|
16717
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16717
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/Tunnel.js
|
|
16718
16718
|
var log2 = (0, import_debug2.default)("pipenet:client");
|
|
16719
16719
|
var Tunnel = class extends EventEmitter3 {
|
|
16720
16720
|
cachedUrl;
|
|
@@ -16862,7 +16862,7 @@ var Tunnel = class extends EventEmitter3 {
|
|
|
16862
16862
|
}
|
|
16863
16863
|
};
|
|
16864
16864
|
|
|
16865
|
-
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=
|
|
16865
|
+
// ../../node_modules/.pnpm/pipenet@1.4.2_patch_hash=09c4ab8ce9e1d77e9c735905927fa4bc2790e673c18d6cf3a62fd19ba4d9b576/node_modules/pipenet/dist/pipenet.js
|
|
16866
16866
|
function pipenet(arg1, arg2, arg3) {
|
|
16867
16867
|
const options = typeof arg1 === "object" ? arg1 : { ...arg2, port: arg1 };
|
|
16868
16868
|
const callback = typeof arg1 === "object" ? arg2 : arg3;
|