Skip to content

Commit

Permalink
add missing webcrypto package
Browse files Browse the repository at this point in the history
  • Loading branch information
makrandgupta committed Jul 21, 2023
1 parent eb4de1a commit 498fb34
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/@magic-ext/gdkms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
]
},
"devDependencies": {
"@magic-sdk/commons": "^14.4.1"
"@magic-sdk/commons": "^14.4.1",
"@peculiar/webcrypto": "^1.4.3"
}
}
47 changes: 46 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ __metadata:
resolution: "@magic-ext/gdkms@workspace:packages/@magic-ext/gdkms"
dependencies:
"@magic-sdk/commons": ^14.4.1
"@peculiar/webcrypto": ^1.4.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3631,6 +3632,17 @@ __metadata:
languageName: node
linkType: hard

"@peculiar/asn1-schema@npm:^2.3.6":
version: 2.3.6
resolution: "@peculiar/asn1-schema@npm:2.3.6"
dependencies:
asn1js: ^3.0.5
pvtsutils: ^1.3.2
tslib: ^2.4.0
checksum: fc09387c6e3dea07fca21b54ea8c71ce3ec0f8c92377237e51aef729f0c2df92781aa7a18a546a6fe809519faeaa222df576ec21a35c6095037a78677204a55b
languageName: node
linkType: hard

"@peculiar/json-schema@npm:^1.1.12":
version: 1.1.12
resolution: "@peculiar/json-schema@npm:1.1.12"
Expand All @@ -3653,6 +3665,19 @@ __metadata:
languageName: node
linkType: hard

"@peculiar/webcrypto@npm:^1.4.3":
version: 1.4.3
resolution: "@peculiar/webcrypto@npm:1.4.3"
dependencies:
"@peculiar/asn1-schema": ^2.3.6
"@peculiar/json-schema": ^1.1.12
pvtsutils: ^1.3.2
tslib: ^2.5.0
webcrypto-core: ^1.7.7
checksum: 5604c02b7e9a8cef61bb4430e733e939c7737533ba65ba5fac4beb3a6d613add478ab45455cb57506789b6d00704d83e4965a0f712de3e8f40706e0961670e5c
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:^1.15.5":
version: 1.17.11
resolution: "@react-native-async-storage/async-storage@npm:1.17.11"
Expand Down Expand Up @@ -8244,7 +8269,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.44.0, eslint@npm:^8.34.0":
"eslint@npm:^8.34.0":
version: 8.44.0
resolution: "eslint@npm:8.44.0"
dependencies:
Expand Down Expand Up @@ -18365,6 +18390,13 @@ resolve@~1.7.1:
languageName: node
linkType: hard

"tslib@npm:^2.5.0":
version: 2.5.3
resolution: "tslib@npm:2.5.3"
checksum: 88902b309afaf83259131c1e13da1dceb0ad1682a213143a1346a649143924d78cf3760c448b84d796938fd76127183894f8d85cbb3bf9c4fddbfcc140c0003c
languageName: node
linkType: hard

"tsutils@npm:^3.17.1":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down Expand Up @@ -19174,6 +19206,19 @@ typescript@~4.4.2:
languageName: node
linkType: hard

"webcrypto-core@npm:^1.7.7":
version: 1.7.7
resolution: "webcrypto-core@npm:1.7.7"
dependencies:
"@peculiar/asn1-schema": ^2.3.6
"@peculiar/json-schema": ^1.1.12
asn1js: ^3.0.1
pvtsutils: ^1.3.2
tslib: ^2.4.0
checksum: 1dc5aedb250372dd95e175a671b990ae50e36974f99c4efc85d88e6528c1bc52dd964d44a41b68043c21fb26aabfe8aad4f05a1c39ca28d61de5ca7388413d52
languageName: node
linkType: hard

"webidl-conversions@npm:^3.0.0":
version: 3.0.1
resolution: "webidl-conversions@npm:3.0.1"
Expand Down

0 comments on commit 498fb34

Please sign in to comment.