|
1 | 1 | { |
2 | 2 | "name": "@sphereon/did-auth-siop", |
3 | | - "version": "0.6.0-unstable.9", |
| 3 | + "version": "0.6.0", |
4 | 4 | "source": "src/index.ts", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "types": "dist/index.d.ts", |
|
46 | 46 | "uuid": "^9.0.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
| 49 | + "@babel/core": "^7.23.9", |
| 50 | + "@babel/plugin-transform-runtime": "^7.16.0", |
| 51 | + "@babel/preset-env": "^7.16.0", |
| 52 | + "@cef-ebsi/ebsi-did-resolver": "^3.2.0", |
| 53 | + "@cef-ebsi/key-did-resolver": "^1.1.0", |
| 54 | + "@cef-ebsi/oauth2-auth": "^3.0.0", |
| 55 | + "@cef-ebsi/siop-auth": "^4.0.0", |
| 56 | + "@cef-ebsi/verifiable-presentation": "^6.1.0", |
| 57 | + "@cef-ebsi/wallet-lib": "^4.2.0", |
49 | 58 | "@digitalcredentials/did-method-key": "^2.0.3", |
50 | 59 | "@digitalcredentials/ed25519-signature-2020": "^3.0.2", |
51 | 60 | "@digitalcredentials/jsonld-signatures": "^9.3.2", |
52 | 61 | "@digitalcredentials/vc": "^6.0.0", |
| 62 | + "@transmute/did-key-ed25519": "^0.3.0-unstable.10", |
53 | 63 | "@transmute/ed25519-key-pair": "0.7.0-unstable.82", |
54 | 64 | "@transmute/ed25519-signature-2018": "^0.7.0-unstable.82", |
55 | | - "@transmute/did-key-ed25519": "^0.3.0-unstable.10", |
56 | | - "@cef-ebsi/wallet-lib": "^4.2.0", |
57 | | - "@cef-ebsi/siop-auth": "^4.0.0", |
58 | | - "@cef-ebsi/oauth2-auth": "^3.0.0", |
59 | | - "@cef-ebsi/ebsi-did-resolver": "^3.2.0", |
60 | | - "@cef-ebsi/key-did-resolver": "^1.1.0", |
61 | | - "@cef-ebsi/verifiable-presentation": "^6.1.0", |
62 | | - "did-resolver": "^4.1.0", |
63 | 65 | "@types/jest": "^29.5.11", |
64 | 66 | "@types/language-tags": "^1.0.4", |
65 | 67 | "@types/qs": "^6.9.11", |
|
71 | 73 | "bs58": "^5.0.0", |
72 | 74 | "codecov": "^3.8.3", |
73 | 75 | "cspell": "^6.26.3", |
| 76 | + "did-resolver": "^4.1.0", |
74 | 77 | "dotenv": "^16.3.1", |
75 | 78 | "eslint": "^8.34.0", |
76 | 79 | "eslint-config-prettier": "^8.6.0", |
77 | 80 | "eslint-plugin-eslint-comments": "^3.2.0", |
78 | 81 | "eslint-plugin-import": "^2.27.5", |
79 | | - "@babel/core": "^7.23.9", |
80 | | - "@babel/plugin-transform-runtime": "^7.16.0", |
81 | | - "@babel/preset-env": "^7.16.0", |
82 | 82 | "ethers": "^6.10.0", |
83 | 83 | "jest": "^29.7.0", |
84 | 84 | "jest-junit": "^16.0.0", |
|
0 commit comments