@gramota/oid4vp 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gramota/oid4vp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "OpenID for Verifiable Presentations transport — authorization request/response wire format for EUDIW.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@peculiar/x509": "^2.0.0",
|
|
20
20
|
"jose": "^5.9.6",
|
|
21
21
|
"reflect-metadata": "^0.2.0",
|
|
22
|
-
"@gramota/core": "0.2.
|
|
23
|
-
"@gramota/jose": "0.
|
|
22
|
+
"@gramota/core": "0.2.1",
|
|
23
|
+
"@gramota/jose": "0.3.0"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./dist/cert.js"
|