Skip to content

Commit 7005c94

Browse files
committed
chore: update codemachine dependencies to version 0.6.5
1 parent d977771 commit 7005c94

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"typescript-eslint": "^8.44.1",
5454
},
5555
"optionalDependencies": {
56-
"codemachine-darwin-arm64": "0.6.4",
57-
"codemachine-darwin-x64": "0.6.4",
58-
"codemachine-linux-x64": "0.6.4",
59-
"codemachine-windows-x64": "0.6.4",
56+
"codemachine-darwin-arm64": "0.6.5",
57+
"codemachine-darwin-x64": "0.6.5",
58+
"codemachine-linux-x64": "0.6.5",
59+
"codemachine-windows-x64": "0.6.5",
6060
},
6161
},
6262
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemachine",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Multi-Agent Workflow Orchestration.",
55
"type": "module",
66
"bin": {
@@ -17,10 +17,10 @@
1717
"bun": "1.3.3"
1818
},
1919
"optionalDependencies": {
20-
"codemachine-linux-x64": "0.6.4",
21-
"codemachine-darwin-arm64": "0.6.4",
22-
"codemachine-darwin-x64": "0.6.4",
23-
"codemachine-windows-x64": "0.6.4"
20+
"codemachine-linux-x64": "0.6.5",
21+
"codemachine-darwin-arm64": "0.6.5",
22+
"codemachine-darwin-x64": "0.6.5",
23+
"codemachine-windows-x64": "0.6.5"
2424
},
2525
"scripts": {
2626
"_comment_dev": "Development: Run from source (no build needed)",

0 commit comments

Comments
 (0)