4.8.8 test fix (#2143)
* perf: transcriptions api * perf: variable picker tip * perf: variable picker tip * perf: chat select app * feat: router to app detail * perf: variable avoid space * perf: variable picker * perf: doc2x icon and params * perf: sandbox support countToken * feat: sandbox support delay and countToken
Showing
| ... | ... | @@ -11,7 +11,7 @@ |
| "jschardet": "3.1.1", | ||
| "nanoid": "^4.0.1", | ||
| "next": "14.2.5", | ||
| "openai": "4.28.0", | ||
| "openai": "4.53.0", | ||
| "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2" | ||
| }, | ||
| ... | ... |
| ... | ... | @@ -16,6 +16,7 @@ |
| "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | ||
| "file-type": "^19.0.0", | ||
| "form-data": "^4.0.0", | ||
| "iconv-lite": "^0.6.3", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "json5": "^2.2.3", | ||
| ... | ... |
| ... | ... | @@ -35,22 +35,22 @@ |
| "formidable": "^2.1.1", | ||
| "framer-motion": "9.1.7", | ||
| "hyperdown": "^2.4.29", | ||
| "i18next": "23.11.5", | ||
| "immer": "^9.0.19", | ||
| "js-yaml": "^4.1.0", | ||
| "json5": "^2.2.3", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.21", | ||
| "mermaid": "^10.2.3", | ||
| "nanoid": "^4.0.1", | ||
| "next": "14.2.5", | ||
| "json5": "^2.2.3", | ||
| "next-i18next": "15.3.0", | ||
| "nextjs-node-loader": "^1.1.5", | ||
| "nprogress": "^0.2.0", | ||
| "react": "18.3.1", | ||
| "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.3.1", | ||
| "react-hook-form": "7.43.1", | ||
| "i18next": "23.11.5", | ||
| "next-i18next": "15.3.0", | ||
| "react-i18next": "14.1.2", | ||
| "react-markdown": "^8.0.7", | ||
| "react-syntax-highlighter": "^15.5.0", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -25,7 +25,9 @@ |
| "@nestjs/platform-fastify": "^10.3.8", | ||
| "@nestjs/swagger": "^7.3.1", | ||
| "fastify": "^4.27.0", | ||
| "dayjs": "^1.11.7", | ||
| "isolated-vm": "^4.7.2", | ||
| "tiktoken": "^1.0.15", | ||
| "node-gyp": "^10.1.0", | ||
| "reflect-metadata": "^0.2.0", | ||
| "rxjs": "^7.8.1" | ||
| ... | ... |
projects/sandbox/src/sandbox/jsFn/delay.ts
0 → 100644
projects/sandbox/src/sandbox/utils.ts
0 → 100644
projects/sandbox/src/worker/runJs.ts
deleted
100644 → 0
projects/sandbox/src/worker/utils.ts
deleted
100644 → 0
Please
register
or
sign in
to comment