From 9c127fe729acdf7fd22e6e684e9a31ea96b77343 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Tue, 11 Apr 2023 20:07:26 +0800 Subject: [PATCH] Update packages, README Sync packages to latest commits. Add README for setting up monorepo. --- README.md | 8 ++++++++ packages/core | 2 +- packages/web-api | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7ee7f8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# webvideo-transcript-summary + +Get transcript summaries of Web videos. + +## Setup + +Make sure to pull every submodule. As soon as submodules are initialized, refer to each of their README files for +individual setup. diff --git a/packages/core b/packages/core index 9252b03..6d6a132 160000 --- a/packages/core +++ b/packages/core @@ -1 +1 @@ -Subproject commit 9252b037ca0eeb98f364ec2e7830f38276a71456 +Subproject commit 6d6a1327083c4f13135a288317897ac18bef177d diff --git a/packages/web-api b/packages/web-api index 17052a8..efc1c43 160000 --- a/packages/web-api +++ b/packages/web-api @@ -1 +1 @@ -Subproject commit 17052a87526500067578a33730b91e2bab9589df +Subproject commit efc1c43db607fb0c2e1c0ddca3f1140823330872