podverse-shared
Advanced tools
Comparing version 1.0.17 to 1.0.18
export { cleanNowPlayingItem, convertNowPlayingItemToEpisode, convertNowPlayingItemToMediaRef, convertNowPlayingItemClipToNowPlayingItemEpisode, convertToNowPlayingItem, NowPlayingItem } from './nowPlayingItem'; | ||
export { SatoshiStreamStats, SatoshiStreamStatsPodcast } from './satoshiStream'; | ||
export { ValueRecipient, ValueTag, ValueTransaction } from './valueTag'; | ||
export { ValueRecipient, ValueRecipientNormalized, ValueTag, ValueTransaction } from './valueTag'; |
@@ -10,2 +10,11 @@ import { SatoshiStreamStats } from './satoshiStream'; | ||
address: string; | ||
customKey?: string; | ||
customValue?: unknown; | ||
fee?: boolean | null; | ||
name?: string; | ||
split: number; | ||
type: string; | ||
}; | ||
export declare type ValueRecipientNormalized = { | ||
address: string; | ||
amount?: number; | ||
@@ -12,0 +21,0 @@ customKey?: string; |
{ | ||
"name": "podverse-shared", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"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
56789
525