diff --git a/bun.lock b/bun.lock index 0021748..4c8de27 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 1, "workspaces": { "": { "name": "@tscircuit/krt-wasm", @@ -14,7 +13,7 @@ "typescript": "^5.8.3", }, "peerDependencies": { - "tscircuit": ">=0.0.1686", + "tscircuit": "*", }, }, }, diff --git a/package.json b/package.json index 45bdfab..ab441b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test:update": "BUN_UPDATE_SNAPSHOTS=1 bun test tests/visual-snapshots" }, "peerDependencies": { - "tscircuit": ">=0.0.1686" + "tscircuit": "*" }, "devDependencies": { "@resvg/resvg-js": "^2.6.2",