Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 16, 2018
1 parent 54b3f94 commit 112d9f1
Show file tree
Hide file tree
Showing 10 changed files with 812 additions and 659 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '@polkadot/dev/config/babel'
};
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.10.13"
"version": "0.11.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test": "jest --coverage"
},
"devDependencies": {
"@polkadot/dev": "^0.18.2"
"@polkadot/dev": "^0.19.6"
}
}
10 changes: 5 additions & 5 deletions packages/api-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-format",
"version": "0.10.13",
"version": "0.11.0",
"description": "Input/Output formatters for JsonRPC exchange",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"@polkadot/api-jsonrpc": "^0.10.13",
"@polkadot/primitives-json": "^0.13.10",
"@polkadot/util": "^0.19.7",
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/api-jsonrpc": "^0.11.0",
"@polkadot/primitives-json": "^0.14.1",
"@polkadot/util": "^0.20.3"
}
}
4 changes: 2 additions & 2 deletions packages/api-jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-jsonrpc",
"version": "0.10.13",
"version": "0.11.0",
"description": "Method definitions for the Polkadot RPC layer",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.47"
}
}
12 changes: 6 additions & 6 deletions packages/api-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-provider",
"version": "0.10.13",
"version": "0.11.0",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -34,11 +34,11 @@
"nock": "^9.1.0"
},
"dependencies": {
"@polkadot/storage-substrate": "^0.13.10",
"@polkadot/util": "^0.19.7",
"@polkadot/util-crypto": "^0.19.7",
"@polkadot/util-keyring": "^0.19.7",
"babel-runtime": "^6.26.0",
"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/storage-substrate": "^0.14.1",
"@polkadot/util": "^0.20.3",
"@polkadot/util-crypto": "^0.20.3",
"@polkadot/util-keyring": "^0.20.3",
"eventemitter3": "^2.0.3",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.25"
Expand Down
7 changes: 4 additions & 3 deletions packages/api-rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-rx",
"version": "0.10.13",
"version": "0.11.0",
"description": "An RxJs wrapper around the Polkadot JS API",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,8 +30,9 @@
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"@polkadot/api": "^0.10.13",
"@polkadot/api-provider": "^0.10.13",
"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/api": "^0.11.0",
"@polkadot/api-provider": "^0.11.0",
"rxjs": "^5.5.10"
}
}
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.10.13",
"version": "0.11.0",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"@polkadot/api-format": "^0.10.13",
"@polkadot/api-jsonrpc": "^0.10.13",
"@polkadot/api-provider": "^0.10.13",
"@polkadot/util": "^0.19.7",
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/api-format": "^0.11.0",
"@polkadot/api-jsonrpc": "^0.11.0",
"@polkadot/api-provider": "^0.11.0",
"@polkadot/util": "^0.20.3"
}
}
Loading

0 comments on commit 112d9f1

Please sign in to comment.