@openid4vc/openid4vci 0.3.0-alpha-20250511115959 → 0.3.0-alpha-20250511132052
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -21029,7 +21029,13 @@ type JwtSignerCustom = {
|
|
|
21029
21029
|
type JwtSigner = JwtSignerDid | JwtSignerJwk | JwtSignerX5c | JwtSignerFederation | JwtSignerCustom;
|
|
21030
21030
|
type JweEncryptor = JwtSignerJwk & {
|
|
21031
21031
|
enc: string;
|
|
21032
|
+
/**
|
|
21033
|
+
* base64-url encoded apu
|
|
21034
|
+
*/
|
|
21032
21035
|
apu?: string;
|
|
21036
|
+
/**
|
|
21037
|
+
* base64-url encoded apv
|
|
21038
|
+
*/
|
|
21033
21039
|
apv?: string;
|
|
21034
21040
|
};
|
|
21035
21041
|
declare const zJwtPayload: z__default.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -21029,7 +21029,13 @@ type JwtSignerCustom = {
|
|
|
21029
21029
|
type JwtSigner = JwtSignerDid | JwtSignerJwk | JwtSignerX5c | JwtSignerFederation | JwtSignerCustom;
|
|
21030
21030
|
type JweEncryptor = JwtSignerJwk & {
|
|
21031
21031
|
enc: string;
|
|
21032
|
+
/**
|
|
21033
|
+
* base64-url encoded apu
|
|
21034
|
+
*/
|
|
21032
21035
|
apu?: string;
|
|
21036
|
+
/**
|
|
21037
|
+
* base64-url encoded apv
|
|
21038
|
+
*/
|
|
21033
21039
|
apv?: string;
|
|
21034
21040
|
};
|
|
21035
21041
|
declare const zJwtPayload: z__default.ZodObject<{
|
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-20250511132052",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"zod": "^3.24.2",
|
|
24
|
-
"@openid4vc/oauth2": "0.3.0-alpha-
|
|
25
|
-
"@openid4vc/utils": "0.3.0-alpha-
|
|
24
|
+
"@openid4vc/oauth2": "0.3.0-alpha-20250511132052",
|
|
25
|
+
"@openid4vc/utils": "0.3.0-alpha-20250511132052"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"jose": "^6.0.10"
|