Skip to content

Commit

Permalink
Add the isopods' animal quest episode
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Aug 31, 2023
1 parent 4e351fc commit 92eb0c9
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.18.2",
"version": "0.19.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 @@ -339,6 +339,23 @@ const animalQuest: Readonly<AnimalQuest[]> = [
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 & {
Expand Down

0 comments on commit 92eb0c9

Please sign in to comment.