From 447a1bdca81ad29631785c9d816bb3eaf116ed00 Mon Sep 17 00:00:00 2001 From: tomiir Date: Sun, 21 Nov 2021 19:27:17 -0300 Subject: [PATCH] Install package. Update version (#292) Co-authored-by: rocky-fleek --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b58fc7f6..3c278d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plug", - "version": "0.4.2", + "version": "0.4.3", "description": "Your plug into the Internet Computer", "private": true, "repository": "https://github.com/Psychedelic/plug", @@ -38,7 +38,7 @@ "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "@psychedelic/dab-js": "0.2.5", - "@psychedelic/plug-controller": "0.11.0-cap-custom", + "@psychedelic/plug-controller": "0.12.0", "@psychedelic/plug-inpage-provider": "1.5.0-comp", "@reduxjs/toolkit": "^1.6.0", "advanced-css-reset": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 685949c0..d848f98a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1650,10 +1650,10 @@ cross-fetch "^3.1.4" crypto-js "^4.1.1" -"@psychedelic/plug-controller@0.11.0-cap-custom": - version "0.11.0-cap-custom" - resolved "https://npm.pkg.github.com/download/@psychedelic/plug-controller/0.11.0-cap-custom/0c0924d76eb840488cd4241973979713ff4e5a13007125b342e007f53dc02afc#001e22ec520e3c6e661b2320e456deaf2ac00e2d" - integrity sha512-2pk5TUQkpdHkdpuzmg06XbjYm11rDhu1UPokylbL5MOk5kQdSa70AgmJfRBTHN4KwFkG1kSbUXGeYRqN05TBMw== +"@psychedelic/plug-controller@0.12.0": + version "0.12.0" + resolved "https://npm.pkg.github.com/download/@psychedelic/plug-controller/0.12.0/20e0872348a6b4cc11f58e20c9b7ae429a8adec1745ccb6a5f8587b3071f6ec9#47d4f555186f8eef74ffee926b6dc282702f7aea" + integrity sha512-tXJindfIZ++Q+xxUXwokJaBK227RayxNHDhfsk/rADGtSwGB31r4RSoph0vgK/rJlWsmMKMQ1blWQwheOCB8Tg== dependencies: "@dfinity/agent" "0.9.3" "@dfinity/candid" "0.9.3"