Skip to content

Commit 91c7e8d

Browse files
docs(changeset): Remove support for node 20
Signed-off-by: Berend Sliedrecht <berend@animo.id>
1 parent 2792626 commit 91c7e8d

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

.changeset/itchy-cycles-make.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@openid4vc/oauth2": patch
3+
"@openid4vc/openid4vci": patch
4+
"@openid4vc/openid4vp": patch
5+
"@openid4vc/utils": patch
6+
---
7+
8+
Remove support for node 20

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "oid4vc-ts",
33
"private": true,
44
"description": "Environment agnostic TypeScript implementation of OpenID4VC specifications",
5-
"packageManager": "pnpm@11.8.0",
5+
"packageManager": "pnpm@11.15.1",
66
"repository": {
77
"url": "https://github.com/openwallet-foundation-labs/oid4vc-ts",
88
"type": "git"
@@ -21,15 +21,15 @@
2121
"devDependencies": {
2222
"@biomejs/biome": "2.5.2",
2323
"@changesets/cli": "^2.31.0",
24+
"@openid4vc/oauth2": "workspace:*",
25+
"@openid4vc/openid4vp": "workspace:*",
26+
"@openid4vc/utils": "workspace:*",
2427
"@types/node": "^26.1.0",
28+
"jose": "catalog:",
2529
"msw": "^2.15.0",
2630
"tsdown": "^0.22.3",
2731
"typescript": "~6.0.3",
28-
"vitest": "^4.1.10",
29-
"@openid4vc/oauth2": "workspace:*",
30-
"@openid4vc/utils": "workspace:*",
31-
"@openid4vc/openid4vp": "workspace:*",
32-
"jose": "catalog:"
32+
"vitest": "^4.1.10"
3333
},
3434
"engines": {
3535
"node": ">=22"

0 commit comments

Comments
 (0)