podverse-shared
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -90,2 +90,3 @@ export declare type NowPlayingItem = { | ||
podcast: { | ||
addByRSSPodcastFeedUrl: string | undefined; | ||
funding: string | undefined; | ||
@@ -115,2 +116,3 @@ hideDynamicAdsWarning: boolean | undefined; | ||
podcast: { | ||
addByRSSPodcastFeedUrl: string | undefined; | ||
funding: string | undefined; | ||
@@ -141,2 +143,3 @@ hideDynamicAdsWarning: boolean | undefined; | ||
export declare const convertNowPlayingItemClipToNowPlayingItemEpisode: (data: any, userPlaybackPosition?: number) => { | ||
addByRSSPodcastFeedUrl: any; | ||
episodeDescription: any; | ||
@@ -161,4 +164,3 @@ episodeDuration: any; | ||
userPlaybackPosition: number; | ||
addByRSSPodcastFeedUrl: any; | ||
}; | ||
export declare const convertToNowPlayingItem: (data: any, inheritedEpisode?: any, inheritedPodcast?: any, userPlaybackPosition?: number) => NowPlayingItem; |
@@ -37,2 +37,3 @@ "use strict"; | ||
podcast: { | ||
addByRSSPodcastFeedUrl: item.addByRSSPodcastFeedUrl, | ||
funding: item.podcastFunding, | ||
@@ -72,2 +73,3 @@ hideDynamicAdsWarning: item.podcastHideDynamicAdsWarning, | ||
return { | ||
addByRSSPodcastFeedUrl: data.addByRSSPodcastFeedUrl, | ||
episodeDescription: data.episodeDescription, | ||
@@ -91,4 +93,3 @@ episodeDuration: data.episodeDuration, | ||
podcastValue: data.podcastValue, | ||
userPlaybackPosition: userPlaybackPosition || 0, | ||
addByRSSPodcastFeedUrl: data.addByRSSPodcastFeedUrl | ||
userPlaybackPosition: userPlaybackPosition || 0 | ||
}; | ||
@@ -95,0 +96,0 @@ }; |
{ | ||
"name": "podverse-shared", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Helpers that are used across multiple Podverse modules", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54132
444