forked from RoneyThomas/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
38 additions
and
38 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"repository": "https://github.com/polkadot-js/extension", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
|
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-base", | ||
"description": "Functions, classes and other utilities used in @polkadot/extension", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
|
@@ -10,8 +10,8 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"@polkadot/api": "^6.3.2-17", | ||
"@polkadot/extension-dapp": "^0.40.4-1", | ||
"@polkadot/extension-inject": "^0.40.4-1", | ||
"@polkadot/extension-dapp": "^0.40.4-2", | ||
"@polkadot/extension-inject": "^0.40.4-2", | ||
"@polkadot/keyring": "^7.5.1", | ||
"@polkadot/phishing": "^0.6.356", | ||
"@polkadot/ui-keyring": "^0.86.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
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-chains", | ||
"description": "Definitions for all known chains as exposed by the extension.", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
|
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
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-compat-metamask", | ||
"description": "Metamask compatibility layer", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
|
@@ -10,7 +10,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"@metamask/detect-provider": "^1.2.0", | ||
"@polkadot/extension-inject": "^0.40.4-1", | ||
"@polkadot/extension-inject": "^0.40.4-2", | ||
"@polkadot/util": "^7.5.1", | ||
"web3": "^1.6.0" | ||
}, | ||
|
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
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,15 +1,15 @@ | ||
{ | ||
"name": "@polkadot/extension-dapp", | ||
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"@polkadot/extension-inject": "^0.40.4-1", | ||
"@polkadot/extension-inject": "^0.40.4-2", | ||
"@polkadot/util": "^7.5.1", | ||
"@polkadot/util-crypto": "^7.5.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
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.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
|
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
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.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
|
@@ -12,9 +12,9 @@ | |
"@fortawesome/free-regular-svg-icons": "^5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
"@fortawesome/react-fontawesome": "^0.1.15", | ||
"@polkadot/extension-base": "^0.40.4-1", | ||
"@polkadot/extension-dapp": "^0.40.4-1", | ||
"@polkadot/extension-inject": "^0.40.4-1", | ||
"@polkadot/extension-base": "^0.40.4-2", | ||
"@polkadot/extension-dapp": "^0.40.4-2", | ||
"@polkadot/extension-inject": "^0.40.4-2", | ||
"@polkadot/hw-ledger": "^7.5.1", | ||
"@polkadot/keyring": "^7.5.1", | ||
"@polkadot/networks": "^7.5.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,15 +1,15 @@ | ||
{ | ||
"name": "@polkadot/extension", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.40.4-1", | ||
"version": "0.40.4-2", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"@polkadot/extension-base": "^0.40.4-1", | ||
"@polkadot/extension-inject": "^0.40.4-1", | ||
"@polkadot/extension-ui": "^0.40.4-1" | ||
"@polkadot/extension-base": "^0.40.4-2", | ||
"@polkadot/extension-inject": "^0.40.4-2", | ||
"@polkadot/extension-ui": "^0.40.4-2" | ||
}, | ||
"devDependencies": { | ||
"@polkadot/dev": "^0.62.71", | ||
|
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
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