diff --git a/package-lock.json b/package-lock.json index 7c8b8ca..36d88b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.22.0", + "version": "0.23.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index 90afae5..79e2bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.22.0", + "version": "0.23.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { diff --git a/src/animal-quest.ts b/src/animal-quest.ts index d3751ee..c5f0925 100644 --- a/src/animal-quest.ts +++ b/src/animal-quest.ts @@ -373,6 +373,23 @@ const animalQuest: Readonly = [ related: [], }, }, + { + video: { + id: 1964315303, + start: "00h00m00s", + }, + edition: "Scorpion Edition", + description: + "Learn about Puppy and Tortellini, Alveus' Emperor scorpions, the natural history of scorpions including their venom, the biodiversity of scorpions, how they've adapted to their environment, and what we can do to help all invertebrates.", + broadcast: new Date("2023-10-30"), + host: "maya", + length: 60 * 60 + 25 * 60 + 50, // 00:00:00 - 01:25:50 + prezi: "1fJkJdqGVN2mk4Ph46kZ", + ambassadors: { + featured: ["puppy", "tortellini"], + related: [], + }, + }, ] as const; export type AnimalQuestWithEpisode = AnimalQuest & {