@cat-factory/provider-s3 0.2.316 → 0.2.317

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -69,6 +69,6 @@ artifact's storage key.
69
69
  ## Related
70
70
 
71
71
  Part of cat-factory's opt-in **AWS stack** alongside
72
- [`@cat-factory/provider-bedrock`](../provider-bedrock) (LLM models) and
73
- [`@cat-factory/eks`](../eks) (runner + environment backends). Each is independent and registers
72
+ [`@cat-factory/provider-bedrock`](https://github.com/kibertoad/cat-factory/tree/main/backend/packages/provider-bedrock) (LLM models) and
73
+ [`@cat-factory/eks`](https://github.com/kibertoad/cat-factory/tree/main/backend/packages/eks) (runner + environment backends). Each is independent and registers
74
74
  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-s3",
3
- "version": "0.2.316",
3
+ "version": "0.2.317",
4
4
  "description": "Opt-in AWS S3 blob backend for the Agent Architecture Board's binary-artifact storage abstraction. Implements the kernel BinaryBlobBackend port over an S3 bucket.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@aws-sdk/client-s3": "^3.1102.0",
28
- "@cat-factory/kernel": "0.252.0"
28
+ "@cat-factory/kernel": "0.253.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "7.0.2"