v0.24.0-alpha.17

This commit is contained in:
willclarktech 2021-01-14 13:43:02 +00:00
parent faf7ea735c
commit 873c57f447
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
19 changed files with 76 additions and 76 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cli",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -40,13 +40,13 @@
"!**/testdata/"
],
"dependencies": {
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/faucet-client": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.17",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/faucet-client": "^0.24.0-alpha.17",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"axios": "^0.21.1",
"babylon": "^6.18.0",
"colors": "^1.3.3",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cosmwasm-launchpad",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "CosmWasm SDK for Launchpad",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -43,11 +43,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"pako": "^2.0.2"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cosmwasm-stargate",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "CosmWasm SDK",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>"
@ -47,15 +47,15 @@
"postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\""
},
"dependencies": {
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/proto-signing": "^0.24.0-alpha.16",
"@cosmjs/stargate": "^0.24.0-alpha.16",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.17",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/proto-signing": "^0.24.0-alpha.17",
"@cosmjs/stargate": "^0.24.0-alpha.17",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"long": "^4.0.0",
"pako": "^2.0.2",
"protobufjs": "~6.10.2"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cosmwasm",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "CosmWasm SDK",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -37,6 +37,6 @@
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build"
},
"dependencies": {
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.16"
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.17"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/crypto",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Cryptography resources for blockchain projects",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -45,9 +45,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"bip39": "^3.0.2",
"bn.js": "^4.11.8",
"elliptic": "^6.5.3",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/encoding",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Encoding helpers for blockchain projects",
"contributors": [
"IOV SAS <admin@iov.one>"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet-client",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "The faucet client",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "The faucet",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -40,13 +40,13 @@
"start-coralnet": "FAUCET_ADDRESS_PREFIX=coral FAUCET_TOKENS=\"ushell,ureef\" FAUCET_CREDIT_AMOUNT_USHELL=10000000 FAUCET_CREDIT_AMOUNT_UREEF=2000000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"https://lcd.coralnet.cosmwasm.com\""
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/proto-signing": "^0.24.0-alpha.16",
"@cosmjs/stargate": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/proto-signing": "^0.24.0-alpha.17",
"@cosmjs/stargate": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"@koa/cors": "^3.0.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/json-rpc",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Framework for implementing a JSON-RPC 2.0 API",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -46,7 +46,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.24.0-alpha.16",
"@cosmjs/stream": "^0.24.0-alpha.17",
"xstream": "^11.14.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/launchpad-ledger",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "A library for interacting with the Cosmos Launchpad Ledger Nano App",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>"
@ -42,8 +42,8 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.demo.config.js"
},
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"ledger-cosmos-js": "^2.1.8",
"semver": "^7.3.2"
},

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/launchpad",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -43,10 +43,10 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"axios": "^0.21.1",
"fast-deep-equal": "^3.1.3"
},

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/math",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Math helpers for blockchain projects",
"contributors": [
"IOV SAS <admin@iov.one>"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/proto-signing",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>",
@ -48,12 +48,12 @@
"postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\""
},
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"long": "^4.0.0",
"protobufjs": "~6.10.2"
},
"devDependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16"
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Utility functions for working with WebSockets",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -46,7 +46,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.24.0-alpha.16",
"@cosmjs/stream": "^0.24.0-alpha.17",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.14.0"

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/stargate",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Utilities for Cosmos SDK 0.40",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>"
@ -48,13 +48,13 @@
},
"dependencies": {
"@confio/ics23": "^0.6.3",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/launchpad": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/proto-signing": "^0.24.0-alpha.16",
"@cosmjs/stream": "^0.24.0-alpha.16",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.16",
"@cosmjs/utils": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/launchpad": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/proto-signing": "^0.24.0-alpha.17",
"@cosmjs/stream": "^0.24.0-alpha.17",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.17",
"@cosmjs/utils": "^0.24.0-alpha.17",
"long": "^4.0.0",
"protobufjs": "~6.10.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/stream",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Utility functions for producing and consuming streams",
"contributors": [
"IOV SAS <admin@iov.one>",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/tendermint-rpc",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Tendermint RPC clients",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -46,17 +46,17 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.16",
"@cosmjs/encoding": "^0.24.0-alpha.16",
"@cosmjs/json-rpc": "^0.24.0-alpha.16",
"@cosmjs/math": "^0.24.0-alpha.16",
"@cosmjs/socket": "^0.24.0-alpha.16",
"@cosmjs/stream": "^0.24.0-alpha.16",
"@cosmjs/crypto": "^0.24.0-alpha.17",
"@cosmjs/encoding": "^0.24.0-alpha.17",
"@cosmjs/json-rpc": "^0.24.0-alpha.17",
"@cosmjs/math": "^0.24.0-alpha.17",
"@cosmjs/socket": "^0.24.0-alpha.17",
"@cosmjs/stream": "^0.24.0-alpha.17",
"axios": "^0.21.1",
"readonly-date": "^1.0.0",
"xstream": "^11.14.0"
},
"devDependencies": {
"@cosmjs/utils": "^0.24.0-alpha.16"
"@cosmjs/utils": "^0.24.0-alpha.17"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/utils",
"version": "0.24.0-alpha.16",
"version": "0.24.0-alpha.17",
"description": "Utility tools, primarily for testing code",
"contributors": [
"IOV SAS <admin@iov.one>"