@sphereon/ssi-sdk.oid4vci-holder 0.34.1-feature.SSISDK.62.225 → 0.34.1-feature.SSISDK.62.226

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
@@ -1812,9 +1812,6 @@ var getCredentialConfigsSupportedBySingleTypeOrId = /* @__PURE__ */ __name(async
1812
1812
  }
1813
1813
  __name(createIdFromTypes, "createIdFromTypes");
1814
1814
  if (configurationId) {
1815
- if (!format) {
1816
- return Promise.reject(Error("format parameter missing from input"));
1817
- }
1818
1815
  const allSupported2 = client.getCredentialsSupported(format);
1819
1816
  return Object.fromEntries(Object.entries(allSupported2).filter(([id, supported]) => id === configurationId || supported.id === configurationId || createIdFromTypes(supported) === configurationId));
1820
1817
  }