diff --git a/package-lock.json b/package-lock.json index e9d3e4a..fddab00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.18.2", + "version": "0.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.18.2", + "version": "0.19.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index 07375b8..84f771e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.18.2", + "version": "0.19.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { diff --git a/src/animal-quest.ts b/src/animal-quest.ts index 652755a..2a4357d 100644 --- a/src/animal-quest.ts +++ b/src/animal-quest.ts @@ -339,6 +339,23 @@ const animalQuest: Readonly = [ related: [], }, }, + { + video: { + id: 1913457644, + start: "00h10m30s", + }, + edition: "Isopod Edition", + description: + "Get to know all the isopods at Alveus, Marty our Zebra isopods and BB our Spanish Orange isopods. Learn about what isopods are, as well as why invertebrate conservation is so important for us and why we should care about them.", + broadcast: new Date("2023-08-31"), + host: "maya", + length: 60 * 60 + 10 * 60 + 50, // 00:10:30 - 01:21:20 + prezi: "8bVarKy0mKSvgdl9objv", + ambassadors: { + featured: ["marty", "bb"], + related: [], + }, + }, ] as const; export type AnimalQuestWithEpisode = AnimalQuest & {