@sphereon/ssi-sdk-ext.identifier-resolution 0.28.1-feature.jose.vcdm.25 → 0.28.1-feature.jose.vcdm.28

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
@@ -11353,6 +11353,8 @@ async function getManagedDidIdentifier(opts, context) {
11353
11353
  const keys = identifier?.keys;
11354
11354
  const extendedKey = await getFirstKeyWithRelation({
11355
11355
  ...opts,
11356
+ // Make sure we use offline mode if no pref was supplied. We are looking for managed DIDs after all. Could be it is not published yet
11357
+ offlineWhenNoDIDRegistered: opts.offlineWhenNoDIDRegistered ?? true,
11356
11358
  identifier,
11357
11359
  vmRelationship: opts.vmRelationship ?? "verificationMethod"
11358
11360
  }, context);