@sphereon/oid4vci-client 0.10.2-next.3 → 0.10.2

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.
@@ -153,7 +153,7 @@ describe('sd-jwt vc', () => {
153
153
 
154
154
  expect(credentials).toEqual({
155
155
  c_nonce: 'new-c-nonce',
156
- c_nonce_expires_in: 300000,
156
+ c_nonce_expires_in: 300,
157
157
  credential: 'sd-jwt',
158
158
  format: 'vc+sd-jwt',
159
159
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/oid4vci-client",
3
- "version": "0.10.2-next.3+1919f50",
3
+ "version": "0.10.2",
4
4
  "description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "build": "tsc"
16
16
  },
17
17
  "dependencies": {
18
- "@sphereon/oid4vci-common": "0.10.2-next.3+1919f50",
18
+ "@sphereon/oid4vci-common": "0.10.1",
19
19
  "@sphereon/ssi-types": "^0.18.1",
20
20
  "cross-fetch": "^3.1.8",
21
21
  "debug": "^4.3.4"
@@ -69,5 +69,5 @@
69
69
  "OIDC4VCI",
70
70
  "OID4VCI"
71
71
  ],
72
- "gitHead": "1919f50945645e24a97df34d8e8077c15d54d92d"
72
+ "gitHead": "80fe8f1fd00bd1232be9557deb1ef2b55028d70a"
73
73
  }