-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use threads for jws verification
Exposes necessary functionality to use threads for jws verification.
- Loading branch information
Showing
15 changed files
with
332 additions
and
128 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
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,27 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "next", | ||
"initialVersions": { | ||
"@didtools/cacao": "2.1.0", | ||
"@didtools/codecs": "1.0.1", | ||
"did-session": "2.1.1", | ||
"dids": "4.0.4", | ||
"integration": "0.0.1", | ||
"jest-environment-ceramic": "0.17.0", | ||
"key-did-provider-ed25519": "3.0.2", | ||
"@didtools/key-secp256k1": "0.2.1", | ||
"@didtools/key-webcrypto": "0.1.1", | ||
"key-did-resolver": "3.0.0", | ||
"@didtools/multidid": "0.0.1", | ||
"pkh-did-resolver": "1.2.0", | ||
"@didtools/pkh-ethereum": "0.4.1", | ||
"@didtools/pkh-solana": "0.1.1", | ||
"@didtools/pkh-stacks": "0.1.0", | ||
"@didtools/pkh-tezos": "0.2.2", | ||
"@didtools/siwx": "1.0.0", | ||
"website": "0.0.0" | ||
}, | ||
"changesets": [ | ||
"khaki-eyes-smell" | ||
] | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"dist" | ||
], | ||
"engines": { | ||
"node": ">=14.14" | ||
"node": ">=20.8" | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
|
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 |
---|---|---|
|
@@ -28,3 +28,17 @@ | |
- [email protected] | ||
- [email protected] | ||
- @didtools/key-webcrypto@0.2.0 | ||
||||||| parent of 702edc4 (chore: Release threadable version) | ||
======= | ||
# did-session | ||
|
||
## 2.1.2-next.0 | ||
|
||
### Patch Changes | ||
|
||
- Use worker threads | ||
- Updated dependencies | ||
- [email protected] | ||
- [email protected] | ||
- @didtools/key-webcrypto@0.1.1 | ||
>>>>>>> 702edc4 (chore: Release threadable version) |
Oops, something went wrong.