Skip to content

Commit

Permalink
[CI Skip] 0.77.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Apr 12, 2019
1 parent 4aa1783 commit ff25a85
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
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.77.0-beta.3"
"version": "0.77.0-beta.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.77.0-beta.3",
"version": "0.77.0-beta.4",
"private": true,
"engines": {
"node": ">=10.13.0",
Expand Down
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.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -31,8 +31,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/api": "^0.77.0-beta.3",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/api": "^0.77.0-beta.4",
"@polkadot/types": "^0.77.0-beta.4",
"@types/memoizee": "^0.4.2",
"memoizee": "^0.4.14"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "0.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,12 +30,12 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/api-derive": "^0.77.0-beta.3",
"@polkadot/extrinsics": "^0.77.0-beta.3",
"@polkadot/rpc-provider": "^0.77.0-beta.3",
"@polkadot/rpc-rx": "^0.77.0-beta.3",
"@polkadot/storage": "^0.77.0-beta.3",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/api-derive": "^0.77.0-beta.4",
"@polkadot/extrinsics": "^0.77.0-beta.4",
"@polkadot/rpc-provider": "^0.77.0-beta.4",
"@polkadot/rpc-rx": "^0.77.0-beta.4",
"@polkadot/storage": "^0.77.0-beta.4",
"@polkadot/types": "^0.77.0-beta.4",
"@polkadot/util-crypto": "^0.76.1"
}
}
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.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/jsonrpc": "^0.77.0-beta.3",
"@polkadot/rpc-provider": "^0.77.0-beta.3",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/jsonrpc": "^0.77.0-beta.4",
"@polkadot/rpc-provider": "^0.77.0-beta.4",
"@polkadot/types": "^0.77.0-beta.4",
"@polkadot/util": "^0.76.1"
}
}
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.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/keyring": "^0.76.1",
"@polkadot/storage": "^0.77.0-beta.3",
"@polkadot/storage": "^0.77.0-beta.4",
"@polkadot/util": "^0.76.1",
"@polkadot/util-crypto": "^0.76.1",
"@types/nock": "^9.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc-rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-rx",
"version": "0.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "An RxJs wrapper around the Polkadot JS API",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-rx#readme",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/rpc-core": "^0.77.0-beta.3",
"@polkadot/rpc-provider": "^0.77.0-beta.3",
"@polkadot/rpc-core": "^0.77.0-beta.4",
"@polkadot/rpc-provider": "^0.77.0-beta.4",
"@types/memoizee": "^0.4.2",
"@types/rx": "^4.1.1",
"memoizee": "^0.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/type-extrinsics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/extrinsics",
"version": "0.77.0-beta.3",
"version": "0.77.0-beta.4",
"main": "index.js",
"repository": "https://github.com/polkadot-js/api.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/types": "^0.77.0-beta.4",
"@polkadot/util": "^0.76.1"
}
}
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.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Method definitions for the Polkadot RPC layer",
"main": "index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/type-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/storage",
"version": "0.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Generic wrapper wrapper around state storage",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/runtime": "^7.4.3",
"@polkadot/keyring": "^0.76.1",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/types": "^0.77.0-beta.4",
"@polkadot/util": "^0.76.1",
"@polkadot/util-crypto": "^0.76.1"
}
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.77.0-beta.3",
"version": "0.77.0-beta.4",
"description": "Implementation of the Parity codec",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit ff25a85

Please sign in to comment.