mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
dev build with new epub2 build target and remove patch work (#4694)
This commit is contained in:
2
.github/workflows/dev-build.yaml
vendored
2
.github/workflows/dev-build.yaml
vendored
@@ -6,7 +6,7 @@ concurrency:
|
||||
|
||||
on:
|
||||
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:
|
||||
- '**.md'
|
||||
- 'cloud-deployments/*'
|
||||
|
||||
@@ -1 +1 @@
|
||||
v18.13.0
|
||||
v18.18.0
|
||||
@@ -12,8 +12,7 @@
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development nodemon --ignore hotdir --ignore storage --trace-warnings index.js",
|
||||
"start": "cross-env NODE_ENV=production node index.js",
|
||||
"lint": "yarn prettier --ignore-path ../.prettierignore --write ./processSingleFile ./processLink ./utils index.js",
|
||||
"postinstall": "patch-package"
|
||||
"lint": "yarn prettier --ignore-path ../.prettierignore --write ./processSingleFile ./processLink ./utils index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/community": "^0.2.23",
|
||||
@@ -22,7 +21,7 @@
|
||||
"body-parser": "^1.20.2",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"epub2": "^3.0.2",
|
||||
"epub2": "git+https://github.com/Mintplex-Labs/epub2-static.git#main",
|
||||
"express": "^4.18.2",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"html-to-text": "^9.0.5",
|
||||
@@ -37,9 +36,7 @@
|
||||
"node-xlsx": "^0.24.0",
|
||||
"officeparser": "^4.0.5",
|
||||
"openai": "4.95.1",
|
||||
"patch-package": "^8.0.1",
|
||||
"pdf-parse": "^1.1.1",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"puppeteer": "~21.5.2",
|
||||
"sharp": "^0.33.5",
|
||||
"slugify": "^1.6.6",
|
||||
|
||||
1699
collector/yarn.lock
1699
collector/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
v18.13.0
|
||||
v18.18.0
|
||||
@@ -1 +1 @@
|
||||
v18.13.0
|
||||
v18.18.0
|
||||
Reference in New Issue
Block a user