Skip to content

Commit

Permalink
[CI Skip] 0.90.0-beta.71
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 24, 2019
1 parent 895ed80 commit dc9b20e
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/METHODS_RPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _Retrieval of chain data_
**subscribeFinalizedHeads**(): `Header`
- **summary**: Retrieves the best finalized header via subscription

**subscribeNewHead**(): `Header`
**subscribeNewHeads**(): `Header`
- **summary**: Retrieves the best header via subscription

**subscribeRuntimeVersion**(): `RuntimeVersion`
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.90.0-beta.70"
"version": "0.90.0-beta.71"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"private": true,
"engines": {
"yarn": "^1.10.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"keywords": [
Expand All @@ -27,6 +27,6 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/types": "^0.90.0-beta.70"
"@polkadot/types": "^0.90.0-beta.71"
}
}
6 changes: 3 additions & 3 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/api": "^0.90.0-beta.70",
"@polkadot/types": "^0.90.0-beta.70"
"@polkadot/api": "^0.90.0-beta.71",
"@polkadot/types": "^0.90.0-beta.71"
},
"devDependencies": {
"@polkadot/keyring": "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/api-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-metadata",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"publishConfig": {
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/types": "^0.90.0-beta.70",
"@polkadot/types": "^0.90.0-beta.71",
"@polkadot/util": "^1.1.1",
"@polkadot/util-crypto": "^1.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
Expand All @@ -27,11 +27,11 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/api-derive": "^0.90.0-beta.70",
"@polkadot/api-metadata": "^0.90.0-beta.70",
"@polkadot/rpc-core": "^0.90.0-beta.70",
"@polkadot/rpc-provider": "^0.90.0-beta.70",
"@polkadot/types": "^0.90.0-beta.70",
"@polkadot/api-derive": "^0.90.0-beta.71",
"@polkadot/api-metadata": "^0.90.0-beta.71",
"@polkadot/rpc-core": "^0.90.0-beta.71",
"@polkadot/rpc-provider": "^0.90.0-beta.71",
"@polkadot/types": "^0.90.0-beta.71",
"@polkadot/util-crypto": "^1.1.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/jsonrpc": "^0.90.0-beta.70",
"@polkadot/rpc-provider": "^0.90.0-beta.70",
"@polkadot/types": "^0.90.0-beta.70",
"@polkadot/jsonrpc": "^0.90.0-beta.71",
"@polkadot/rpc-provider": "^0.90.0-beta.71",
"@polkadot/types": "^0.90.0-beta.71",
"@polkadot/util": "^1.1.1",
"rxjs": "^6.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/api-metadata": "^0.90.0-beta.70",
"@polkadot/api-metadata": "^0.90.0-beta.71",
"@polkadot/util": "^1.1.1",
"@polkadot/util-crypto": "^1.1.1",
"@types/nock": "^10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/jsonrpc",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Method definitions for the Polkadot RPC layer",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "0.90.0-beta.70",
"version": "0.90.0-beta.71",
"description": "Implementation of the Parity codec",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit dc9b20e

Please sign in to comment.