dev build with new epub2 build target and remove patch work (#4694)

This commit is contained in:
Timothy Carambat
2025-11-26 17:36:34 -08:00
committed by GitHub
parent c0171ab15a
commit 155900eae7
6 changed files with 846 additions and 868 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on: on:
push: push:
branches: ['3906-global-default-system-prompt'] # put your current branch to create a build. Core team only. branches: ['4582-epub2-static-build'] # put your current branch to create a build. Core team only.
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'cloud-deployments/*' - 'cloud-deployments/*'

View File

@@ -1 +1 @@
v18.13.0 v18.18.0

View File

@@ -12,8 +12,7 @@
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development nodemon --ignore hotdir --ignore storage --trace-warnings index.js", "dev": "cross-env NODE_ENV=development nodemon --ignore hotdir --ignore storage --trace-warnings index.js",
"start": "cross-env NODE_ENV=production node index.js", "start": "cross-env NODE_ENV=production node index.js",
"lint": "yarn prettier --ignore-path ../.prettierignore --write ./processSingleFile ./processLink ./utils index.js", "lint": "yarn prettier --ignore-path ../.prettierignore --write ./processSingleFile ./processLink ./utils index.js"
"postinstall": "patch-package"
}, },
"dependencies": { "dependencies": {
"@langchain/community": "^0.2.23", "@langchain/community": "^0.2.23",
@@ -22,7 +21,7 @@
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"epub2": "^3.0.2", "epub2": "git+https://github.com/Mintplex-Labs/epub2-static.git#main",
"express": "^4.18.2", "express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
@@ -37,9 +36,7 @@
"node-xlsx": "^0.24.0", "node-xlsx": "^0.24.0",
"officeparser": "^4.0.5", "officeparser": "^4.0.5",
"openai": "4.95.1", "openai": "4.95.1",
"patch-package": "^8.0.1",
"pdf-parse": "^1.1.1", "pdf-parse": "^1.1.1",
"postinstall-postinstall": "^2.1.0",
"puppeteer": "~21.5.2", "puppeteer": "~21.5.2",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"slugify": "^1.6.6", "slugify": "^1.6.6",

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
v18.13.0 v18.18.0

View File

@@ -1 +1 @@
v18.13.0 v18.18.0