Skip to content

Commit

Permalink
chore: bump version to 0.6.5 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Clark Alesna <[email protected]>
  • Loading branch information
ricomiles and Mercurial authored Dec 30, 2024
1 parent 9535416 commit 5559682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utxorpc/sdk",
"version": "0.6.4",
"version": "0.6.5",
"description": "A client library to interact with UTxO RPC compliant endpoints",
"main": "./lib/node/index.js",
"module": "./lib/node/index.mjs",
Expand Down Expand Up @@ -28,13 +28,13 @@
"devDependencies": {
"tsup": "^8.2.4",
"tsx": "4.19.0",
"typescript": "5.5.4"
"typescript": "5.5.4",
"@types/node": "22.10.2"
},
"dependencies": {
"@connectrpc/connect": "1.4",
"@connectrpc/connect-node": "1.4",
"@connectrpc/connect-web": "1.4",
"@types/node": "20.14.10",
"@utxorpc/spec": "0.15.0",
"buffer": "^6.0.3"
},
Expand Down

0 comments on commit 5559682

Please sign in to comment.