This commit is contained in:
Simon Warta 2020-06-10 15:08:24 +02:00
parent af7270a907
commit dd120779aa
11 changed files with 51 additions and 46 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@iov/cosmos-sdk",
"version": "0.8.0",
"version": "0.20.0",
"description": "Transaction codec and client to communicate with a Cosmos SDK 0.38 blockchain",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -37,11 +37,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.8.0",
"@cosmjs/encoding": "^0.8.0",
"@cosmjs/math": "^0.8.0",
"@cosmjs/sdk38": "^0.8.0",
"@cosmjs/utils": "^0.8.0",
"@cosmjs/crypto": "^0.20.0",
"@cosmjs/encoding": "^0.20.0",
"@cosmjs/math": "^0.20.0",
"@cosmjs/sdk38": "^0.20.0",
"@cosmjs/utils": "^0.20.0",
"@iov/bcp": "^2.3.2",
"@iov/stream": "^2.3.2",
"bn.js": "^5.1.1",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/cosmwasm",
"version": "0.8.0",
"version": "0.20.0",
"description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -36,11 +36,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.8.0",
"@cosmjs/encoding": "^0.8.0",
"@cosmjs/math": "^0.8.0",
"@cosmjs/sdk38": "^0.8.0",
"@cosmjs/utils": "^0.8.0",
"@cosmjs/crypto": "^0.20.0",
"@cosmjs/encoding": "^0.20.0",
"@cosmjs/math": "^0.20.0",
"@cosmjs/sdk38": "^0.20.0",
"@cosmjs/utils": "^0.20.0",
"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.8.0",
"version": "0.20.0",
"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.8.0",
"@cosmjs/math": "^0.8.0",
"@cosmjs/utils": "^0.8.0",
"@cosmjs/encoding": "^0.20.0",
"@cosmjs/math": "^0.20.0",
"@cosmjs/utils": "^0.20.0",
"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.8.0",
"version": "0.20.0",
"description": "Demo interaction with the staking contract",
"author": "Simon Warta <webmaster128@users.noreply.github.com>",
"license": "Apache-2.0",
@ -34,8 +34,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/cosmwasm": "^0.8.0",
"@cosmjs/sdk38": "^0.8.0"
},
"devDependencies": {}
"@cosmjs/cosmwasm": "^0.20.0",
"@cosmjs/sdk38": "^0.20.0"
}
}

View File

@ -1,8 +1,10 @@
{
"name": "@cosmjs/encoding",
"version": "0.8.0",
"version": "0.20.0",
"description": "Encoding helpers for blockchain projects",
"contributors": ["IOV SAS <admin@iov.one>"],
"contributors": [
"IOV SAS <admin@iov.one>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "types/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.8.0",
"version": "0.20.0",
"description": "The faucet",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -35,11 +35,11 @@
"test": "yarn build-or-skip && yarn test-node"
},
"dependencies": {
"@cosmjs/crypto": "^0.8.0",
"@cosmjs/encoding": "^0.8.0",
"@cosmjs/math": "^0.8.0",
"@cosmjs/sdk38": "^0.8.0",
"@cosmjs/utils": "^0.8.0",
"@cosmjs/crypto": "^0.20.0",
"@cosmjs/encoding": "^0.20.0",
"@cosmjs/math": "^0.20.0",
"@cosmjs/sdk38": "^0.20.0",
"@cosmjs/utils": "^0.20.0",
"@koa/cors": "^3.0.0",
"axios": "^0.19.0",
"koa": "^2.11.0",

View File

@ -1,8 +1,10 @@
{
"name": "@cosmjs/math",
"version": "0.8.0",
"version": "0.20.0",
"description": "Math helpers for blockchain projects",
"contributors": ["IOV SAS <admin@iov.one>"],
"contributors": [
"IOV SAS <admin@iov.one>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "types/index.d.ts",

View File

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

View File

@ -1,8 +1,10 @@
{
"name": "@cosmjs/utils",
"version": "0.8.0",
"version": "0.20.0",
"description": "Utility tools, primarily for testing code",
"contributors": ["IOV SAS <admin@iov.one>"],
"contributors": [
"IOV SAS <admin@iov.one>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "types/index.d.ts",