diff --git a/package-lock.json b/package-lock.json index bf49727..c1fe777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.19.1", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.19.1", + "version": "0.20.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index b2f528f..b94596e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.19.1", + "version": "0.20.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { diff --git a/src/animal-quest.ts b/src/animal-quest.ts index 2a4357d..cb9ce4e 100644 --- a/src/animal-quest.ts +++ b/src/animal-quest.ts @@ -356,6 +356,23 @@ const animalQuest: Readonly = [ related: [], }, }, + { + video: { + id: 1935840442, + start: "00h00m00s", + }, + edition: "Marmoset Edition", + description: + "Meet the marmosets at Alveus, Momo and Appa, in this Animal Quest episode. Learn about the history and diet of marmosets, why deforestation is such a threat to them and our planet, the dangers of palm oil production and the exotic pet trade.", + broadcast: new Date("2023-09-26"), + host: "maya", + length: 2 * 60 * 60 + 25 * 60 + 31, // 00:00:00 - 02:25:31 + prezi: "MiQTpWL5gCQJpei9Yosz", + ambassadors: { + featured: ["momo", "appa"], + related: [], + }, + }, ] as const; export type AnimalQuestWithEpisode = AnimalQuest & {