@nocobase/plugin-ai 2.0.58 → 2.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/47.048a6ef8bf62c945.js +10 -0
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +19 -19
- package/dist/node_modules/@langchain/xai/dist/index.cjs +16 -2
- package/dist/node_modules/@langchain/xai/package.json +1 -1
- package/dist/node_modules/fast-glob/package.json +1 -1
- package/dist/node_modules/flexsearch/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/openai/package.json +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/llm-providers/provider.d.ts +2 -2
- package/package.json +7 -7
- package/dist/client/47.2fb813a37bb70c75.js +0 -10
package/dist/externalVersion.js
CHANGED
|
@@ -8,42 +8,42 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/plugin-acl": "2.0.
|
|
12
|
-
"@nocobase/plugin-workflow": "2.0.
|
|
13
|
-
"@nocobase/client": "2.0.
|
|
14
|
-
"@nocobase/utils": "2.0.
|
|
15
|
-
"@nocobase/database": "2.0.
|
|
16
|
-
"@nocobase/server": "2.0.
|
|
17
|
-
"@nocobase/plugin-file-manager": "2.0.
|
|
18
|
-
"@nocobase/actions": "2.0.
|
|
19
|
-
"@nocobase/ai": "2.0.
|
|
11
|
+
"@nocobase/plugin-acl": "2.0.60",
|
|
12
|
+
"@nocobase/plugin-workflow": "2.0.60",
|
|
13
|
+
"@nocobase/client": "2.0.60",
|
|
14
|
+
"@nocobase/utils": "2.0.60",
|
|
15
|
+
"@nocobase/database": "2.0.60",
|
|
16
|
+
"@nocobase/server": "2.0.60",
|
|
17
|
+
"@nocobase/plugin-file-manager": "2.0.60",
|
|
18
|
+
"@nocobase/actions": "2.0.60",
|
|
19
|
+
"@nocobase/ai": "2.0.60",
|
|
20
20
|
"react": "18.2.0",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
22
|
"@formily/core": "2.3.7",
|
|
23
23
|
"@formily/react": "2.3.7",
|
|
24
|
-
"@nocobase/flow-engine": "2.0.
|
|
24
|
+
"@nocobase/flow-engine": "2.0.60",
|
|
25
25
|
"@ant-design/icons": "5.6.1",
|
|
26
26
|
"@formily/antd-v5": "1.2.3",
|
|
27
27
|
"react-router-dom": "6.30.1",
|
|
28
28
|
"@formily/shared": "2.3.7",
|
|
29
29
|
"@formily/reactive": "2.3.7",
|
|
30
30
|
"lodash": "4.18.1",
|
|
31
|
-
"@langchain/core": "1.1.
|
|
32
|
-
"langchain": "1.2.
|
|
33
|
-
"@langchain/langgraph": "1.1.
|
|
34
|
-
"@nocobase/cache": "2.0.
|
|
31
|
+
"@langchain/core": "1.1.48",
|
|
32
|
+
"langchain": "1.2.39",
|
|
33
|
+
"@langchain/langgraph": "1.1.5",
|
|
34
|
+
"@nocobase/cache": "2.0.60",
|
|
35
35
|
"@langchain/anthropic": "1.3.17",
|
|
36
36
|
"axios": "1.7.7",
|
|
37
37
|
"@langchain/openai": "1.2.7",
|
|
38
38
|
"@langchain/deepseek": "1.0.11",
|
|
39
39
|
"@langchain/google-genai": "2.1.18",
|
|
40
|
-
"@langchain/ollama": "1.2.
|
|
41
|
-
"@nocobase/acl": "2.0.
|
|
42
|
-
"@nocobase/resourcer": "2.0.
|
|
40
|
+
"@langchain/ollama": "1.2.7",
|
|
41
|
+
"@nocobase/acl": "2.0.60",
|
|
42
|
+
"@nocobase/resourcer": "2.0.60",
|
|
43
43
|
"@emotion/css": "11.13.0",
|
|
44
44
|
"react-i18next": "11.18.6",
|
|
45
|
-
"@nocobase/plugin-data-source-manager": "2.0.
|
|
45
|
+
"@nocobase/plugin-data-source-manager": "2.0.60",
|
|
46
46
|
"ahooks": "3.7.8",
|
|
47
47
|
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
48
|
-
"@nocobase/data-source-manager": "2.0.
|
|
48
|
+
"@nocobase/data-source-manager": "2.0.60"
|
|
49
49
|
};
|