Compare commits

..
Author SHA1 Message Date
dboreham 770bca6cc3 Merge main 2022-12-09 07:14:14 -07:00
nabarun b73bb3e216 Upgrade package version to 0.1.4 2022-12-09 18:16:58 +05:30
nabarun f2c7468ba8 Fix version of bip32 package (#14) 2022-12-09 18:13:53 +05:30
nabarun 94920171ae Upgrade package version (#13) 2022-12-09 17:35:49 +05:30
dboreham 88ffbbc2b2 Revert to original version 2022-12-01 20:43:16 -07:00
dboreham 051a942d03 v0.1.23 2022-12-01 20:36:47 -07:00
dboreham 94becf4a5b Add .npmignore file to make publish work 2022-12-01 20:24:58 -07:00
dboreham 48594a48e6 v0.1.2 2022-12-01 20:20:20 -07:00
dboreham 463220ff58 Add scope to package name 2022-12-01 19:40:56 -07:00
3 changed files with 3 additions and 3 deletions
View File
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/laconic-sdk",
"version": "0.1.0",
"version": "0.1.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:cerc-io/laconic-sdk.git",
@@ -32,7 +32,7 @@
"@tharsis/provider": "^0.2.4",
"@tharsis/transactions": "^0.2.2",
"axios": "^0.26.1",
"bip32": "^3.0.1",
"bip32": "3.0.1",
"bip39": "^3.0.4",
"canonical-json": "^0.0.4",
"ethers": "^5.6.2",
+1 -1
View File
@@ -1345,7 +1345,7 @@ bindings@^1.3.0:
dependencies:
file-uri-to-path "1.0.0"
bip32@^3.0.1:
bip32@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/bip32/-/bip32-3.0.1.tgz#1d1121469cce6e910e0ec3a5a1990dd62687e2a3"
integrity sha512-Uhpp9aEx3iyiO7CpbNGFxv9WcMIVdGoHG04doQ5Ln0u60uwDah7jUSc3QMV/fSZGm/Oo01/OeAmYevXV+Gz5jQ==