-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installed proper controller and provider
- Loading branch information
1 parent
b2df29b
commit e237e5a
Showing
2 changed files
with
10 additions
and
6 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 |
---|---|---|
|
@@ -1747,8 +1747,10 @@ | |
cross-fetch "^3.1.4" | ||
crypto-js "^4.1.1" | ||
|
||
"@psychedelic/plug-controller@../plug-controller": | ||
version "0.17.3" | ||
"@psychedelic/[email protected]": | ||
version "0.17.4" | ||
resolved "https://npm.pkg.github.com/download/@psychedelic/plug-controller/0.17.4/2727fca087c41c4da4dbae0a01fbaf9ee6fe4ab543ca9c7e47321637dd02a043#ce9f392c9bf660f5ab19f576660d5aa75ecc32d3" | ||
integrity sha512-Hn35dYRn6GGkEL59pdntdb7M09+CNGZz25g6kbvBAT20+zxx4UNYXfXbVemqSlNa+Yl6GJQCUYJOQg2x1xqV4w== | ||
dependencies: | ||
"@dfinity/agent" "0.9.3" | ||
"@dfinity/candid" "0.9.3" | ||
|
@@ -1777,8 +1779,10 @@ | |
text-encoding-shim "^1.0.5" | ||
tweetnacl "^1.0.3" | ||
|
||
"@psychedelic/plug-inpage-provider@../plug-inpage-provider": | ||
version "2.1.2" | ||
"@psychedelic/[email protected]": | ||
version "2.2.0" | ||
resolved "https://npm.pkg.github.com/download/@psychedelic/plug-inpage-provider/2.2.0/15c682ba8b79936472fff2060bfc2e264d84fcfd09cb6c9cdeb49217e6216904#5cfe9fd48c10c7cb1079faf1f30e486b4a5ad4a0" | ||
integrity sha512-y/HxfjMD/YUiwTUMHPZHRTie2DvggBnsjiwmq758zsJTN81r94nubA1NMru4e6U9jdE0Mcoph7Z1DbZXZGEjPw== | ||
dependencies: | ||
"@dfinity/agent" "0.9.3" | ||
"@dfinity/candid" "0.9.3" | ||
|