mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
v0.24.0-alpha.10
This commit is contained in:
parent
9f15aca072
commit
4b4bf08038
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"npmClient": "yarn"
|
"npmClient": "yarn"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/cli",
|
"name": "@cosmjs/cli",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/cosmwasm": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/crypto": "^0.24.0-alpha.9",
|
"@cosmjs/crypto": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/faucet-client": "^0.24.0-alpha.9",
|
"@cosmjs/faucet-client": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/launchpad": "^0.24.0-alpha.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"babylon": "^6.18.0",
|
"babylon": "^6.18.0",
|
||||||
"colors": "^1.3.3",
|
"colors": "^1.3.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/cosmwasm",
|
"name": "@cosmjs/cosmwasm",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/crypto": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/launchpad": "^0.24.0-alpha.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"pako": "^1.0.11"
|
"pako": "^1.0.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/crypto",
|
"name": "@cosmjs/crypto",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/encoding",
|
"name": "@cosmjs/encoding",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"description": "Encoding helpers for blockchain projects",
|
"description": "Encoding helpers for blockchain projects",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"IOV SAS <admin@iov.one>"
|
"IOV SAS <admin@iov.one>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/faucet-client",
|
"name": "@cosmjs/faucet-client",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"description": "The faucet client",
|
"description": "The faucet client",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Will Clark <willclarktech@users.noreply.github.com>"
|
"Will Clark <willclarktech@users.noreply.github.com>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/faucet",
|
"name": "@cosmjs/faucet",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/crypto": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/launchpad": "^0.24.0-alpha.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/proto-signing": "^0.24.0-alpha.9",
|
"@cosmjs/proto-signing": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/stargate": "^0.24.0-alpha.9",
|
"@cosmjs/stargate": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"@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"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/json-rpc",
|
"name": "@cosmjs/json-rpc",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/stream": "^0.24.0-alpha.10",
|
||||||
"xstream": "^11.14.0"
|
"xstream": "^11.14.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/launchpad-ledger",
|
"name": "@cosmjs/launchpad-ledger",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"ledger-cosmos-js": "^2.1.8",
|
"ledger-cosmos-js": "^2.1.8",
|
||||||
"semver": "^7.3.2"
|
"semver": "^7.3.2"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/launchpad",
|
"name": "@cosmjs/launchpad",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/crypto": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"axios": "^0.19.0"
|
"axios": "^0.19.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/math",
|
"name": "@cosmjs/math",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"description": "Math helpers for blockchain projects",
|
"description": "Math helpers for blockchain projects",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"IOV SAS <admin@iov.one>"
|
"IOV SAS <admin@iov.one>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/proto-signing",
|
"name": "@cosmjs/proto-signing",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"long": "^4.0.0",
|
"long": "^4.0.0",
|
||||||
"protobufjs": "~6.10.2"
|
"protobufjs": "~6.10.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9"
|
"@cosmjs/utils": "^0.24.0-alpha.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/socket",
|
"name": "@cosmjs/socket",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/stream": "^0.24.0-alpha.10",
|
||||||
"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"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/stargate",
|
"name": "@cosmjs/stargate",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/launchpad": "^0.24.0-alpha.9",
|
"@cosmjs/launchpad": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/proto-signing": "^0.24.0-alpha.9",
|
"@cosmjs/proto-signing": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/stream": "^0.24.0-alpha.9",
|
"@cosmjs/stream": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.9",
|
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/utils": "^0.24.0-alpha.9",
|
"@cosmjs/utils": "^0.24.0-alpha.10",
|
||||||
"long": "^4.0.0",
|
"long": "^4.0.0",
|
||||||
"protobufjs": "~6.10.2"
|
"protobufjs": "~6.10.2"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/stream",
|
"name": "@cosmjs/stream",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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>",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/tendermint-rpc",
|
"name": "@cosmjs/tendermint-rpc",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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.9",
|
"@cosmjs/crypto": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/encoding": "^0.24.0-alpha.9",
|
"@cosmjs/encoding": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/json-rpc": "^0.24.0-alpha.9",
|
"@cosmjs/json-rpc": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/math": "^0.24.0-alpha.9",
|
"@cosmjs/math": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/socket": "^0.24.0-alpha.9",
|
"@cosmjs/socket": "^0.24.0-alpha.10",
|
||||||
"@cosmjs/stream": "^0.24.0-alpha.9",
|
"@cosmjs/stream": "^0.24.0-alpha.10",
|
||||||
"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.9"
|
"@cosmjs/utils": "^0.24.0-alpha.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmjs/utils",
|
"name": "@cosmjs/utils",
|
||||||
"version": "0.24.0-alpha.9",
|
"version": "0.24.0-alpha.10",
|
||||||
"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>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user