@cat-factory/provider-cloudflare 0.7.47 → 0.7.49

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/provider-cloudflare",
3
- "version": "0.7.47",
3
+ "version": "0.7.49",
4
4
  "description": "Opt-in Cloudflare Workers AI model registry for the Agent Architecture Board's AI provisioning facade. Mix into a CompositeModelProvider to add the `workers-ai` provider (in-process binding on the Worker, OpenAI-compatible REST elsewhere).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "ai": "^6.0.209",
28
28
  "workers-ai-provider": "^3.2.0",
29
- "@cat-factory/agents": "0.18.0",
30
- "@cat-factory/kernel": "0.37.0"
29
+ "@cat-factory/agents": "0.18.2",
30
+ "@cat-factory/kernel": "0.38.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "7.0.1-rc"