@sphereon/oid4vci-common 0.15.2-next.3 → 0.15.2-next.7

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.
@@ -312,7 +312,7 @@ export interface AccessTokenRequest {
312
312
  'pre-authorized_code': string;
313
313
  redirect_uri?: string;
314
314
  scope?: string;
315
- user_pin?: string; //pre draft 13
315
+ user_pin?: string; //this is for v11, not required in v13 anymore
316
316
  tx_code?: string; //draft 13
317
317
  [s: string]: unknown;
318
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/oid4vci-common",
3
- "version": "0.15.2-next.3+105fc37",
3
+ "version": "0.15.2-next.7+858a8ea",
4
4
  "description": "OpenID 4 Verifiable Credential Issuance Common Types",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "105fc375619ca333b51de090c5799e7c09ee1270"
52
+ "gitHead": "858a8ead3fd5ce7fdc32f2825ac057ceda4053f9"
53
53
  }