This commit is contained in:
Simon Warta 2020-07-01 16:46:12 +02:00
parent 698f933e41
commit 66c2b2309c
16 changed files with 54 additions and 54 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cli",
"version": "0.21.0",
"version": "0.21.1",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -39,12 +39,12 @@
"!**/testdata/"
],
"dependencies": {
"@cosmjs/cosmwasm": "^0.21.0",
"@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.21.0",
"@cosmjs/cosmwasm": "^0.21.1",
"@cosmjs/crypto": "^0.21.1",
"@cosmjs/encoding": "^0.21.1",
"@cosmjs/math": "^0.21.1",
"@cosmjs/sdk38": "^0.21.1",
"@cosmjs/utils": "^0.21.1",
"axios": "^0.19.2",
"babylon": "^6.18.0",
"colors": "^1.3.3",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cosmwasm",
"version": "0.21.0",
"version": "0.21.1",
"description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -38,11 +38,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.21.0",
"@cosmjs/crypto": "^0.21.1",
"@cosmjs/encoding": "^0.21.1",
"@cosmjs/math": "^0.21.1",
"@cosmjs/sdk38": "^0.21.1",
"@cosmjs/utils": "^0.21.1",
"axios": "^0.19.0",
"fast-deep-equal": "^3.1.1",
"pako": "^1.0.11"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/demo-staking",
"version": "0.21.0",
"version": "0.21.1",
"description": "Demo interaction with the staking contract",
"author": "Simon Warta <webmaster128@users.noreply.github.com>",
"license": "Apache-2.0",
@ -35,7 +35,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/cosmwasm": "^0.21.0",
"@cosmjs/sdk38": "^0.21.0"
"@cosmjs/cosmwasm": "^0.21.1",
"@cosmjs/sdk38": "^0.21.1"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.21.0",
"version": "0.21.1",
"description": "The faucet",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -36,11 +36,11 @@
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet"
},
"dependencies": {
"@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.21.0",
"@cosmjs/sdk38": "^0.21.0",
"@cosmjs/utils": "^0.21.0",
"@cosmjs/crypto": "^0.21.1",
"@cosmjs/encoding": "^0.21.1",
"@cosmjs/math": "^0.21.1",
"@cosmjs/sdk38": "^0.21.1",
"@cosmjs/utils": "^0.21.1",
"@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.21.0",
"version": "0.21.1",
"description": "Framework for implementing a JSON-RPC 2.0 API",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -44,7 +44,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.21.0",
"@cosmjs/stream": "^0.21.1",
"xstream": "^11.10.0"
}
}

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/sdk38",
"version": "0.21.0",
"version": "0.21.1",
"description": "Utilities for Cosmos SDK 0.38",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -37,10 +37,10 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.21.0",
"@cosmjs/encoding": "^0.21.0",
"@cosmjs/math": "^0.21.0",
"@cosmjs/utils": "^0.21.0",
"@cosmjs/crypto": "^0.21.1",
"@cosmjs/encoding": "^0.21.1",
"@cosmjs/math": "^0.21.1",
"@cosmjs/utils": "^0.21.1",
"axios": "^0.19.0",
"fast-deep-equal": "^3.1.1"
},

View File

@ -1,7 +1,7 @@
{
"name": "@cosmjs/sdk39",
"private": true,
"version": "0.21.0",
"version": "0.21.1",
"description": "Utilities for Cosmos SDK 0.39",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>"
@ -38,7 +38,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.21.0",
"@cosmjs/tendermint-rpc": "^0.21.0"
"@cosmjs/proto-signing": "^0.21.1",
"@cosmjs/tendermint-rpc": "^0.21.1"
}
}

View File

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

View File

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

View File

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