Fix importing laconic-client from git

This commit is contained in:
David Boreham 2022-09-28 20:20:11 -06:00
parent e15a35aa59
commit 55ce3fd098
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
"dependencies": { "dependencies": {
"laconic-client": "https://github.com/cerc-io/laconic-client.git#27a176fbade406a9c89599b6a0c81c1f0ca6e7cc",
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"laconic-client": "https://github.com/cerc-io/laconic-client.git#dboreham/release",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lodash-clean": "^2.2.3", "lodash-clean": "^2.2.3",
"yargs": "^17.4.1" "yargs": "^17.4.1"

View File

@ -1128,9 +1128,9 @@ keccak@^3.0.0:
node-gyp-build "^4.2.0" node-gyp-build "^4.2.0"
readable-stream "^3.6.0" readable-stream "^3.6.0"
"laconic-client@https://github.com/cerc-io/laconic-client.git#27a176fbade406a9c89599b6a0c81c1f0ca6e7cc": "laconic-client@https://github.com/cerc-io/laconic-client.git#dboreham/release":
version "0.1.0" version "0.1.0"
resolved "https://github.com/cerc-io/laconic-client.git#27a176fbade406a9c89599b6a0c81c1f0ca6e7cc" resolved "https://github.com/cerc-io/laconic-client.git#9176bb1a5a5ba225f021c9e6cca2ccc5dc24f7f2"
dependencies: dependencies:
"@cosmjs/amino" "^0.28.1" "@cosmjs/amino" "^0.28.1"
"@cosmjs/crypto" "^0.28.1" "@cosmjs/crypto" "^0.28.1"