@sphereon/ssi-sdk.oid4vci-holder 0.36.1-feature.SSISDK.82.and.SSISDK.70.35 → 0.36.1-feature.integration.fides.100
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.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +24 -24
- package/src/agent/OID4VCIHolder.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -2662,6 +2662,9 @@ var OID4VCIHolder = class _OID4VCIHolder {
|
|
|
2662
2662
|
format: issuanceOpt.format,
|
|
2663
2663
|
// TODO: We need to update the machine and add notifications support for actual deferred credentials instead of just waiting/retrying
|
|
2664
2664
|
deferredCredentialAwait: true,
|
|
2665
|
+
...issuanceOpt.id && typeof issuanceOpt.id === "string" ? {
|
|
2666
|
+
credentialConfigurationId: issuanceOpt.id
|
|
2667
|
+
} : void 0,
|
|
2665
2668
|
...!jwk && {
|
|
2666
2669
|
kid
|
|
2667
2670
|
},
|