@openclaw/amazon-bedrock-provider 2026.5.18 → 2026.5.19-beta.2
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.
|
@@ -211,7 +211,7 @@ function parseCohereBatch(family, raw) {
|
|
|
211
211
|
}
|
|
212
212
|
return asNumberArrayBatch(embeddings);
|
|
213
213
|
}
|
|
214
|
-
const
|
|
214
|
+
const testing = {
|
|
215
215
|
parseCohereBatch,
|
|
216
216
|
parseSingle
|
|
217
217
|
};
|
|
@@ -301,4 +301,4 @@ async function hasAwsCredentials(env = process.env, loadCredentialProvider = loa
|
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
//#endregion
|
|
304
|
-
export { DEFAULT_BEDROCK_EMBEDDING_MODEL, __testing, createBedrockEmbeddingProvider, hasAwsCredentials };
|
|
304
|
+
export { DEFAULT_BEDROCK_EMBEDDING_MODEL, testing as __testing, testing, createBedrockEmbeddingProvider, hasAwsCredentials };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.19-beta.2",
|
|
4
4
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"minHostVersion": ">=2026.5.12-beta.1"
|
|
28
28
|
},
|
|
29
29
|
"compat": {
|
|
30
|
-
"pluginApi": ">=2026.5.
|
|
30
|
+
"pluginApi": ">=2026.5.19-beta.2"
|
|
31
31
|
},
|
|
32
32
|
"build": {
|
|
33
|
-
"openclawVersion": "2026.5.
|
|
33
|
+
"openclawVersion": "2026.5.19-beta.2",
|
|
34
34
|
"bundledDist": false
|
|
35
35
|
},
|
|
36
36
|
"release": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"openclaw.plugin.json"
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"openclaw": ">=2026.5.
|
|
49
|
+
"openclaw": ">=2026.5.19-beta.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"openclaw": {
|