@cat-factory/provider-bedrock 0.7.396 → 0.7.397

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -53,7 +53,7 @@ ambient AWS credential chain; instance role, `~/.aws`, etc.), and optional `BEDR
53
53
  this resolver's allow-list AND `ProviderCapabilities.bedrockModels`, which decides whether a
54
54
  catalog model's `bedrock` flavour is selectable in the picker. Parsed separately, the picker
55
55
  could offer an id this resolver throws on. Details:
56
- [`model-support.md` §8](../../docs/model-support.md).
56
+ [`model-support.md` §8](https://github.com/kibertoad/cat-factory/blob/main/backend/docs/model-support.md).
57
57
 
58
58
  ### Cloudflare Worker facade: via `registerModelRegistry`
59
59
 
@@ -101,6 +101,6 @@ message instead of a deep AWS SDK error. Omit `supportedModels` to forward any m
101
101
 
102
102
  ## Related
103
103
 
104
- Part of cat-factory's opt-in **AWS stack** alongside [`@cat-factory/provider-s3`](../provider-s3)
105
- (blob storage) and [`@cat-factory/eks`](../eks) (runner + environment backends). Each is
104
+ Part of cat-factory's opt-in **AWS stack** alongside [`@cat-factory/provider-s3`](https://github.com/kibertoad/cat-factory/tree/main/backend/packages/provider-s3)
105
+ (blob storage) and [`@cat-factory/eks`](https://github.com/kibertoad/cat-factory/tree/main/backend/packages/eks) (runner + environment backends). Each is
106
106
  independent and registers into its own seam: mix in only what you use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/provider-bedrock",
3
- "version": "0.7.396",
3
+ "version": "0.7.397",
4
4
  "description": "Opt-in AWS Bedrock model registry for the Agent Architecture Board's AI provisioning facade. Mix into a CompositeModelProvider to add the `bedrock` provider.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "@ai-sdk/amazon-bedrock": "^5.0.42",
28
28
  "ai": "^7.0.51",
29
- "@cat-factory/agents": "0.114.7",
30
- "@cat-factory/kernel": "0.252.0"
29
+ "@cat-factory/agents": "0.115.0",
30
+ "@cat-factory/kernel": "0.253.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "7.0.2",