v0.24.0-alpha.15

This commit is contained in:
Simon Warta 2021-01-13 11:51:29 +01:00
parent 3f996b9fc7
commit fb124ed611
10 changed files with 25 additions and 25 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"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.14", "version": "0.24.0-alpha.15",
"description": "Command line interface", "description": "Command line interface",
"contributors": [ "contributors": [
"IOV SAS <admin@iov.one>", "IOV SAS <admin@iov.one>",
@ -40,11 +40,11 @@
"!**/testdata/" "!**/testdata/"
], ],
"dependencies": { "dependencies": {
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.14", "@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.15",
"@cosmjs/crypto": "^0.24.0-alpha.14", "@cosmjs/crypto": "^0.24.0-alpha.14",
"@cosmjs/encoding": "^0.24.0-alpha.14", "@cosmjs/encoding": "^0.24.0-alpha.14",
"@cosmjs/faucet-client": "^0.24.0-alpha.14", "@cosmjs/faucet-client": "^0.24.0-alpha.14",
"@cosmjs/launchpad": "^0.24.0-alpha.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"@cosmjs/math": "^0.24.0-alpha.14", "@cosmjs/math": "^0.24.0-alpha.14",
"@cosmjs/utils": "^0.24.0-alpha.14", "@cosmjs/utils": "^0.24.0-alpha.14",
"axios": "^0.21.1", "axios": "^0.21.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/cosmwasm-launchpad", "name": "@cosmjs/cosmwasm-launchpad",
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"description": "CosmWasm SDK for Launchpad", "description": "CosmWasm SDK for Launchpad",
"contributors": [ "contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>", "Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -45,7 +45,7 @@
"dependencies": { "dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.14", "@cosmjs/crypto": "^0.24.0-alpha.14",
"@cosmjs/encoding": "^0.24.0-alpha.14", "@cosmjs/encoding": "^0.24.0-alpha.14",
"@cosmjs/launchpad": "^0.24.0-alpha.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"@cosmjs/math": "^0.24.0-alpha.14", "@cosmjs/math": "^0.24.0-alpha.14",
"@cosmjs/utils": "^0.24.0-alpha.14", "@cosmjs/utils": "^0.24.0-alpha.14",
"pako": "^2.0.2" "pako": "^2.0.2"

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/faucet", "name": "@cosmjs/faucet",
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"description": "The faucet", "description": "The faucet",
"contributors": [ "contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>", "Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -42,10 +42,10 @@
"dependencies": { "dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.14", "@cosmjs/crypto": "^0.24.0-alpha.14",
"@cosmjs/encoding": "^0.24.0-alpha.14", "@cosmjs/encoding": "^0.24.0-alpha.14",
"@cosmjs/launchpad": "^0.24.0-alpha.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"@cosmjs/math": "^0.24.0-alpha.14", "@cosmjs/math": "^0.24.0-alpha.14",
"@cosmjs/proto-signing": "^0.24.0-alpha.14", "@cosmjs/proto-signing": "^0.24.0-alpha.15",
"@cosmjs/stargate": "^0.24.0-alpha.14", "@cosmjs/stargate": "^0.24.0-alpha.15",
"@cosmjs/utils": "^0.24.0-alpha.14", "@cosmjs/utils": "^0.24.0-alpha.14",
"@koa/cors": "^3.0.0", "@koa/cors": "^3.0.0",
"koa": "^2.11.0", "koa": "^2.11.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/launchpad-ledger", "name": "@cosmjs/launchpad-ledger",
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"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,7 +42,7 @@
"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.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"@cosmjs/utils": "^0.24.0-alpha.14", "@cosmjs/utils": "^0.24.0-alpha.14",
"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.14", "version": "0.24.0-alpha.15",
"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>",

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/proto-signing", "name": "@cosmjs/proto-signing",
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"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,7 +48,7 @@
"postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\"" "postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\""
}, },
"dependencies": { "dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"long": "^4.0.0", "long": "^4.0.0",
"protobufjs": "~6.10.2" "protobufjs": "~6.10.2"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/stargate", "name": "@cosmjs/stargate",
"version": "0.24.0-alpha.14", "version": "0.24.0-alpha.15",
"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>"
@ -49,9 +49,9 @@
"dependencies": { "dependencies": {
"@confio/ics23": "^0.6.3", "@confio/ics23": "^0.6.3",
"@cosmjs/encoding": "^0.24.0-alpha.14", "@cosmjs/encoding": "^0.24.0-alpha.14",
"@cosmjs/launchpad": "^0.24.0-alpha.14", "@cosmjs/launchpad": "^0.24.0-alpha.15",
"@cosmjs/math": "^0.24.0-alpha.14", "@cosmjs/math": "^0.24.0-alpha.14",
"@cosmjs/proto-signing": "^0.24.0-alpha.14", "@cosmjs/proto-signing": "^0.24.0-alpha.15",
"@cosmjs/stream": "^0.24.0-alpha.14", "@cosmjs/stream": "^0.24.0-alpha.14",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.14", "@cosmjs/tendermint-rpc": "^0.24.0-alpha.14",
"@cosmjs/utils": "^0.24.0-alpha.14", "@cosmjs/utils": "^0.24.0-alpha.14",