@openid4vc/oauth2 0.3.0-alpha-20250511132052 → 0.3.0-alpha-20250511195407
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/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3454,7 +3454,7 @@ declare function jwtHeaderFromJwtSigner(signer: JwtSigner): {
|
|
|
3454
3454
|
'x5t#S256': z__default.ZodOptional<z__default.ZodString>;
|
|
3455
3455
|
x5u: z__default.ZodOptional<z__default.ZodString>;
|
|
3456
3456
|
}, z__default.ZodTypeAny, "passthrough">;
|
|
3457
|
-
readonly kid
|
|
3457
|
+
readonly kid?: undefined;
|
|
3458
3458
|
readonly trust_chain?: undefined;
|
|
3459
3459
|
readonly x5c?: undefined;
|
|
3460
3460
|
} | {
|
package/dist/index.d.ts
CHANGED
|
@@ -3454,7 +3454,7 @@ declare function jwtHeaderFromJwtSigner(signer: JwtSigner): {
|
|
|
3454
3454
|
'x5t#S256': z__default.ZodOptional<z__default.ZodString>;
|
|
3455
3455
|
x5u: z__default.ZodOptional<z__default.ZodString>;
|
|
3456
3456
|
}, z__default.ZodTypeAny, "passthrough">;
|
|
3457
|
-
readonly kid
|
|
3457
|
+
readonly kid?: undefined;
|
|
3458
3458
|
readonly trust_chain?: undefined;
|
|
3459
3459
|
readonly x5c?: undefined;
|
|
3460
3460
|
} | {
|
package/dist/index.js
CHANGED