Skip to content

Commit

Permalink
v0.6.0-unstable.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Mar 4, 2024
1 parent 142c25b commit 27ad7ef
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.6.0-unstable.9",
"version": "0.6.0-unstable.10",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,20 +46,22 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@cef-ebsi/ebsi-did-resolver": "^3.2.0",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@cef-ebsi/oauth2-auth": "^3.0.0",
"@cef-ebsi/siop-auth": "^4.0.0",
"@cef-ebsi/verifiable-presentation": "^6.1.0",
"@cef-ebsi/wallet-lib": "^4.2.0",
"@digitalcredentials/did-method-key": "^2.0.3",
"@digitalcredentials/ed25519-signature-2020": "^3.0.2",
"@digitalcredentials/jsonld-signatures": "^9.3.2",
"@digitalcredentials/vc": "^6.0.0",
"@transmute/did-key-ed25519": "^0.3.0-unstable.10",
"@transmute/ed25519-key-pair": "0.7.0-unstable.82",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.82",
"@transmute/did-key-ed25519": "^0.3.0-unstable.10",
"@cef-ebsi/wallet-lib": "^4.2.0",
"@cef-ebsi/siop-auth": "^4.0.0",
"@cef-ebsi/oauth2-auth": "^3.0.0",
"@cef-ebsi/ebsi-did-resolver": "^3.2.0",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@cef-ebsi/verifiable-presentation": "^6.1.0",
"did-resolver": "^4.1.0",
"@types/jest": "^29.5.11",
"@types/language-tags": "^1.0.4",
"@types/qs": "^6.9.11",
Expand All @@ -71,14 +73,12 @@
"bs58": "^5.0.0",
"codecov": "^3.8.3",
"cspell": "^6.26.3",
"did-resolver": "^4.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"ethers": "^6.10.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down

0 comments on commit 27ad7ef

Please sign in to comment.