@openid4vc/openid4vci 0.3.0-alpha-20250315172536 → 0.3.0-alpha-20250320203319
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -13854,7 +13854,7 @@ declare class Openid4vciClient {
|
|
|
13854
13854
|
authorization_code: z.ZodString;
|
|
13855
13855
|
}, z.ZodTypeAny, "passthrough">;
|
|
13856
13856
|
dpop: {
|
|
13857
|
-
nonce:
|
|
13857
|
+
nonce: string | undefined;
|
|
13858
13858
|
signer: _openid4vc_oauth2.JwtSignerJwk;
|
|
13859
13859
|
} | undefined;
|
|
13860
13860
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -13854,7 +13854,7 @@ declare class Openid4vciClient {
|
|
|
13854
13854
|
authorization_code: z.ZodString;
|
|
13855
13855
|
}, z.ZodTypeAny, "passthrough">;
|
|
13856
13856
|
dpop: {
|
|
13857
|
-
nonce:
|
|
13857
|
+
nonce: string | undefined;
|
|
13858
13858
|
signer: _openid4vc_oauth2.JwtSignerJwk;
|
|
13859
13859
|
} | undefined;
|
|
13860
13860
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openid4vc/openid4vci",
|
|
3
|
-
"version": "0.3.0-alpha-
|
|
3
|
+
"version": "0.3.0-alpha-20250320203319",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"zod": "^3.24.1",
|
|
24
|
-
"@openid4vc/oauth2": "0.3.0-alpha-
|
|
25
|
-
"@openid4vc/utils": "0.3.0-alpha-
|
|
24
|
+
"@openid4vc/oauth2": "0.3.0-alpha-20250320203319",
|
|
25
|
+
"@openid4vc/utils": "0.3.0-alpha-20250320203319"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"jose": "^5.9.6"
|