podverse-shared
Advanced tools
Comparing version 4.15.1 to 4.15.2
@@ -14,3 +14,3 @@ export { extractSelectedEnclosureSourceAndContentType } from './alternateEnclosures'; | ||
export { Playlist, combineAndSortPlaylistItems } from './Playlist'; | ||
export { Podcast, PodcastMedium } from './Podcast'; | ||
export { Podcast, PodcastMedium, podcastItunesTypeDefaultValue } from './Podcast'; | ||
export { SatoshiStreamStats, SatoshiStreamStatsPodcast } from './satoshiStream'; | ||
@@ -17,0 +17,0 @@ export { getSeasonOrSerialEpisodesData } from './seasons'; |
@@ -41,2 +41,4 @@ "use strict"; | ||
Object.defineProperty(exports, "combineAndSortPlaylistItems", { enumerable: true, get: function () { return Playlist_1.combineAndSortPlaylistItems; } }); | ||
var Podcast_1 = require("./Podcast"); | ||
Object.defineProperty(exports, "podcastItunesTypeDefaultValue", { enumerable: true, get: function () { return Podcast_1.podcastItunesTypeDefaultValue; } }); | ||
var seasons_1 = require("./seasons"); | ||
@@ -43,0 +45,0 @@ Object.defineProperty(exports, "getSeasonOrSerialEpisodesData", { enumerable: true, get: function () { return seasons_1.getSeasonOrSerialEpisodesData; } }); |
@@ -42,1 +42,2 @@ import { Author, Category, FeedUrl, Funding, ValueTagExtended } from "."; | ||
export declare type PodcastMedium = 'podcast' | 'music' | 'video' | 'film' | 'audiobook' | 'newsletter' | 'blog' | 'music-video' | 'mixed'; | ||
export declare const podcastItunesTypeDefaultValue = "episodic"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.podcastItunesTypeDefaultValue = void 0; | ||
exports.podcastItunesTypeDefaultValue = 'episodic'; |
{ | ||
"name": "podverse-shared", | ||
"version": "4.15.1", | ||
"version": "4.15.2", | ||
"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
143909
2391