Skip to content

Commit b8ff6cb

Browse files
committed
feat: add biome
1 parent e0e8664 commit b8ff6cb

12 files changed

Lines changed: 47 additions & 379 deletions

File tree

jest.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry https://registry.npmjs.org"
2323
},
2424
"engines": {
25-
"node": ">=20.6"
25+
"node": ">=20.6",
26+
"pnpm": ">=10"
2627
},
2728
"resolutions": {
2829
"@sphereon/ssi-types": "^0.33",
@@ -70,8 +71,5 @@
7071
"OID4VCI",
7172
"OID4VP"
7273
],
73-
"repository": "https://github.com/Sphereon-Opensource/OID4VC",
74-
"auto": {
75-
"plugins": ["npm", ["conventional-commits", { "defaultReleaseType": "patch" }], "released"]
76-
}
74+
"repository": "https://github.com/Sphereon-Opensource/OID4VC"
7775
}

packages/callback-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
2727
"@digitalcredentials/security-document-loader": "^1.0.0",
2828
"@digitalcredentials/vc": "^5.0.0",
29-
"@sphereon/oid4vc-common": "workspace:*",
30-
"@sphereon/oid4vci-client": "workspace:*",
31-
"@sphereon/oid4vci-common": "workspace:*",
32-
"@sphereon/oid4vci-issuer": "workspace:*",
29+
"@sphereon/oid4vc-common": "workspace:^",
30+
"@sphereon/oid4vci-client": "workspace:^",
31+
"@sphereon/oid4vci-common": "workspace:^",
32+
"@sphereon/oid4vci-issuer": "workspace:^",
3333
"@sphereon/ssi-types": "^0.33",
3434
"jose": "^4.10.0"
3535
},

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
2828
},
2929
"dependencies": {
30-
"@sphereon/oid4vc-common": "workspace:*",
31-
"@sphereon/oid4vci-common": "workspace:*",
30+
"@sphereon/oid4vc-common": "workspace:^",
31+
"@sphereon/oid4vci-common": "workspace:^",
3232
"@sphereon/ssi-types": "^0.33",
3333
"cross-fetch": "^4.1.0",
3434
"debug": "^4.4.0"

packages/did-auth-siop-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"clean": "rimraf dist coverage"
2424
},
2525
"dependencies": {
26-
"@sphereon/did-auth-siop": "workspace:*",
26+
"@sphereon/did-auth-siop": "workspace:^",
2727
"@sphereon/did-uni-client": "^0.6.2",
28-
"@sphereon/oid4vc-common": "workspace:*",
28+
"@sphereon/oid4vc-common": "workspace:^",
2929
"@sphereon/wellknown-dids-client": "^0.1.3",
3030
"did-jwt": "6.11.6",
3131
"did-resolver": "^4.1.0"

packages/issuer-rest/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
2323
},
2424
"dependencies": {
25-
"@sphereon/oid4vc-common": "workspace:*",
26-
"@sphereon/oid4vci-common": "workspace:*",
27-
"@sphereon/oid4vci-issuer": "workspace:*",
25+
"@sphereon/oid4vc-common": "workspace:^",
26+
"@sphereon/oid4vci-common": "workspace:^",
27+
"@sphereon/oid4vci-issuer": "workspace:^",
2828
"@sphereon/ssi-express-support": "^0.33",
2929
"@sphereon/ssi-types": "^0.33",
3030
"body-parser": "^1.20.2",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@digitalcredentials/did-method-key": "^2.0.3",
40-
"@sphereon/oid4vci-client": "workspace:*",
40+
"@sphereon/oid4vci-client": "workspace:^",
4141
"@types/body-parser": "^1.19.2",
4242
"@types/cookie-parser": "^1.4.3",
4343
"@types/cors": "^2.8.13",

packages/issuer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
2222
},
2323
"dependencies": {
24-
"@sphereon/oid4vc-common": "workspace:*",
25-
"@sphereon/oid4vci-common": "workspace:*",
24+
"@sphereon/oid4vc-common": "workspace:^",
25+
"@sphereon/oid4vci-common": "workspace:^",
2626
"@sphereon/ssi-express-support": "^0.33",
2727
"@sphereon/ssi-types": "^0.33",
2828
"short-uuid": "^4.2.2",
@@ -40,7 +40,7 @@
4040
"awesome-qr": false
4141
},
4242
"devDependencies": {
43-
"@sphereon/oid4vci-client": "workspace:*",
43+
"@sphereon/oid4vci-client": "workspace:^",
4444
"@types/node": "^20.17.30",
4545
"@types/uuid": "^9.0.8",
4646
"did-resolver": "^4.1.0",

packages/jarm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
2222
},
2323
"dependencies": {
24-
"@sphereon/oid4vc-common": "workspace:*",
24+
"@sphereon/oid4vc-common": "workspace:^",
2525
"valibot": "^0.42.1"
2626
},
2727
"devDependencies": {

packages/oid4vci-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
2222
},
2323
"dependencies": {
24-
"@sphereon/oid4vc-common": "workspace:*",
24+
"@sphereon/oid4vc-common": "workspace:^",
2525
"@sphereon/ssi-types": "^0.33",
2626
"cross-fetch": "^4.1.0",
2727
"debug": "^4.4.0",

packages/siop-oid4vp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@astronautlabs/jsonpath": "^1.1.2",
30-
"@sphereon/jarm": "workspace:*",
31-
"@sphereon/oid4vc-common": "workspace:*",
30+
"@sphereon/jarm": "workspace:^",
31+
"@sphereon/oid4vc-common": "workspace:^",
3232
"@sphereon/pex": "5.0.0-unstable.28",
3333
"@sphereon/pex-models": "^2.3.2",
3434
"@sphereon/ssi-types": "^0.33",
@@ -60,7 +60,7 @@
6060
"@sd-jwt/sd-jwt-vc": "^0.9.2",
6161
"@sd-jwt/types": "^0.9.2",
6262
"@sphereon/did-uni-client": "^0.6.2",
63-
"@sphereon/oid4vc-common": "workspace:*",
63+
"@sphereon/oid4vc-common": "workspace:^",
6464
"@sphereon/wellknown-dids-client": "^0.1.3",
6565
"@transmute/did-key-ed25519": "^0.3.0-unstable.10",
6666
"@transmute/ed25519-key-pair": "0.7.0-unstable.82",

0 commit comments

Comments
 (0)