Skip to content

Commit e50fc16

Browse files
committed
chore(release): 0.1.0-alpha.9
1 parent 5f2c84c commit e50fc16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inverter-network/sdk",
3-
"version": "0.1.0-alpha.8",
3+
"version": "0.1.0-alpha.9",
44
"description": "INVERTER typescript SDK",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/index.js",
@@ -70,8 +70,7 @@
7070
"lint-staged": "^15",
7171
"pinst": "^3",
7272
"prettier": "^3",
73-
"standard-version": "^9",
74-
"type-fest-4": "npm:type-fest@^4"
73+
"standard-version": "^9"
7574
},
7675
"peerDependencies": {
7776
"abitype": "^1",
@@ -80,6 +79,7 @@
8079
"viem": "^2.7.6"
8180
},
8281
"dependencies": {
83-
"@inverter-network/abis": "0.1.0-alpha.7"
82+
"@inverter-network/abis": "0.1.0-alpha.7",
83+
"type-fest-4": "npm:type-fest@^4"
8484
}
8585
}

0 commit comments

Comments
 (0)