From f5c34c9ce16b371794913804bf5dcf8005505997 Mon Sep 17 00:00:00 2001 From: tomiir Date: Fri, 28 Oct 2022 12:57:46 -0600 Subject: [PATCH] Fix: Storage upgrade from <0.5.4.1 (#655) * Installed controller v 0.24.6 including identity json fix for storage migration * Bumped version to 0.6.1.1 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 8865fae7..cf9164ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plug", - "version": "0.6.1", + "version": "0.6.1.1", "description": "Your plug into the Internet Computer", "private": true, "repository": "https://github.com/Psychedelic/plug", @@ -38,7 +38,7 @@ "@metamask/post-message-stream": "^4.0.0", "@psychedelic/browser-rpc": "2.1.0", "@psychedelic/dab-js": "1.5.0-beta.1", - "@psychedelic/plug-controller": "0.24.4", + "@psychedelic/plug-controller": "0.24.6", "@psychedelic/plug-inpage-provider": "^2.3.1", "@reduxjs/toolkit": "^1.6.0", "advanced-css-reset": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 690b597d..6f4d2578 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1787,10 +1787,10 @@ cross-fetch "^3.1.4" crypto-js "^4.1.1" -"@psychedelic/plug-controller@0.24.4": - version "0.24.4" - resolved "https://npm.pkg.github.com/download/@Psychedelic/plug-controller/0.24.4/7c71cf00d570b5792fb43513b13cf156f4d05ce6#7c71cf00d570b5792fb43513b13cf156f4d05ce6" - integrity sha512-iYXhvsGgRLExLt9J58QJ2xU2YVFobvB+2HI4WZ5KcbPvzGeDZsMsjUSTnNXiqXVn3wzjtzp0ks+gG2K/DslTdw== +"@psychedelic/plug-controller@0.24.6": + version "0.24.6" + resolved "https://npm.pkg.github.com/download/@Psychedelic/plug-controller/0.24.6/ffee2559f647411b209f465b1673fb726cf547c3#ffee2559f647411b209f465b1673fb726cf547c3" + integrity sha512-q1rsMblELr73BWnw/JBDWie6KAz46CoCVi+aBClLgf/AIcCZY4UbDlscrnGTqKe5bmSuLrJ6h0ZmmVZaY5Ob4w== dependencies: "@dfinity/agent" "0.9.3" "@dfinity/candid" "0.9.3"