@ai-sdk/amazon-bedrock 4.0.0-beta.85 → 4.0.0-beta.87

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/index.mjs CHANGED
@@ -1455,6 +1455,7 @@ var BedrockEmbeddingModel = class {
1455
1455
  abortSignal
1456
1456
  });
1457
1457
  return {
1458
+ warnings: [],
1458
1459
  embeddings: [response.embedding],
1459
1460
  usage: { tokens: response.inputTextTokenCount }
1460
1461
  };
@@ -1578,7 +1579,7 @@ import {
1578
1579
  import { AwsV4Signer } from "aws4fetch";
1579
1580
 
1580
1581
  // src/version.ts
1581
- var VERSION = true ? "4.0.0-beta.85" : "0.0.0-test";
1582
+ var VERSION = true ? "4.0.0-beta.87" : "0.0.0-test";
1582
1583
 
1583
1584
  // src/bedrock-sigv4-fetch.ts
1584
1585
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {