@moldea.ai/adapter-claude-agent-sdk 2.0.1 → 3.0.0

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 `claude-agent-sdk` runtime adapter for `@mol
8
8
 
9
9
  ## Supported target
10
10
 
11
- Version `2.0.1` supports:
11
+ Version `3.0.0` supports:
12
12
 
13
13
  - Repository Format version `1`
14
- - `@moldea.ai/core ^3.0.0`
14
+ - `@moldea.ai/core ^4.0.0`
15
15
  - TypeScript ESM source
16
16
  - npm `@anthropic-ai/claude-agent-sdk >=0.3.234`
17
17
  - directly exported functions containing direct `query({ ... })` calls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moldea.ai/adapter-claude-agent-sdk",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "Deterministic runtime evidence and diagnostics for Claude Agent SDK query and subagent integrations.",
5
5
  "homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-claude-agent-sdk#readme",
6
6
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "node": ">=22.11.0"
34
34
  },
35
35
  "dependencies": {
36
- "@moldea.ai/core": "^3.0.0",
36
+ "@moldea.ai/core": "^4.0.0",
37
37
  "@moldea.ai/repository": "^2.0.0",
38
38
  "semver": "7.8.5",
39
39
  "typescript": "6.0.3"