diff --git a/bun.lock b/bun.lock index 73143a5..ccaff4d 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ }, "packages/truffle-bunjs": { "name": "@wafflestudio/truffle-bunjs", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "error-stack-parser": "^2.1.4", }, @@ -30,7 +30,7 @@ "typescript": "5.8.2", }, "peerDependencies": { - "@types/bun": "^1.2.0", + "@types/bun": "*", }, }, }, diff --git a/packages/truffle-bunjs/package.json b/packages/truffle-bunjs/package.json index 82db46d..adee3a6 100644 --- a/packages/truffle-bunjs/package.json +++ b/packages/truffle-bunjs/package.json @@ -1,6 +1,6 @@ { "name": "@wafflestudio/truffle-bunjs", - "version": "0.2.2", + "version": "0.2.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT",