Skip to content

Commit 540ed77

Browse files
committed
Added latest dab-js version 1.5.0-beta.5
1 parent ace5fce commit 540ed77

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@dfinity/identity": "0.9.3",
66
"@dfinity/principal": "0.9.3",
77
"@psychedelic/cap-js": "0.0.7",
8-
"@psychedelic/dab-js": "1.5.0-beta.1",
8+
"@psychedelic/dab-js": "1.5.0-beta.4",
99
"@types/secp256k1": "^4.0.3",
1010
"axios": "^0.21.1",
1111
"babel-jest": "^25.5.1",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.5"
5959
},
6060
"name": "@psychedelic/plug-controller",
61-
"version": "0.24.6",
61+
"version": "0.24.7",
6262
"description": "Internet Computer Plug wallet's controller",
6363
"main": "dist/index.js",
6464
"scripts": {

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PLUG_CONTROLLER_VERSION = "0.24.6";
1+
export const PLUG_CONTROLLER_VERSION = "0.24.7";

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -799,10 +799,10 @@
799799
axios "^0.24.0"
800800
cross-fetch "^3.1.4"
801801

802-
"@psychedelic/dab-js@1.5.0-beta.1":
803-
version "1.5.0-beta.1"
804-
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.0-beta.1/306e2bb10491927995a3a22f25cd2ca9fd40990e#306e2bb10491927995a3a22f25cd2ca9fd40990e"
805-
integrity sha512-p7GEh++Fv8U1SIYdqjxLLNy3I8fjoEF+lrXsHHKxcFuKpINxWkfWmUxLnjS6rytY+VuovrDEISFD4Tz0QHD2DQ==
802+
"@psychedelic/dab-js@1.5.0-beta.4":
803+
version "1.5.0-beta.4"
804+
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.0-beta.4/efd377970c28a917a93e933a96cbf0013d3c5a61#efd377970c28a917a93e933a96cbf0013d3c5a61"
805+
integrity sha512-A5AKfXUyu7OLJwyv9hT7dVp6zZ01F/QKnLCu4yc7/KpbxQ8V7CvVYp6Jap5Ig06tGYz/XJu2HDLMUxrrIogWxg==
806806
dependencies:
807807
"@dfinity/agent" "0.9.3"
808808
"@dfinity/candid" "0.9.3"

0 commit comments

Comments
 (0)