@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.
@@ -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: "bedrock"
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.111" : "0.0.0-test";
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: "bedrock"
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.111" : "0.0.0-test";
27866
+ VERSION2 = true ? "4.0.112" : "0.0.0-test";
27867
27867
  bedrockRerankingResponseSchema = lazySchema(
27868
27868
  () => zodSchema(
27869
27869
  external_exports.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probelabs/probe",
3
- "version": "0.6.0-rc321",
3
+ "version": "0.6.0-rc322",
4
4
  "description": "Node.js wrapper for the probe code search tool",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",