mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
v0.0.5-alpha.0
This commit is contained in:
parent
af45c254ca
commit
0e3af5fcff
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.4",
|
"version": "0.0.5-alpha.0",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"npmClient": "yarn"
|
"npmClient": "yarn"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmwasm/bcp",
|
"name": "@cosmwasm/bcp",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5-alpha.0",
|
||||||
"description": "Transaction codec and client to communicate with any wasmd blockchain",
|
"description": "Transaction codec and client to communicate with any wasmd blockchain",
|
||||||
"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,7 +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": {
|
||||||
"@cosmwasm/sdk": "^0.0.4",
|
"@cosmwasm/sdk": "^0.0.5-alpha.0",
|
||||||
"@iov/bcp": "^2.0.2",
|
"@iov/bcp": "^2.0.2",
|
||||||
"@iov/crypto": "^2.0.2",
|
"@iov/crypto": "^2.0.2",
|
||||||
"@iov/encoding": "^2.0.2",
|
"@iov/encoding": "^2.0.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmwasm/cli",
|
"name": "@cosmwasm/cli",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5-alpha.0",
|
||||||
"description": "Command line interface",
|
"description": "Command line interface",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"IOV SAS <admin@iov.one>",
|
"IOV SAS <admin@iov.one>",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
"!**/testdata/"
|
"!**/testdata/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cosmwasm/sdk": "^0.0.4",
|
"@cosmwasm/sdk": "^0.0.5-alpha.0",
|
||||||
"@iov/crypto": "^2.0.2",
|
"@iov/crypto": "^2.0.2",
|
||||||
"@iov/encoding": "^2.0.2",
|
"@iov/encoding": "^2.0.2",
|
||||||
"@iov/utils": "^2.0.2",
|
"@iov/utils": "^2.0.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmwasm/faucet",
|
"name": "@cosmwasm/faucet",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5-alpha.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",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"test": "yarn build-or-skip && yarn test-node"
|
"test": "yarn build-or-skip && yarn test-node"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cosmwasm/bcp": "^0.0.4",
|
"@cosmwasm/bcp": "^0.0.5-alpha.0",
|
||||||
"@iov/bcp": "^2.0.2",
|
"@iov/bcp": "^2.0.2",
|
||||||
"@iov/crypto": "^2.0.2",
|
"@iov/crypto": "^2.0.2",
|
||||||
"@iov/encoding": "^2.0.2",
|
"@iov/encoding": "^2.0.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cosmwasm/sdk",
|
"name": "@cosmwasm/sdk",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5-alpha.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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user