Skip to content

Commit

Permalink
fix: bump rpc env
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Dec 11, 2024
1 parent f879783 commit 3d5dd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"publishConfig": {
"access": "public"
},
"files": ["out/index.mjs"],
"files": [
"out/index.mjs"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/chalk": "^2.2.0",
Expand Down Expand Up @@ -39,6 +41,6 @@
"test": "vitest"
},
"dependencies": {
"@bgd-labs/rpc-env": "^2.0.1"
"@bgd-labs/rpc-env": "^2.2.0"
}
}

0 comments on commit 3d5dd43

Please sign in to comment.