This commit is contained in:
Simon Warta 2021-06-23 17:34:42 +02:00
parent d7b3f8438c
commit 9a0f120567
20 changed files with 89 additions and 89 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.25.4",
"version": "0.25.5",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/amino",
"version": "0.25.4",
"version": "0.25.5",
"description": "Helpers for Amino based signing which are shared between @cosmjs/launchpad and @cosmjs/stargate.",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>"
@ -40,9 +40,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.25.4",
"@cosmjs/encoding": "^0.25.4",
"@cosmjs/math": "^0.25.4",
"@cosmjs/utils": "^0.25.4"
"@cosmjs/crypto": "^0.25.5",
"@cosmjs/encoding": "^0.25.5",
"@cosmjs/math": "^0.25.5",
"@cosmjs/utils": "^0.25.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cli",
"version": "0.25.4",
"version": "0.25.5",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -39,18 +39,18 @@
"!**/testdata/"
],
"dependencies": {
"@cosmjs/amino": "^0.25.4",
"@cosmjs/cosmwasm-launchpad": "^0.25.4",
"@cosmjs/cosmwasm-stargate": "^0.25.4",
"@cosmjs/crypto": "^0.25.4",
"@cosmjs/encoding": "^0.25.4",
"@cosmjs/faucet-client": "^0.25.4",
"@cosmjs/launchpad": "^0.25.4",
"@cosmjs/math": "^0.25.4",
"@cosmjs/proto-signing": "^0.25.4",
"@cosmjs/stargate": "^0.25.4",
"@cosmjs/tendermint-rpc": "^0.25.4",
"@cosmjs/utils": "^0.25.4",
"@cosmjs/amino": "^0.25.5",
"@cosmjs/cosmwasm-launchpad": "^0.25.5",
"@cosmjs/cosmwasm-stargate": "^0.25.5",
"@cosmjs/crypto": "^0.25.5",
"@cosmjs/encoding": "^0.25.5",
"@cosmjs/faucet-client": "^0.25.5",
"@cosmjs/launchpad": "^0.25.5",
"@cosmjs/math": "^0.25.5",
"@cosmjs/proto-signing": "^0.25.5",
"@cosmjs/stargate": "^0.25.5",
"@cosmjs/tendermint-rpc": "^0.25.5",
"@cosmjs/utils": "^0.25.5",
"axios": "^0.21.1",
"babylon": "^6.18.0",
"colors": "^1.3.3",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.25.4",
"version": "0.25.5",
"description": "The faucet",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -39,13 +39,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.25.4",
"@cosmjs/encoding": "^0.25.4",
"@cosmjs/launchpad": "^0.25.4",
"@cosmjs/math": "^0.25.4",
"@cosmjs/proto-signing": "^0.25.4",
"@cosmjs/stargate": "^0.25.4",
"@cosmjs/utils": "^0.25.4",
"@cosmjs/crypto": "^0.25.5",
"@cosmjs/encoding": "^0.25.5",
"@cosmjs/launchpad": "^0.25.5",
"@cosmjs/math": "^0.25.5",
"@cosmjs/proto-signing": "^0.25.5",
"@cosmjs/stargate": "^0.25.5",
"@cosmjs/utils": "^0.25.5",
"@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.25.4",
"version": "0.25.5",
"description": "Framework for implementing a JSON-RPC 2.0 API",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -42,7 +42,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.25.4",
"@cosmjs/stream": "^0.25.5",
"xstream": "^11.14.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/launchpad",
"version": "0.25.4",
"version": "0.25.5",
"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>",
@ -39,11 +39,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/amino": "^0.25.4",
"@cosmjs/crypto": "^0.25.4",
"@cosmjs/encoding": "^0.25.4",
"@cosmjs/math": "^0.25.4",
"@cosmjs/utils": "^0.25.4",
"@cosmjs/amino": "^0.25.5",
"@cosmjs/crypto": "^0.25.5",
"@cosmjs/encoding": "^0.25.5",
"@cosmjs/math": "^0.25.5",
"@cosmjs/utils": "^0.25.5",
"axios": "^0.21.1",
"fast-deep-equal": "^3.1.3"
},

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/ledger-amino",
"version": "0.25.4",
"version": "0.25.5",
"description": "A library for signing Amino-encoded transactions using Ledger devices",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>"
@ -37,14 +37,14 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.demo.config.js"
},
"dependencies": {
"@cosmjs/amino": "^0.25.4",
"@cosmjs/utils": "^0.25.4",
"@cosmjs/amino": "^0.25.5",
"@cosmjs/utils": "^0.25.5",
"ledger-cosmos-js": "^2.1.8",
"semver": "^7.3.2"
},
"devDependencies": {
"@cosmjs/launchpad": "^0.25.4",
"@cosmjs/stargate": "^0.25.4",
"@cosmjs/launchpad": "^0.25.5",
"@cosmjs/stargate": "^0.25.5",
"@ledgerhq/hw-transport": "^5.25.0",
"@ledgerhq/hw-transport-node-hid": "^5.25.0",
"@ledgerhq/hw-transport-webusb": "^5.25.0",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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