@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.cjs CHANGED
@@ -1892,9 +1892,6 @@ var getCredentialConfigsSupportedBySingleTypeOrId = /* @__PURE__ */ __name(async
1892
1892
  }
1893
1893
  __name(createIdFromTypes, "createIdFromTypes");
1894
1894
  if (configurationId) {
1895
- if (!format) {
1896
- return Promise.reject(Error("format parameter missing from input"));
1897
- }
1898
1895
  const allSupported2 = client.getCredentialsSupported(format);
1899
1896
  return Object.fromEntries(Object.entries(allSupported2).filter(([id, supported]) => id === configurationId || supported.id === configurationId || createIdFromTypes(supported) === configurationId));
1900
1897
  }