podverse-shared
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,2 +5,4 @@ export declare type NowPlayingItem = { | ||
clipId?: string; | ||
clipIsOfficialChapter?: boolean; | ||
clipIsOfficialSoundBite?: boolean; | ||
clipStartTime?: number; | ||
@@ -37,2 +39,4 @@ clipTitle?: string; | ||
clipId: any; | ||
clipIsOfficialChapter: any; | ||
clipIsOfficialSoundBite: any; | ||
clipStartTime: any; | ||
@@ -106,2 +110,4 @@ clipTitle: any; | ||
id: string | undefined; | ||
isOfficialChapter: boolean | undefined; | ||
isOfficialSoundBite: boolean | undefined; | ||
isPublic: boolean | undefined; | ||
@@ -108,0 +114,0 @@ startTime: number | undefined; |
@@ -17,2 +17,4 @@ "use strict"; | ||
clipId: item.clipId, | ||
clipIsOfficialChapter: item.clipIsOfficialChapter, | ||
clipIsOfficialSoundBite: item.clipIsOfficialSoundBite, | ||
clipStartTime: item.clipStartTime, | ||
@@ -74,2 +76,4 @@ clipTitle: item.clipTitle, | ||
id: item.clipId, | ||
isOfficialChapter: item.clipIsOfficialChapter, | ||
isOfficialSoundBite: item.clipIsOfficialSoundBite, | ||
isPublic: item.isPublic, | ||
@@ -161,2 +165,4 @@ startTime: item.clipStartTime, | ||
nowPlayingItem.clipId = data.id; | ||
nowPlayingItem.clipIsOfficialChapter = data.isOfficialChapter; | ||
nowPlayingItem.clipIsOfficialSoundBite = data.isOfficialSoundBite; | ||
nowPlayingItem.clipStartTime = data.startTime; | ||
@@ -163,0 +169,0 @@ nowPlayingItem.clipTitle = data.title; |
{ | ||
"name": "podverse-shared", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
52577
428