@openid4vc/openid4vp 0.3.0-alpha-20251031085020 → 0.3.0-alpha-20251031103301

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 CHANGED
@@ -55,8 +55,8 @@ declare const zWalletMetadata: z.ZodObject<{
55
55
  x509_san_dns: "x509_san_dns";
56
56
  x509_san_uri: "x509_san_uri";
57
57
  x509_hash: "x509_hash";
58
- https: "https";
59
58
  origin: "origin";
59
+ https: "https";
60
60
  "web-origin": "web-origin";
61
61
  }>>>;
62
62
  client_id_prefixes_supported: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -66,9 +66,9 @@ declare const zWalletMetadata: z.ZodObject<{
66
66
  x509_san_dns: "x509_san_dns";
67
67
  x509_san_uri: "x509_san_uri";
68
68
  x509_hash: "x509_hash";
69
+ origin: "origin";
69
70
  openid_federation: "openid_federation";
70
71
  decentralized_identifier: "decentralized_identifier";
71
- origin: "origin";
72
72
  }>>>;
73
73
  request_object_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
74
74
  authorization_encryption_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1190,10 +1190,10 @@ declare const zClientIdPrefix: z.ZodEnum<{
1190
1190
  x509_san_dns: "x509_san_dns";
1191
1191
  x509_san_uri: "x509_san_uri";
1192
1192
  x509_hash: "x509_hash";
1193
+ origin: "origin";
1193
1194
  https: "https";
1194
1195
  openid_federation: "openid_federation";
1195
1196
  decentralized_identifier: "decentralized_identifier";
1196
- origin: "origin";
1197
1197
  "web-origin": "web-origin";
1198
1198
  }>;
1199
1199
  declare const zUniformClientIdPrefix: z.ZodEnum<{
@@ -1203,9 +1203,9 @@ declare const zUniformClientIdPrefix: z.ZodEnum<{
1203
1203
  x509_san_dns: "x509_san_dns";
1204
1204
  x509_san_uri: "x509_san_uri";
1205
1205
  x509_hash: "x509_hash";
1206
+ origin: "origin";
1206
1207
  openid_federation: "openid_federation";
1207
1208
  decentralized_identifier: "decentralized_identifier";
1208
- origin: "origin";
1209
1209
  }>;
1210
1210
  type ClientIdPrefix = z.infer<typeof zClientIdPrefix>;
1211
1211
  type UniformClientIdPrefix = z.infer<typeof zUniformClientIdPrefix>;
package/dist/index.d.ts CHANGED
@@ -55,8 +55,8 @@ declare const zWalletMetadata: z.ZodObject<{
55
55
  x509_san_dns: "x509_san_dns";
56
56
  x509_san_uri: "x509_san_uri";
57
57
  x509_hash: "x509_hash";
58
- https: "https";
59
58
  origin: "origin";
59
+ https: "https";
60
60
  "web-origin": "web-origin";
61
61
  }>>>;
62
62
  client_id_prefixes_supported: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -66,9 +66,9 @@ declare const zWalletMetadata: z.ZodObject<{
66
66
  x509_san_dns: "x509_san_dns";
67
67
  x509_san_uri: "x509_san_uri";
68
68
  x509_hash: "x509_hash";
69
+ origin: "origin";
69
70
  openid_federation: "openid_federation";
70
71
  decentralized_identifier: "decentralized_identifier";
71
- origin: "origin";
72
72
  }>>>;
73
73
  request_object_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
74
74
  authorization_encryption_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1190,10 +1190,10 @@ declare const zClientIdPrefix: z.ZodEnum<{
1190
1190
  x509_san_dns: "x509_san_dns";
1191
1191
  x509_san_uri: "x509_san_uri";
1192
1192
  x509_hash: "x509_hash";
1193
+ origin: "origin";
1193
1194
  https: "https";
1194
1195
  openid_federation: "openid_federation";
1195
1196
  decentralized_identifier: "decentralized_identifier";
1196
- origin: "origin";
1197
1197
  "web-origin": "web-origin";
1198
1198
  }>;
1199
1199
  declare const zUniformClientIdPrefix: z.ZodEnum<{
@@ -1203,9 +1203,9 @@ declare const zUniformClientIdPrefix: z.ZodEnum<{
1203
1203
  x509_san_dns: "x509_san_dns";
1204
1204
  x509_san_uri: "x509_san_uri";
1205
1205
  x509_hash: "x509_hash";
1206
+ origin: "origin";
1206
1207
  openid_federation: "openid_federation";
1207
1208
  decentralized_identifier: "decentralized_identifier";
1208
- origin: "origin";
1209
1209
  }>;
1210
1210
  type ClientIdPrefix = z.infer<typeof zClientIdPrefix>;
1211
1211
  type UniformClientIdPrefix = z.infer<typeof zUniformClientIdPrefix>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openid4vc/openid4vp",
3
- "version": "0.3.0-alpha-20251031085020",
3
+ "version": "0.3.0-alpha-20251031103301",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "zod": "^4.1.12",
24
- "@openid4vc/oauth2": "0.3.0-alpha-20251031085020",
25
- "@openid4vc/utils": "0.3.0-alpha-20251031085020"
24
+ "@openid4vc/oauth2": "0.3.0-alpha-20251031103301",
25
+ "@openid4vc/utils": "0.3.0-alpha-20251031103301"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsdown src/index.ts --format cjs,esm --dts --sourcemap"