Skip to content

Commit

Permalink
fix: sd-jwt/decode resolution (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin authored Apr 16, 2024
1 parent 6ab30c1 commit 9d47c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-app",
"version": "1.3.4",
"version": "1.3.5",
"main": "expo-router/entry",
"private": true,
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"@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"
"@sd-jwt/[email protected]": "patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch",
"@sd-jwt/decode@^0.3.0": "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",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4444,16 +4444,6 @@ __metadata:
languageName: node
linkType: hard

"@sd-jwt/decode@npm:^0.3.0":
version: 0.3.0
resolution: "@sd-jwt/decode@npm:0.3.0"
dependencies:
"@sd-jwt/types": 0.3.0
"@sd-jwt/utils": 0.3.0
checksum: 4841d29da16ce21dc53bcfd54d410903dfef5594f26270e783b43c296803e1f698ecef65542383acb4beeba3759f2c718aea3c675dab68744440927f0cf9077f
languageName: node
linkType: hard

"@sd-jwt/decode@patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch::locator=paradym-wallet%40workspace%3A.":
version: 0.2.1
resolution: "@sd-jwt/decode@patch:@sd-jwt/decode@npm%3A0.2.1#./.yarn/patches/@sd-jwt-decode-npm-0.2.1-4ba346c112.patch::version=0.2.1&hash=fb6dd3&locator=paradym-wallet%40workspace%3A."
Expand Down

0 comments on commit 9d47c71

Please sign in to comment.