-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis CI
committed
Aug 19, 2019
1 parent
6b0cb34
commit 7722dc7
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.7.0" | ||
"version": "0.7.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.7.0-beta.2", | ||
"version": "0.7.1", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"repository": "https://github.com/polkadot-js/extension", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@polkadot/extension-dapp", | ||
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@polkadot/extension-inject": "^0.7.0" | ||
"@polkadot/extension-inject": "^0.7.1" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/api": "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@polkadot/extension-inject", | ||
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@polkadot/extension-ui", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@polkadot/extension", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@polkadot/api": "^0.90.0-beta.66", | ||
"@polkadot/extension-ui": "^0.7.0", | ||
"@polkadot/extension-ui": "^0.7.1", | ||
"@polkadot/ui-keyring": "^0.42.0-beta.34" | ||
}, | ||
"devDependencies": { | ||
|