Skip to content

Commit 80064df

Browse files
authored
chore(sdk): upgrade runloop-api-client to 1.20 (#92)
## What - chore(sdk): upgrade runloop-api-client to 1.20 for workdir, lifecycle ## Why - workdir, lifecycle ## Checklist - [ ] PR title follows `<type>(<scope>): <description>` format (see above) - [ ] `bun run check` passes (lint + format) - [ ] `bun run build` passes - [ ] `bun run test` passes - [ ] SDK documentation updated (if applicable)
1 parent 6ad7d52 commit 80064df

10 files changed

Lines changed: 22 additions & 22 deletions

File tree

bun.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/acp-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@runloop/agent-axon-client": "workspace:*",
15-
"@runloop/api-client": "^1.18.1",
15+
"@runloop/api-client": "^1.20.0",
1616
"diff": "^8.0.4",
1717
"express": "^5.2.1",
1818
"react": "^19.2.4",

examples/acp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"@runloop/agent-axon-client": "workspace:*",
12-
"@runloop/api-client": "^1.18.1"
12+
"@runloop/api-client": "^1.20.0"
1313
}
1414
}

examples/acp-hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"@runloop/agent-axon-client": "workspace:*",
12-
"@runloop/api-client": "^1.18.1"
12+
"@runloop/api-client": "^1.20.0"
1313
}
1414
}

examples/claude-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@anthropic-ai/claude-agent-sdk": "0.2.91",
1515
"@runloop/agent-axon-client": "workspace:*",
16-
"@runloop/api-client": "^1.18.1",
16+
"@runloop/api-client": "^1.20.0",
1717
"diff": "^8.0.4",
1818
"express": "^5.1.0",
1919
"react": "^19.2.0",

examples/claude-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"@anthropic-ai/claude-agent-sdk": "0.2.91",
1212
"@runloop/agent-axon-client": "workspace:*",
13-
"@runloop/api-client": "^1.18.1"
13+
"@runloop/api-client": "^1.20.0"
1414
}
1515
}

examples/claude-hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"@anthropic-ai/claude-agent-sdk": "0.2.91",
1212
"@runloop/agent-axon-client": "workspace:*",
13-
"@runloop/api-client": "^1.18.1"
13+
"@runloop/api-client": "^1.20.0"
1414
}
1515
}

examples/combined-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@anthropic-ai/claude-agent-sdk": "0.2.91",
1515
"@runloop/agent-axon-client": "workspace:*",
16-
"@runloop/api-client": "^1.18.1",
16+
"@runloop/api-client": "^1.20.0",
1717
"diff": "^8.0.4",
1818
"express": "^5.2.1",
1919
"react": "^19.2.4",

examples/feature-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@runloop/agent-axon-client": "workspace:*",
12-
"@runloop/api-client": "^1.18.1",
12+
"@runloop/api-client": "^1.20.0",
1313
"@agentclientprotocol/sdk": "0.18.0",
1414
"@anthropic-ai/claude-agent-sdk": "^0.2.91"
1515
},

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"peerDependencies": {
7878
"@anthropic-ai/claude-agent-sdk": ">=0.2.90",
79-
"@runloop/api-client": ">=1.18.1"
79+
"@runloop/api-client": ">=1.20.0"
8080
},
8181
"peerDependenciesMeta": {
8282
"@anthropic-ai/claude-agent-sdk": {
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@anthropic-ai/claude-agent-sdk": "^0.2.91",
8888
"@biomejs/biome": "^2.4.10",
89-
"@runloop/api-client": "^1.18.1",
89+
"@runloop/api-client": "^1.20.0",
9090
"@vitest/coverage-v8": "^4.1.2",
9191
"typedoc": "^0.28.18",
9292
"typescript": "^5.8.0",

0 commit comments

Comments
 (0)