-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
25 additions
and
25 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.33.0" | ||
"version": "0.33.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"repository": "https://github.com/polkadot-js/extension", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"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,13 +1,13 @@ | ||
{ | ||
"name": "@polkadot/extension-base", | ||
"description": "Functions, classes and other utilities used in @polkadot/extension", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@polkadot/api": "^1.32.1", | ||
"@polkadot/extension-inject": "0.33.0", | ||
"@polkadot/extension-inject": "0.33.1", | ||
"@polkadot/keyring": "^3.4.1", | ||
"@polkadot/ui-keyring": "^0.59.0-beta.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
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.33.0", | ||
"version": "0.33.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-dapp", | ||
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@polkadot/extension-inject": "0.33.0", | ||
"@polkadot/extension-inject": "0.33.1", | ||
"@polkadot/util": "^3.4.1", | ||
"@polkadot/util-crypto": "^3.4.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,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.33.0", | ||
"version": "0.33.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,13 +1,13 @@ | ||
{ | ||
"name": "@polkadot/extension-ui", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@polkadot/extension-base": "0.33.0", | ||
"@polkadot/extension-inject": "0.33.0", | ||
"@polkadot/extension-base": "0.33.1", | ||
"@polkadot/extension-inject": "0.33.1", | ||
"@polkadot/keyring": "^3.4.1", | ||
"@polkadot/react-identicon": "^0.59.0-beta.2", | ||
"@polkadot/react-qr": "^0.59.0-beta.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@polkadot/extension", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"license": "Apache-2", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@polkadot/extension-base": "0.33.0", | ||
"@polkadot/extension-inject": "0.33.0", | ||
"@polkadot/extension-ui": "0.33.0" | ||
"@polkadot/extension-base": "0.33.1", | ||
"@polkadot/extension-inject": "0.33.1", | ||
"@polkadot/extension-ui": "0.33.1" | ||
}, | ||
"devDependencies": { | ||
"@polkadot/dev": "^0.55.47", | ||
|
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 |
---|---|---|
|
@@ -3023,13 +3023,13 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@polkadot/[email protected].0, @polkadot/extension-base@workspace:packages/extension-base": | ||
"@polkadot/[email protected].1, @polkadot/extension-base@workspace:packages/extension-base": | ||
version: 0.0.0-use.local | ||
resolution: "@polkadot/extension-base@workspace:packages/extension-base" | ||
dependencies: | ||
"@babel/runtime": ^7.11.2 | ||
"@polkadot/api": ^1.32.1 | ||
"@polkadot/extension-inject": 0.33.0 | ||
"@polkadot/extension-inject": 0.33.1 | ||
"@polkadot/keyring": ^3.4.1 | ||
"@polkadot/ui-keyring": ^0.59.0-beta.2 | ||
languageName: unknown | ||
|
@@ -3050,15 +3050,15 @@ __metadata: | |
resolution: "@polkadot/extension-dapp@workspace:packages/extension-dapp" | ||
dependencies: | ||
"@babel/runtime": ^7.11.2 | ||
"@polkadot/extension-inject": 0.33.0 | ||
"@polkadot/extension-inject": 0.33.1 | ||
"@polkadot/util": ^3.4.1 | ||
"@polkadot/util-crypto": ^3.4.1 | ||
peerDependencies: | ||
"@polkadot/api": "*" | ||
languageName: unknown | ||
linkType: soft | ||
|
||
"@polkadot/[email protected].0, @polkadot/extension-inject@workspace:packages/extension-inject": | ||
"@polkadot/[email protected].1, @polkadot/extension-inject@workspace:packages/extension-inject": | ||
version: 0.0.0-use.local | ||
resolution: "@polkadot/extension-inject@workspace:packages/extension-inject" | ||
dependencies: | ||
|
@@ -3070,13 +3070,13 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@polkadot/[email protected].0, @polkadot/extension-ui@workspace:packages/extension-ui": | ||
"@polkadot/[email protected].1, @polkadot/extension-ui@workspace:packages/extension-ui": | ||
version: 0.0.0-use.local | ||
resolution: "@polkadot/extension-ui@workspace:packages/extension-ui" | ||
dependencies: | ||
"@babel/runtime": ^7.11.2 | ||
"@polkadot/extension-base": 0.33.0 | ||
"@polkadot/extension-inject": 0.33.0 | ||
"@polkadot/extension-base": 0.33.1 | ||
"@polkadot/extension-inject": 0.33.1 | ||
"@polkadot/keyring": ^3.4.1 | ||
"@polkadot/react-identicon": ^0.59.0-beta.2 | ||
"@polkadot/react-qr": ^0.59.0-beta.2 | ||
|
@@ -3113,9 +3113,9 @@ __metadata: | |
dependencies: | ||
"@babel/runtime": ^7.11.2 | ||
"@polkadot/dev": ^0.55.47 | ||
"@polkadot/extension-base": 0.33.0 | ||
"@polkadot/extension-inject": 0.33.0 | ||
"@polkadot/extension-ui": 0.33.0 | ||
"@polkadot/extension-base": 0.33.1 | ||
"@polkadot/extension-inject": 0.33.1 | ||
"@polkadot/extension-ui": 0.33.1 | ||
babel-loader: ^8.1.0 | ||
extract-loader: ^5.1.0 | ||
file-loader: ^6.1.0 | ||
|