@sphereon/ssi-sdk.oid4vci-holder 0.36.1-feature.SSISDK.82.and.SSISDK.70.35 → 0.36.1-feature.SSISDK.82.and.SSISDK.70.37

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.js CHANGED
@@ -2582,6 +2582,9 @@ var OID4VCIHolder = class _OID4VCIHolder {
2582
2582
  format: issuanceOpt.format,
2583
2583
  // TODO: We need to update the machine and add notifications support for actual deferred credentials instead of just waiting/retrying
2584
2584
  deferredCredentialAwait: true,
2585
+ ...issuanceOpt.id && typeof issuanceOpt.id === "string" ? {
2586
+ credentialConfigurationId: issuanceOpt.id
2587
+ } : void 0,
2585
2588
  ...!jwk && {
2586
2589
  kid
2587
2590
  },