Skip to content

Commit

Permalink
Add the scorpions' animal quest episode
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Oct 30, 2023
1 parent b28015a commit 8c0dceb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,23 @@ const animalQuest: Readonly<AnimalQuest[]> = [
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 & {
Expand Down

0 comments on commit 8c0dceb

Please sign in to comment.