Skip to content

Commit

Permalink
Added latest dab-js version 1.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky-fleek committed Oct 28, 2022
1 parent ace5fce commit 540ed77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@dfinity/identity": "0.9.3",
"@dfinity/principal": "0.9.3",
"@psychedelic/cap-js": "0.0.7",
"@psychedelic/dab-js": "1.5.0-beta.1",
"@psychedelic/dab-js": "1.5.0-beta.4",
"@types/secp256k1": "^4.0.3",
"axios": "^0.21.1",
"babel-jest": "^25.5.1",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^4.5"
},
"name": "@psychedelic/plug-controller",
"version": "0.24.6",
"version": "0.24.7",
"description": "Internet Computer Plug wallet's controller",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PLUG_CONTROLLER_VERSION = "0.24.6";
export const PLUG_CONTROLLER_VERSION = "0.24.7";
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,10 @@
axios "^0.24.0"
cross-fetch "^3.1.4"

"@psychedelic/[email protected].1":
version "1.5.0-beta.1"
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.0-beta.1/306e2bb10491927995a3a22f25cd2ca9fd40990e#306e2bb10491927995a3a22f25cd2ca9fd40990e"
integrity sha512-p7GEh++Fv8U1SIYdqjxLLNy3I8fjoEF+lrXsHHKxcFuKpINxWkfWmUxLnjS6rytY+VuovrDEISFD4Tz0QHD2DQ==
"@psychedelic/[email protected].4":
version "1.5.0-beta.4"
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.0-beta.4/efd377970c28a917a93e933a96cbf0013d3c5a61#efd377970c28a917a93e933a96cbf0013d3c5a61"
integrity sha512-A5AKfXUyu7OLJwyv9hT7dVp6zZ01F/QKnLCu4yc7/KpbxQ8V7CvVYp6Jap5Ig06tGYz/XJu2HDLMUxrrIogWxg==
dependencies:
"@dfinity/agent" "0.9.3"
"@dfinity/candid" "0.9.3"
Expand Down

0 comments on commit 540ed77

Please sign in to comment.