-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Timo Glastra <[email protected]>
- Loading branch information
1 parent
791415e
commit 8c61015
Showing
4 changed files
with
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/build/disclosures/fromArray.js b/build/disclosures/fromArray.js | ||
index 57fa9089ded3dada42f081df93a0ee42cfc5b869..1504374a341834a212e0f4d9a5344db574bb31be 100644 | ||
--- a/build/disclosures/fromArray.js | ||
+++ b/build/disclosures/fromArray.js | ||
@@ -1,7 +1,7 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.disclosureFromArray = void 0; | ||
-const disclosureFromArray = (a) => a[2] | ||
+const disclosureFromArray = (a) => a[2] !== undefined | ||
? { salt: a[0], key: a[1], value: a[2] } | ||
: { salt: a[0], value: a[1] }; | ||
exports.disclosureFromArray = disclosureFromArray; |
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 |
---|---|---|
|
@@ -30,7 +30,10 @@ | |
}, | ||
"resolutions": { | ||
"@unimodules/react-native-adapter": "./noop", | ||
"@unimodules/core": "./noop" | ||
"@unimodules/core": "./noop", | ||
"@sd-jwt/decode@^0.2.0": "patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch", | ||
"@sd-jwt/decode@^0.2.1": "patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch", | ||
"@sd-jwt/[email protected]": "patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.9", | ||
|
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