@ai-sdk/amazon-bedrock 4.0.9 → 4.0.10
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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1751,7 +1751,7 @@ import {
|
|
|
1751
1751
|
import { AwsV4Signer } from "aws4fetch";
|
|
1752
1752
|
|
|
1753
1753
|
// src/version.ts
|
|
1754
|
-
var VERSION = true ? "4.0.
|
|
1754
|
+
var VERSION = true ? "4.0.10" : "0.0.0-test";
|
|
1755
1755
|
|
|
1756
1756
|
// src/bedrock-sigv4-fetch.ts
|
|
1757
1757
|
function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
|