|
1 | 1 | { |
2 | 2 | "name": "flowise", |
3 | | - "version": "2.1.4", |
| 3 | + "version": "3.0.10", |
4 | 4 | "description": "Flowiseai Server", |
5 | 5 | "main": "dist/index", |
6 | 6 | "types": "dist/index.d.ts", |
|
26 | 26 | "nuke": "rimraf dist node_modules .turbo", |
27 | 27 | "start:windows": "cd bin && run start", |
28 | 28 | "start:default": "cd bin && ./run start", |
29 | | - "dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"", |
| 29 | + "dev": "nodemon", |
30 | 30 | "oclif-dev": "run-script-os", |
31 | 31 | "oclif-dev:windows": "cd bin && dev start", |
32 | 32 | "oclif-dev:default": "cd bin && ./dev start", |
|
35 | 35 | "typeorm": "typeorm-ts-node-commonjs", |
36 | 36 | "typeorm:migration-generate": "pnpm typeorm migration:generate -d ./src/utils/typeormDataSource.ts", |
37 | 37 | "typeorm:migration-run": "pnpm typeorm migration:run -d ./src/utils/typeormDataSource.ts", |
| 38 | + "typeorm:migration-revert": "pnpm typeorm migration:revert -d ./src/utils/typeormDataSource.ts", |
38 | 39 | "watch": "tsc --watch", |
39 | 40 | "version": "oclif readme && git add README.md", |
40 | 41 | "cypress:open": "cypress open", |
41 | 42 | "cypress:run": "cypress run", |
42 | 43 | "e2e": "start-server-and-test dev http://localhost:3000 cypress:run", |
43 | 44 | "cypress:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https-get://localhost:3000 cypress:run", |
44 | | - "test": "jest" |
| 45 | + "test": "jest --runInBand --detectOpenHandles --forceExit" |
45 | 46 | }, |
46 | 47 | "keywords": [], |
47 | 48 | "homepage": "https://flowiseai.com", |
|
54 | 55 | }, |
55 | 56 | "license": "SEE LICENSE IN LICENSE.md", |
56 | 57 | "dependencies": { |
57 | | - "@oclif/core": "^1.13.10", |
58 | | - "@types/lodash": "^4.14.202", |
| 58 | + "@oclif/core": "4.0.7", |
| 59 | + "@types/lodash": "^4.17.20", |
59 | 60 | "@types/uuid": "^9.0.7", |
60 | 61 | "async-mutex": "^0.4.0", |
61 | | - "axios": "^1.8.2", |
| 62 | + "axios": "1.12.0", |
62 | 63 | "content-disposition": "0.5.4", |
63 | 64 | "cors": "^2.8.5", |
64 | 65 | "crypto-js": "^4.1.1", |
65 | 66 | "dotenv": "^16.0.0", |
66 | 67 | "express": "^4.17.3", |
67 | 68 | "express-basic-auth": "^1.2.1", |
68 | 69 | "express-rate-limit": "^6.9.0", |
69 | | - "flowise-components": "^2.1.4", |
| 70 | + "flowise-components": "^3.0.8", |
70 | 71 | "flowise-ui": "workspace:^", |
71 | 72 | "http-errors": "^2.0.0", |
72 | 73 | "http-status-codes": "^2.3.0", |
| 74 | + "@langchain/core": "^0.2.0", |
| 75 | + "@langchain/langgraph": "^0.0.15", |
73 | 76 | "langchainhub": "^0.0.11", |
74 | 77 | "lodash": "^4.17.21", |
75 | 78 | "moment": "^2.29.3", |
76 | 79 | "moment-timezone": "^0.5.34", |
77 | 80 | "multer": "^1.4.5-lts.1", |
78 | | - "mysql2": "^3.9.2", |
| 81 | + "mysql2": "^3.11.3", |
79 | 82 | "form-data": "^4.0.0", |
80 | | - "openai": "^4.57.3", |
| 83 | + "openai": "^4.96.0", |
81 | 84 | "pg": "^8.11.1", |
82 | 85 | "posthog-node": "^3.5.0", |
83 | 86 | "reflect-metadata": "^0.1.13", |
|
93 | 96 | "devDependencies": { |
94 | 97 | "@types/content-disposition": "0.5.8", |
95 | 98 | "@types/cors": "^2.8.12", |
| 99 | + "@types/express": "^4.17.17", |
96 | 100 | "@types/crypto-js": "^4.1.1", |
97 | 101 | "@types/multer": "^1.4.7", |
98 | 102 | "@types/sanitize-html": "^2.9.5", |
99 | 103 | "concurrently": "^7.1.0", |
100 | 104 | "cypress": "^13.13.0", |
101 | 105 | "nodemon": "^2.0.22", |
102 | | - "oclif": "^3", |
| 106 | + "oclif": "^4.20.5", |
103 | 107 | "rimraf": "^5.0.5", |
104 | 108 | "run-script-os": "^1.1.6", |
105 | 109 | "shx": "^0.3.3", |
|
0 commit comments