@sphereon/oid4vci-client 0.16.1-next.50 → 0.16.1-next.66

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.
@@ -156,7 +156,7 @@ export class AccessTokenClient {
156
156
 
157
157
  return request as AccessTokenRequest;
158
158
  }
159
-
159
+
160
160
  throw new Error('Credential offer request follows neither pre-authorized code nor authorization code flow requirements.');
161
161
  }
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/oid4vci-client",
3
- "version": "0.16.1-next.50+5ea7ad2",
3
+ "version": "0.16.1-next.66+f4f0362",
4
4
  "description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -15,8 +15,8 @@
15
15
  "build": "tsc"
16
16
  },
17
17
  "dependencies": {
18
- "@sphereon/oid4vc-common": "0.16.1-next.50+5ea7ad2",
19
- "@sphereon/oid4vci-common": "0.16.1-next.50+5ea7ad2",
18
+ "@sphereon/oid4vc-common": "0.16.1-next.66+f4f0362",
19
+ "@sphereon/oid4vci-common": "0.16.1-next.66+f4f0362",
20
20
  "@sphereon/ssi-types": "0.29.1-unstable.208",
21
21
  "cross-fetch": "^3.1.8",
22
22
  "debug": "^4.3.5"
@@ -70,5 +70,5 @@
70
70
  "OIDC4VCI",
71
71
  "OID4VCI"
72
72
  ],
73
- "gitHead": "5ea7ad2b66385f5de13f79e0fee138f2c68e0cab"
73
+ "gitHead": "f4f0362304526923e3f530bb9cb57782e30da377"
74
74
  }