Skip to content

Commit

Permalink
updated youtube transcript video package
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed May 15, 2024
1 parent c26abf8 commit 4c767cd
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 24 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mendable/data-connectors",
"version": "0.0.49-beta.6",
"version": "0.0.50",
"description": "Data connectors for LLMs. Made by Mendable.ai",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -46,6 +46,7 @@
"@babel/preset-typescript": "^7.23.3",
"@types/dotenv": "^8.2.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.11",
"@types/pdf-parse": "^1.1.4",
"@types/xml2js": "^0.4.14",
Expand Down Expand Up @@ -74,6 +75,7 @@
"form-data": "^4.0.0",
"glob": "^10.3.10",
"googleapis": "^131.0.0",
"he": "^1.2.0",
"jira.js": "^3.0.2",
"mammoth": "^1.6.0",
"node-html-parser": "^6.1.12",
Expand All @@ -87,7 +89,7 @@
"turndown": "^7.1.3",
"xlsx": "^0.18.5",
"xml2js": "^0.6.2",
"youtube-transcript": "^1.0.6"
"youtube-transcript": "^1.2.1"
},
"nodemonConfig": {
"ignore": [
Expand Down
Loading

0 comments on commit 4c767cd

Please sign in to comment.