Skip to content

Commit 585033b

Browse files
committed
feat: Use threads for jws verification
Exposes necessary functionality to use threads for jws verification.
1 parent 84ca798 commit 585033b

File tree

15 files changed

+332
-128
lines changed

15 files changed

+332
-128
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["integration", "website"]

.changeset/pre.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@didtools/cacao": "2.1.0",
6+
"@didtools/codecs": "1.0.1",
7+
"did-session": "2.1.1",
8+
"dids": "4.0.4",
9+
"integration": "0.0.1",
10+
"jest-environment-ceramic": "0.17.0",
11+
"key-did-provider-ed25519": "3.0.2",
12+
"@didtools/key-secp256k1": "0.2.1",
13+
"@didtools/key-webcrypto": "0.1.1",
14+
"key-did-resolver": "3.0.0",
15+
"@didtools/multidid": "0.0.1",
16+
"pkh-did-resolver": "1.2.0",
17+
"@didtools/pkh-ethereum": "0.4.1",
18+
"@didtools/pkh-solana": "0.1.1",
19+
"@didtools/pkh-stacks": "0.1.0",
20+
"@didtools/pkh-tezos": "0.2.2",
21+
"@didtools/siwx": "1.0.0",
22+
"website": "0.0.0"
23+
},
24+
"changesets": [
25+
"khaki-eyes-smell"
26+
]
27+
}

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: 'pnpm'
2525

2626
- name: Install dependencies and build

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node ${{ matrix.node }}
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: ${{ matrix.node-version }}
27+
node-version: ${{ matrix.node }}
2828
cache: 'pnpm'
2929

3030
- name: Install dependencies and build

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: 'pnpm'
2525

2626
- name: Install dependencies and build

packages/codecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist"
1414
],
1515
"engines": {
16-
"node": ">=14.14"
16+
"node": ">=20.8"
1717
},
1818
"sideEffects": false,
1919
"scripts": {

packages/did-session/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@
2828
2929
3030
- @didtools/key-webcrypto@0.2.0
31+
||||||| parent of 702edc4 (chore: Release threadable version)
32+
=======
33+
# did-session
34+
35+
## 2.1.2-next.0
36+
37+
### Patch Changes
38+
39+
- Use worker threads
40+
- Updated dependencies
41+
42+
43+
- @didtools/key-webcrypto@0.1.1
44+
>>>>>>> 702edc4 (chore: Release threadable version)

0 commit comments

Comments
 (0)