Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mguleryuz committed May 15, 2024
1 parent 5f2c84c commit e50fc16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inverter-network/sdk",
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"description": "INVERTER typescript SDK",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -70,8 +70,7 @@
"lint-staged": "^15",
"pinst": "^3",
"prettier": "^3",
"standard-version": "^9",
"type-fest-4": "npm:type-fest@^4"
"standard-version": "^9"
},
"peerDependencies": {
"abitype": "^1",
Expand All @@ -80,6 +79,7 @@
"viem": "^2.7.6"
},
"dependencies": {
"@inverter-network/abis": "0.1.0-alpha.7"
"@inverter-network/abis": "0.1.0-alpha.7",
"type-fest-4": "npm:type-fest@^4"
}
}

0 comments on commit e50fc16

Please sign in to comment.