-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.38.6 * Bumps
- Loading branch information
Showing
9 changed files
with
307 additions
and
297 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
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,19 +2,19 @@ | |
"repository": "https://github.com/polkadot-js/extension", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"version": "0.38.5", | ||
"version": "0.38.6", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"resolutions": { | ||
"@polkadot/api": "^4.14.1", | ||
"@polkadot/keyring": "^6.8.1", | ||
"@polkadot/networks": "^6.8.1", | ||
"@polkadot/types": "^4.14.1", | ||
"@polkadot/util": "^6.8.1", | ||
"@polkadot/util-crypto": "^6.8.1", | ||
"@polkadot/x-fetch": "^6.8.1", | ||
"@polkadot/api": "^4.15.1", | ||
"@polkadot/keyring": "^6.9.1", | ||
"@polkadot/networks": "^6.9.1", | ||
"@polkadot/types": "^4.15.1", | ||
"@polkadot/util": "^6.9.1", | ||
"@polkadot/util-crypto": "^6.9.1", | ||
"@polkadot/x-fetch": "^6.9.1", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"safe-buffer": "^5.2.1", | ||
"typescript": "^4.3.2" | ||
|
@@ -38,7 +38,7 @@ | |
"watch": "cd packages/extension && yarn polkadot-exec-webpack --config webpack.watch.cjs --mode development --watch" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@polkadot/dev": "^0.62.42", | ||
"@types/jest": "^26.0.23", | ||
"i18next-scanner": "^3.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "@polkadot/extension-base", | ||
"description": "Functions, classes and other utilities used in @polkadot/extension", | ||
"version": "0.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@polkadot/api": "^4.14.1", | ||
"@polkadot/extension-dapp": "^0.38.5", | ||
"@polkadot/extension-inject": "^0.38.5", | ||
"@polkadot/keyring": "^6.8.1", | ||
"@polkadot/phishing": "^0.6.194", | ||
"@polkadot/ui-keyring": "^0.80.1" | ||
"@babel/runtime": "^7.14.6", | ||
"@polkadot/api": "^4.15.1", | ||
"@polkadot/extension-dapp": "^0.38.6", | ||
"@polkadot/extension-inject": "^0.38.6", | ||
"@polkadot/keyring": "^6.9.1", | ||
"@polkadot/phishing": "^0.6.204", | ||
"@polkadot/ui-keyring": "^0.81.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-chains", | ||
"description": "Definitions for all known chains as exposed by the extension.", | ||
"version": "0.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@polkadot/networks": "^6.8.1" | ||
"@babel/runtime": "^7.14.6", | ||
"@polkadot/networks": "^6.9.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,17 +1,17 @@ | ||
{ | ||
"name": "@polkadot/extension-dapp", | ||
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.", | ||
"version": "0.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@polkadot/extension-inject": "^0.38.5", | ||
"@polkadot/util": "^6.8.1", | ||
"@polkadot/util-crypto": "^6.8.1" | ||
"@babel/runtime": "^7.14.6", | ||
"@polkadot/extension-inject": "^0.38.6", | ||
"@polkadot/util": "^6.9.1", | ||
"@polkadot/util-crypto": "^6.9.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,14 +1,14 @@ | ||
{ | ||
"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.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5" | ||
"@babel/runtime": "^7.14.6" | ||
}, | ||
"devDependencies": { | ||
"@types/chrome": "^0.0.145", | ||
|
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,33 +1,33 @@ | ||
{ | ||
"name": "@polkadot/extension-ui", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@babel/runtime": "^7.14.6", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.35", | ||
"@fortawesome/free-brands-svg-icons": "^5.15.3", | ||
"@fortawesome/free-regular-svg-icons": "^5.15.3", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.3", | ||
"@fortawesome/react-fontawesome": "^0.1.14", | ||
"@polkadot/extension-base": "^0.38.5", | ||
"@polkadot/extension-dapp": "^0.38.5", | ||
"@polkadot/extension-inject": "^0.38.5", | ||
"@polkadot/hw-ledger": "^6.8.1", | ||
"@polkadot/keyring": "^6.8.1", | ||
"@polkadot/networks": "^6.8.1", | ||
"@polkadot/react-identicon": "^0.80.1", | ||
"@polkadot/react-qr": "^0.80.1", | ||
"@polkadot/util": "^6.8.1", | ||
"@polkadot/util-crypto": "^6.8.1", | ||
"@polkadot/extension-base": "^0.38.6", | ||
"@polkadot/extension-dapp": "^0.38.6", | ||
"@polkadot/extension-inject": "^0.38.6", | ||
"@polkadot/hw-ledger": "^6.9.1", | ||
"@polkadot/keyring": "^6.9.1", | ||
"@polkadot/networks": "^6.9.1", | ||
"@polkadot/react-identicon": "^0.81.1", | ||
"@polkadot/react-qr": "^0.81.1", | ||
"@polkadot/util": "^6.9.1", | ||
"@polkadot/util-crypto": "^6.9.1", | ||
"file-saver": "^2.0.5", | ||
"i18next": "^20.3.1", | ||
"i18next": "^20.3.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-dropzone": "^11.3.2", | ||
"react-i18next": "^11.10.0", | ||
"react-i18next": "^11.11.0", | ||
"react-is": "^17.0.2", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
|
@@ -39,7 +39,7 @@ | |
"@types/enzyme-adapter-react-16": "^1.0.6", | ||
"@types/file-saver": "^2.0.2", | ||
"@types/react-copy-to-clipboard": "^5.0.0", | ||
"@types/react-dom": "^17.0.7", | ||
"@types/react-dom": "^17.0.8", | ||
"@types/react-router": "^5.1.15", | ||
"@types/react-router-dom": "^5.1.7", | ||
"@types/sinon-chrome": "^2.2.10", | ||
|
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.38.5", | ||
"version": "0.38.6", | ||
"type": "module", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@polkadot/extension-base": "^0.38.5", | ||
"@polkadot/extension-inject": "^0.38.5", | ||
"@polkadot/extension-ui": "^0.38.5" | ||
"@babel/runtime": "^7.14.6", | ||
"@polkadot/extension-base": "^0.38.6", | ||
"@polkadot/extension-inject": "^0.38.6", | ||
"@polkadot/extension-ui": "^0.38.6" | ||
}, | ||
"devDependencies": { | ||
"@polkadot/dev": "^0.62.42", | ||
|
@@ -26,7 +26,7 @@ | |
"stream-browserify": "^3.0.0", | ||
"thread-loader": "^3.0.4", | ||
"url-loader": "^4.1.1", | ||
"webpack": "^5.38.1", | ||
"webpack": "^5.39.1", | ||
"webpack-cli": "^4.7.2", | ||
"webpack-extension-manifest-plugin": "^0.7.0" | ||
} | ||
|
Oops, something went wrong.