v0.24.0-alpha.5

This commit is contained in:
willclarktech 2020-11-11 12:28:21 +01:00
parent 4add92673f
commit d9b8110999
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
17 changed files with 64 additions and 64 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/cosmwasm", "name": "@cosmjs/cosmwasm",
"version": "0.24.0-alpha.4", "version": "0.24.0-alpha.5",
"description": "CosmWasm SDK", "description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>", "author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -40,11 +40,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js" "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
}, },
"dependencies": { "dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.4", "@cosmjs/crypto": "^0.24.0-alpha.5",
"@cosmjs/encoding": "^0.24.0-alpha.4", "@cosmjs/encoding": "^0.24.0-alpha.5",
"@cosmjs/launchpad": "^0.24.0-alpha.4", "@cosmjs/launchpad": "^0.24.0-alpha.5",
"@cosmjs/math": "^0.24.0-alpha.4", "@cosmjs/math": "^0.24.0-alpha.5",
"@cosmjs/utils": "^0.24.0-alpha.4", "@cosmjs/utils": "^0.24.0-alpha.5",
"pako": "^1.0.11" "pako": "^1.0.11"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/faucet", "name": "@cosmjs/faucet",
"version": "0.24.0-alpha.4", "version": "0.24.0-alpha.5",
"description": "The faucet", "description": "The faucet",
"contributors": [ "contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>", "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\"" "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": { "dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.4", "@cosmjs/crypto": "^0.24.0-alpha.5",
"@cosmjs/encoding": "^0.24.0-alpha.4", "@cosmjs/encoding": "^0.24.0-alpha.5",
"@cosmjs/launchpad": "^0.24.0-alpha.4", "@cosmjs/launchpad": "^0.24.0-alpha.5",
"@cosmjs/math": "^0.24.0-alpha.4", "@cosmjs/math": "^0.24.0-alpha.5",
"@cosmjs/proto-signing": "^0.24.0-alpha.4", "@cosmjs/proto-signing": "^0.24.0-alpha.5",
"@cosmjs/stargate": "^0.24.0-alpha.4", "@cosmjs/stargate": "^0.24.0-alpha.5",
"@cosmjs/utils": "^0.24.0-alpha.4", "@cosmjs/utils": "^0.24.0-alpha.5",
"@koa/cors": "^3.0.0", "@koa/cors": "^3.0.0",
"koa": "^2.11.0", "koa": "^2.11.0",
"koa-bodyparser": "^4.2.1" "koa-bodyparser": "^4.2.1"

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/launchpad", "name": "@cosmjs/launchpad",
"version": "0.24.0-alpha.4", "version": "0.24.0-alpha.5",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)", "description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",
"contributors": [ "contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>", "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" "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
}, },
"dependencies": { "dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.4", "@cosmjs/crypto": "^0.24.0-alpha.5",
"@cosmjs/encoding": "^0.24.0-alpha.4", "@cosmjs/encoding": "^0.24.0-alpha.5",
"@cosmjs/math": "^0.24.0-alpha.4", "@cosmjs/math": "^0.24.0-alpha.5",
"@cosmjs/utils": "^0.24.0-alpha.4", "@cosmjs/utils": "^0.24.0-alpha.5",
"axios": "^0.19.0" "axios": "^0.19.0"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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