@ai-group/chat-sdk 2.1.6 → 2.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-group/chat-sdk",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "private": false,
5
5
  "description": "面向 AI 中台平台的前端集成 SDK,支持 OAuth2 安全认证、聊天机器人、智能编辑器、多模态对话,适配 SaaS / 私有化双场景。",
6
6
  "main": "dist/cjs/index.js",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912",
56
56
  "dependencies": {
57
- "@ant-design/x": "^2.1.0",
58
- "@ant-design/x-markdown": "2.0.0",
57
+ "@ant-design/x": "^2.1.1",
58
+ "@ant-design/x-markdown": "^2.1.1",
59
59
  "@babel/runtime": "^7.28.4",
60
60
  "@codemirror/lang-json": "^6.0.2",
61
61
  "@codemirror/lang-markdown": "^6.5.0",
@@ -64,6 +64,7 @@
64
64
  "@emotion/css": "^11.13.5",
65
65
  "@emotion/react": "^11.14.0",
66
66
  "@microsoft/fetch-event-source": "^2.0.1",
67
+ "@types/react-syntax-highlighter": "^15.5.13",
67
68
  "@uiw/codemirror-theme-github": "^4.25.4",
68
69
  "@uiw/react-codemirror": "^4.25.4",
69
70
  "clsx": "^2.1.1",
@@ -73,6 +74,7 @@
73
74
  "markdown-it": "^14.1.0",
74
75
  "react-html-parser": "^2.0.2",
75
76
  "react-infinite-scroll-component": "^6.1.0",
77
+ "react-syntax-highlighter": "^16.1.0",
76
78
  "uuid": "^13.0.0"
77
79
  },
78
80
  "peerDependencies": {