@churchapps/content-providers 0.1.6 → 0.1.7

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.d.cts CHANGED
@@ -575,6 +575,7 @@ declare class BibleProjectProvider implements IProvider {
575
575
  readonly logos: ProviderLogos;
576
576
  readonly config: ContentProviderConfig;
577
577
  private data;
578
+ private getMuxThumbnail;
578
579
  readonly requiresAuth = false;
579
580
  readonly authTypes: AuthType[];
580
581
  readonly capabilities: ProviderCapabilities;
package/dist/index.d.ts CHANGED
@@ -575,6 +575,7 @@ declare class BibleProjectProvider implements IProvider {
575
575
  readonly logos: ProviderLogos;
576
576
  readonly config: ContentProviderConfig;
577
577
  private data;
578
+ private getMuxThumbnail;
578
579
  readonly requiresAuth = false;
579
580
  readonly authTypes: AuthType[];
580
581
  readonly capabilities: ProviderCapabilities;