Skip to content

Commit 98bf4e4

Browse files
committed
Make bench workspace deps version-agnostic and resync lock
Pin @onkernel/cua-agent and @onkernel/cua-ai to "*" so the private bench package keeps resolving the workspace siblings across version bumps, and regenerate package-lock.json against the current tree.
1 parent 6f92ae0 commit 98bf4e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

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

packages/bench/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"typecheck": "tsc -b"
1717
},
1818
"dependencies": {
19-
"@onkernel/cua-agent": "0.3.4",
20-
"@onkernel/cua-ai": "0.3.1",
19+
"@onkernel/cua-agent": "*",
20+
"@onkernel/cua-ai": "*",
2121
"@onkernel/sdk": "0.49.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)