@moldea.ai/adapter-cloudflare-agents 1.0.4 → 1.0.5

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
@@ -8,10 +8,10 @@ The package implements the official `cloudflare-agents` runtime adapter for `@mo
8
8
 
9
9
  ## Supported targets
10
10
 
11
- Version `1.0.4` supports:
11
+ Version `1.0.5` supports:
12
12
 
13
13
  - Repository Format version `1`
14
- - `@moldea.ai/core ^2.0.0`
14
+ - `@moldea.ai/core >=2.0.2`
15
15
  - TypeScript ESM `.ts`, `.tsx`, and `.mts` source
16
16
  - `@cloudflare/think >=0.16.0 <0.17.0`, `agents >=0.21.0 <0.22.0`, and `ai >=7.0.0 <8.0.0`
17
17
  - `@cloudflare/ai-chat >=0.10.2 <0.11.0`, `agents >=0.21.0 <0.22.0`, and `ai >=7.0.0 <8.0.0`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moldea.ai/adapter-cloudflare-agents",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Deterministic runtime evidence and diagnostics for Cloudflare Agents integrations.",
5
5
  "homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-cloudflare-agents#readme",
6
6
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "node": ">=22.11.0"
34
34
  },
35
35
  "dependencies": {
36
- "@moldea.ai/core": "^2.0.0",
36
+ "@moldea.ai/core": ">=2.0.2",
37
37
  "@moldea.ai/repository": ">=1.1.1",
38
38
  "semver": "7.8.5",
39
39
  "typescript": "6.0.3"