Skip to content

Commit

Permalink
chore: bump minor package version instead
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Jun 25, 2024
1 parent c191de8 commit dd37a9f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gobob/bob-sdk",
"version": "2.0.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -24,14 +24,11 @@
"mocha": "^10.3.0",
"tiny-secp256k1": "^2.2.3",
"ts-node": "^10.0.0",
"typescript": "^5.5.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"yargs": "^17.5.1"
},
"dependencies": {
"@scure/base": "^1.1.6",
"@scure/btc-signer": "^1.3.1",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.5"
"bitcoinjs-lib": "^6.1.6"
}
}

0 comments on commit dd37a9f

Please sign in to comment.