Skip to content

Commit d1150d8

Browse files
authored
⬆️ upgrade version (#25)
1 parent 99434dc commit d1150d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"packages/truffle-bunjs": {
2323
"name": "@wafflestudio/truffle-bunjs",
24-
"version": "0.2.1",
24+
"version": "0.2.2",
2525
"dependencies": {
2626
"error-stack-parser": "^2.1.4",
2727
},
@@ -30,7 +30,7 @@
3030
"typescript": "5.8.2",
3131
},
3232
"peerDependencies": {
33-
"@types/bun": "^1.2.0",
33+
"@types/bun": "*",
3434
},
3535
},
3636
},

packages/truffle-bunjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wafflestudio/truffle-bunjs",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)