@openclaw/amazon-bedrock-provider 2026.5.26 → 2026.5.27-beta.1

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/amazon-bedrock-provider",
3
- "version": "2026.5.26",
3
+ "version": "2026.5.27-beta.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/amazon-bedrock-provider",
9
- "version": "2026.5.26",
9
+ "version": "2026.5.27-beta.1",
10
10
  "dependencies": {
11
11
  "@aws-sdk/client-bedrock": "3.1053.0",
12
12
  "@aws-sdk/client-bedrock-runtime": "3.1053.0",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "id": "amazon-bedrock",
3
+ "name": "Amazon Bedrock",
4
+ "description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
3
5
  "activation": {
4
6
  "onStartup": false
5
7
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openclaw/amazon-bedrock-provider",
3
- "version": "2026.5.26",
4
- "description": "OpenClaw Amazon Bedrock provider plugin",
3
+ "version": "2026.5.27-beta.1",
4
+ "description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/openclaw/openclaw"
@@ -24,10 +24,10 @@
24
24
  "minHostVersion": ">=2026.5.12-beta.1"
25
25
  },
26
26
  "compat": {
27
- "pluginApi": ">=2026.5.26"
27
+ "pluginApi": ">=2026.5.27-beta.1"
28
28
  },
29
29
  "build": {
30
- "openclawVersion": "2026.5.26",
30
+ "openclawVersion": "2026.5.27-beta.1",
31
31
  "bundledDist": false
32
32
  },
33
33
  "release": {
@@ -44,7 +44,7 @@
44
44
  "npm-shrinkwrap.json"
45
45
  ],
46
46
  "peerDependencies": {
47
- "openclaw": ">=2026.5.26"
47
+ "openclaw": ">=2026.5.27-beta.1"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "openclaw": {