Skip to content

Commit

Permalink
Add the scorpions' animal quest episode (#43)
Browse files Browse the repository at this point in the history
* Add the scorpions' animal quest episode

* Fix installation guide in README
  • Loading branch information
MattIPv4 authored Oct 30, 2023
1 parent b28015a commit 9d42641
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pull request.

Once the pull request is merged, update the GitHub-based dependency in the website and extension:

- Website: `cd apps/website && pnpm add github:alveusgg/data#<version>`
- Website: `cd apps/website && pnpm remove @alveusgg/data && pnpm add github:alveusgg/data#<version>`
- Extension: `npm install github:alveusgg/data#<version>`
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 9d42641

Please sign in to comment.