@probelabs/probe 0.6.0-rc321 → 0.6.0-rc322
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/bin/binaries/{probe-v0.6.0-rc321-x86_64-apple-darwin.tar.gz → probe-v0.6.0-rc322-aarch64-apple-darwin.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc321-aarch64-unknown-linux-musl.tar.gz → probe-v0.6.0-rc322-aarch64-unknown-linux-musl.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc321-aarch64-apple-darwin.tar.gz → probe-v0.6.0-rc322-x86_64-apple-darwin.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc321-x86_64-pc-windows-msvc.zip → probe-v0.6.0-rc322-x86_64-pc-windows-msvc.zip} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc321-x86_64-unknown-linux-musl.tar.gz → probe-v0.6.0-rc322-x86_64-unknown-linux-musl.tar.gz} +0 -0
- package/cjs/agent/ProbeAgent.cjs +3 -3
- package/cjs/index.cjs +3 -3
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/cjs/agent/ProbeAgent.cjs
CHANGED
|
@@ -24374,7 +24374,7 @@ function getBase64Data(file2) {
|
|
|
24374
24374
|
}
|
|
24375
24375
|
return file2.data;
|
|
24376
24376
|
}
|
|
24377
|
-
function createSigV4FetchFunction(getCredentials, fetch2) {
|
|
24377
|
+
function createSigV4FetchFunction(getCredentials, fetch2, service = "bedrock") {
|
|
24378
24378
|
return async (input, init) => {
|
|
24379
24379
|
var _a17, _b16;
|
|
24380
24380
|
const effectiveFetch = fetch2 != null ? fetch2 : globalThis.fetch;
|
|
@@ -24414,7 +24414,7 @@ function createSigV4FetchFunction(getCredentials, fetch2) {
|
|
|
24414
24414
|
accessKeyId: credentials.accessKeyId,
|
|
24415
24415
|
secretAccessKey: credentials.secretAccessKey,
|
|
24416
24416
|
sessionToken: credentials.sessionToken,
|
|
24417
|
-
service
|
|
24417
|
+
service
|
|
24418
24418
|
});
|
|
24419
24419
|
const signingResult = await signer.sign();
|
|
24420
24420
|
const signedHeaders = normalizeHeaders(signingResult.headers);
|
|
@@ -25934,7 +25934,7 @@ var init_dist3 = __esm({
|
|
|
25934
25934
|
details: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
|
|
25935
25935
|
preview: external_exports.unknown().optional()
|
|
25936
25936
|
});
|
|
25937
|
-
VERSION2 = true ? "4.0.
|
|
25937
|
+
VERSION2 = true ? "4.0.112" : "0.0.0-test";
|
|
25938
25938
|
bedrockRerankingResponseSchema = lazySchema(
|
|
25939
25939
|
() => zodSchema(
|
|
25940
25940
|
external_exports.object({
|
package/cjs/index.cjs
CHANGED
|
@@ -26303,7 +26303,7 @@ function getBase64Data(file2) {
|
|
|
26303
26303
|
}
|
|
26304
26304
|
return file2.data;
|
|
26305
26305
|
}
|
|
26306
|
-
function createSigV4FetchFunction(getCredentials, fetch2) {
|
|
26306
|
+
function createSigV4FetchFunction(getCredentials, fetch2, service = "bedrock") {
|
|
26307
26307
|
return async (input, init) => {
|
|
26308
26308
|
var _a17, _b16;
|
|
26309
26309
|
const effectiveFetch = fetch2 != null ? fetch2 : globalThis.fetch;
|
|
@@ -26343,7 +26343,7 @@ function createSigV4FetchFunction(getCredentials, fetch2) {
|
|
|
26343
26343
|
accessKeyId: credentials.accessKeyId,
|
|
26344
26344
|
secretAccessKey: credentials.secretAccessKey,
|
|
26345
26345
|
sessionToken: credentials.sessionToken,
|
|
26346
|
-
service
|
|
26346
|
+
service
|
|
26347
26347
|
});
|
|
26348
26348
|
const signingResult = await signer.sign();
|
|
26349
26349
|
const signedHeaders = normalizeHeaders(signingResult.headers);
|
|
@@ -27863,7 +27863,7 @@ var init_dist3 = __esm({
|
|
|
27863
27863
|
details: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
|
|
27864
27864
|
preview: external_exports.unknown().optional()
|
|
27865
27865
|
});
|
|
27866
|
-
VERSION2 = true ? "4.0.
|
|
27866
|
+
VERSION2 = true ? "4.0.112" : "0.0.0-test";
|
|
27867
27867
|
bedrockRerankingResponseSchema = lazySchema(
|
|
27868
27868
|
() => zodSchema(
|
|
27869
27869
|
external_exports.object({
|