We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99434dc commit d1150d8Copy full SHA for d1150d8
bun.lock
@@ -21,7 +21,7 @@
21
},
22
"packages/truffle-bunjs": {
23
"name": "@wafflestudio/truffle-bunjs",
24
- "version": "0.2.1",
+ "version": "0.2.2",
25
"dependencies": {
26
"error-stack-parser": "^2.1.4",
27
@@ -30,7 +30,7 @@
30
"typescript": "5.8.2",
31
32
"peerDependencies": {
33
- "@types/bun": "^1.2.0",
+ "@types/bun": "*",
34
35
36
packages/truffle-bunjs/package.json
@@ -1,6 +1,6 @@
1
{
2
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"main": "./dist/index.js",
5
"types": "./dist/index.d.ts",
6
"license": "MIT",
0 commit comments