Skip to content

Commit

Permalink
0.16 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 2, 2020
1 parent 06eea2d commit 671bbce
Show file tree
Hide file tree
Showing 9 changed files with 1,033 additions and 1,022 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.16.1 Jul 2, 2020

- Validate payload & seed formats before signing (Thanks to https://github.com/yjkimjunior)
- `@polkadot/api` 1.22.1
- `@polkadot/util` 2.16.1

## 0.15.1 Jun 24, 2020

- Support for latest Polkadot/Substrate types
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.16.0-beta.0"
"version": "0.16.0"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"test": "echo \"no tests\""
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/register": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/dev": "^0.55.12",
"@polkadot/ts": "^0.3.26",
"@types/node": "^14.0.13",
"@babel/core": "^7.10.4",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/dev": "^0.55.18",
"@polkadot/ts": "^0.3.27",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
},
"version": "0.16.0-beta.0"
"version": "0.16.0"
}
16 changes: 8 additions & 8 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-cli",
"version": "0.16.0-beta.0",
"version": "0.16.0",
"description": "A commandline API interface for interacting with a chain",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,16 +29,16 @@
},
"homepage": "https://github.com/polkadot-js/tools/tree/master/packages/api-cli#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/api": "^1.21.1",
"@polkadot/keyring": "^2.15.1",
"@polkadot/types": "^1.21.1",
"@polkadot/util": "^2.15.1",
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/api": "^1.22.1",
"@polkadot/keyring": "^2.16.1",
"@polkadot/types": "^1.22.1",
"@polkadot/util": "^2.16.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
}
}
14 changes: 7 additions & 7 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/json-serve",
"version": "0.16.0-beta.0",
"version": "0.16.0",
"description": "A JSON API endpoint server",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/polkadot-js/tools/tree/master/packages/api-json-serve#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/api": "^1.21.1",
"@polkadot/api-derive": "^1.21.1",
"@polkadot/types": "^1.21.1",
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/api": "^1.22.1",
"@polkadot/api-derive": "^1.22.1",
"@polkadot/types": "^1.22.1",
"koa": "^2.13.0",
"koa-route": "^3.2.0",
"yargs": "^15.3.1"
Expand All @@ -42,7 +42,7 @@
"@types/bn.js": "^4.11.6",
"@types/koa": "^2.11.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
}
}
12 changes: 6 additions & 6 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/monitor-rpc",
"version": "0.16.0-beta.0",
"version": "0.16.0",
"description": "A simple monitor via RPC",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,18 +29,18 @@
},
"homepage": "https://github.com/polkadot-js/tools/tree/master/packages/monitor-rpc#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/api": "^1.21.1",
"@polkadot/types": "^1.21.1",
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/api": "^1.22.1",
"@polkadot/types": "^1.22.1",
"koa": "^2.13.0",
"koa-route": "^3.2.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/koa": "^2.11.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
}
}
20 changes: 10 additions & 10 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/signer-cli",
"version": "0.16.0-beta.0",
"version": "0.16.0",
"description": "A commandline signer for offline signature generataion",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,18 +29,18 @@
},
"homepage": "https://github.com/polkadot-js/tools/tree/master/packages/api-cli#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/api": "^1.21.1",
"@polkadot/api-cli": "0.16.0-beta.0",
"@polkadot/keyring": "^2.15.1",
"@polkadot/types": "^1.21.1",
"@polkadot/util": "^2.15.1",
"@polkadot/util-crypto": "^2.15.1",
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/api": "^1.22.1",
"@polkadot/api-cli": "0.16.0",
"@polkadot/keyring": "^2.16.1",
"@polkadot/types": "^1.22.1",
"@polkadot/util": "^2.16.1",
"@polkadot/util-crypto": "^2.16.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
}
}
12 changes: 6 additions & 6 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vanitygen",
"version": "0.16.0-beta.0",
"version": "0.16.0",
"description": "A vanity generator",
"main": "index.js",
"bin": {
Expand All @@ -25,15 +25,15 @@
},
"homepage": "https://github.com/polkadot-js/tools/tree/master/packages/vanitygen#readme",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/util": "^2.15.1",
"@polkadot/util-crypto": "^2.15.1",
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@polkadot/util": "^2.16.1",
"@polkadot/util-crypto": "^2.16.1",
"chalk": "^4.1.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/yargs": "^15.0.5"
}
}
Loading

0 comments on commit 671bbce

Please sign in to comment.