@workerdeck/core 0.11.0 → 0.12.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workerdeck/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "The WorkerDeck session runner:
|
|
5
|
+
"description": "The WorkerDeck session runner: drives Claude Code, OpenAI Codex and any AI SDK provider behind one Runner interface with a push-based input queue, promotes canUseTool calls into pending approvals, normalizes SDKMessages into wire-protocol events, and keeps a seq-numbered event log for attach/replay. Pure library, no transport.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./build/index.mjs",
|
|
8
8
|
"types": "./build/index.d.mts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@ai-sdk/openai": "^4.0.21",
|
|
24
24
|
"@anthropic-ai/claude-agent-sdk": "^0.3.221",
|
|
25
25
|
"ai": "^7.0.38",
|
|
26
|
-
"@workerdeck/protocol": "0.
|
|
27
|
-
"@workerdeck/sandbox": "0.
|
|
26
|
+
"@workerdeck/protocol": "0.12.0",
|
|
27
|
+
"@workerdeck/sandbox": "0.12.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@openai/codex": "~0.146.0"
|