This commit is contained in:
Simon Warta 2020-06-28 08:34:18 +02:00
parent 62d9439710
commit 0d4ab069b2
16 changed files with 55 additions and 56 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.20.0", "version": "0.21.0",
"useWorkspaces": true, "useWorkspaces": true,
"npmClient": "yarn" "npmClient": "yarn"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/cli", "name": "@cosmjs/cli",
"version": "0.20.0", "version": "0.21.0",
"description": "Command line interface", "description": "Command line interface",
"contributors": [ "contributors": [
"IOV SAS <admin@iov.one>", "IOV SAS <admin@iov.one>",
@ -39,12 +39,12 @@
"!**/testdata/" "!**/testdata/"
], ],
"dependencies": { "dependencies": {
"@cosmjs/cosmwasm": "^0.20.0", "@cosmjs/cosmwasm": "^0.21.0",
"@cosmjs/crypto": "^0.20.0", "@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.20.0", "@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.20.0", "@cosmjs/utils": "^0.21.0",
"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.20.0", "version": "0.21.0",
"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",
@ -38,11 +38,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.20.0", "@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.20.0", "@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.20.0", "@cosmjs/utils": "^0.21.0",
"axios": "^0.19.0", "axios": "^0.19.0",
"fast-deep-equal": "^3.1.1", "fast-deep-equal": "^3.1.1",
"pako": "^1.0.11" "pako": "^1.0.11"

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/crypto", "name": "@cosmjs/crypto",
"version": "0.20.0", "version": "0.21.0",
"description": "Cryptography resources for blockchain projects", "description": "Cryptography resources for blockchain projects",
"contributors": [ "contributors": [
"IOV SAS <admin@iov.one>", "IOV SAS <admin@iov.one>",
@ -43,9 +43,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.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/utils": "^0.20.0", "@cosmjs/utils": "^0.21.0",
"bip39": "^3.0.2", "bip39": "^3.0.2",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"elliptic": "^6.4.0", "elliptic": "^6.4.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/demo-staking", "name": "@cosmjs/demo-staking",
"version": "0.20.0", "version": "0.21.0",
"description": "Demo interaction with the staking contract", "description": "Demo interaction with the staking contract",
"author": "Simon Warta <webmaster128@users.noreply.github.com>", "author": "Simon Warta <webmaster128@users.noreply.github.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -35,7 +35,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/cosmwasm": "^0.20.0", "@cosmjs/cosmwasm": "^0.21.0",
"@cosmjs/sdk38": "^0.20.0" "@cosmjs/sdk38": "^0.21.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/encoding", "name": "@cosmjs/encoding",
"version": "0.20.0", "version": "0.21.0",
"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", "name": "@cosmjs/faucet",
"version": "0.20.0", "version": "0.21.0",
"description": "The faucet", "description": "The faucet",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>", "author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -36,11 +36,11 @@
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet" "coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet"
}, },
"dependencies": { "dependencies": {
"@cosmjs/crypto": "^0.20.0", "@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.20.0", "@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.20.0", "@cosmjs/utils": "^0.21.0",
"@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.20.0", "version": "0.21.0",
"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>",
@ -44,7 +44,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.20.0", "@cosmjs/stream": "^0.21.0",
"xstream": "^11.10.0" "xstream": "^11.10.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/math", "name": "@cosmjs/math",
"version": "0.20.0", "version": "0.21.0",
"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,7 +1,7 @@
{ {
"name": "@cosmjs/proto-signing", "name": "@cosmjs/proto-signing",
"private": true, "private": true,
"version": "0.20.0", "version": "0.21.0",
"description": "Utilities for protobuf based signing (Cosmos SDK 0.39+)", "description": "Utilities for protobuf based signing (Cosmos SDK 0.39+)",
"contributors": [ "contributors": [
"Will Clark <willclarktech@users.noreply.github.com>", "Will Clark <willclarktech@users.noreply.github.com>",
@ -46,7 +46,7 @@
"protobufjs": "~6.9.0" "protobufjs": "~6.9.0"
}, },
"devDependencies": { "devDependencies": {
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/utils": "^0.20.0" "@cosmjs/utils": "^0.21.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/sdk38", "name": "@cosmjs/sdk38",
"version": "0.20.0", "version": "0.21.0",
"description": "Utilities for Cosmos SDK 0.38", "description": "Utilities for Cosmos SDK 0.38",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>", "author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -37,10 +37,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.20.0", "@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/utils": "^0.20.0", "@cosmjs/utils": "^0.21.0",
"axios": "^0.19.0", "axios": "^0.19.0",
"fast-deep-equal": "^3.1.1" "fast-deep-equal": "^3.1.1"
}, },

View File

@ -1,7 +1,7 @@
{ {
"name": "@cosmjs/sdk39", "name": "@cosmjs/sdk39",
"private": true, "private": true,
"version": "0.20.0", "version": "0.21.0",
"description": "Utilities for Cosmos SDK 0.39", "description": "Utilities for Cosmos SDK 0.39",
"contributors": [ "contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>" "Simon Warta <webmaster128@users.noreply.github.com>"
@ -38,8 +38,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/proto-signing": "^0.20.0", "@cosmjs/proto-signing": "^0.21.0",
"@cosmjs/tendermint-rpc": "^0.20.0" "@cosmjs/tendermint-rpc": "^0.21.0"
}, }
"devDependencies": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/socket", "name": "@cosmjs/socket",
"version": "0.20.0", "version": "0.21.0",
"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>",
@ -44,7 +44,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.20.0", "@cosmjs/stream": "^0.21.0",
"isomorphic-ws": "^4.0.1", "isomorphic-ws": "^4.0.1",
"ws": "^6.2.0", "ws": "^6.2.0",
"xstream": "^11.10.0" "xstream": "^11.10.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/stream", "name": "@cosmjs/stream",
"version": "0.20.0", "version": "0.21.0",
"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.20.0", "version": "0.21.0",
"description": "Tendermint RPC clients", "description": "Tendermint RPC clients",
"contributors": [ "contributors": [
"IOV SAS <admin@iov.one>", "IOV SAS <admin@iov.one>",
@ -44,18 +44,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.20.0", "@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.20.0", "@cosmjs/encoding": "^0.21.0",
"@cosmjs/json-rpc": "^0.20.0", "@cosmjs/json-rpc": "^0.21.0",
"@cosmjs/math": "^0.20.0", "@cosmjs/math": "^0.21.0",
"@cosmjs/socket": "^0.20.0", "@cosmjs/socket": "^0.21.0",
"@cosmjs/stream": "^0.20.0", "@cosmjs/stream": "^0.21.0",
"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.10.0" "xstream": "^11.10.0"
}, },
"devDependencies": { "devDependencies": {
"@cosmjs/utils": "^0.20.0" "@cosmjs/utils": "^0.21.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@cosmjs/utils", "name": "@cosmjs/utils",
"version": "0.20.0", "version": "0.21.0",
"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>"