@mxmweb/rtext 1.1.38 → 1.1.42

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.
@@ -60,12 +60,12 @@ export declare const mockServerData: {
60
60
  feedbackResult: null;
61
61
  feedbackId: null;
62
62
  parsedFilePaths: null;
63
- recommendQuestion: null;
63
+ recommendQuestion: string;
64
64
  llmType: number;
65
65
  resultType: number;
66
66
  respTime: number;
67
+ databaseReference: string;
67
68
  tokens: number;
68
- databaseReference?: undefined;
69
69
  };
70
70
  } | {
71
71
  query: {
@@ -86,10 +86,10 @@ export declare const mockServerData: {
86
86
  reference: string;
87
87
  webReference: string;
88
88
  queryId: string;
89
- feedbackResult: number;
90
- feedbackId: number;
89
+ feedbackResult: null;
90
+ feedbackId: null;
91
91
  parsedFilePaths: null;
92
- recommendQuestion: string;
92
+ recommendQuestion: null;
93
93
  llmType: number;
94
94
  resultType: number;
95
95
  respTime: number;
@@ -114,15 +114,15 @@ export declare const mockServerData: {
114
114
  type: string;
115
115
  reference: string;
116
116
  webReference: string;
117
- databaseReference: string;
118
117
  queryId: string;
119
118
  feedbackResult: null;
120
119
  feedbackId: null;
121
120
  parsedFilePaths: null;
122
- recommendQuestion: null;
121
+ recommendQuestion: string;
123
122
  llmType: number;
124
123
  resultType: number;
125
124
  respTime: number;
125
+ databaseReference: null;
126
126
  tokens: number;
127
127
  };
128
128
  } | {
@@ -148,7 +148,7 @@ export declare const mockServerData: {
148
148
  feedbackResult: null;
149
149
  feedbackId: null;
150
150
  parsedFilePaths: null;
151
- recommendQuestion: string;
151
+ recommendQuestion: null;
152
152
  llmType: number;
153
153
  resultType: number;
154
154
  respTime: number;
package/package.json CHANGED
@@ -5,24 +5,21 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.1.38",
8
+ "version": "1.1.42",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {
12
- "test": "yarn link",
13
- "disconnect": "yarn unlink"
12
+ "npmpublish": "npm publish --access public"
14
13
  },
15
14
  "peerDependencies": {
16
- "@mxmweb/zui": "^1.1.13",
17
- "antd": "*",
15
+ "@mxmweb/zui": "^1.3.x",
16
+ "animejs": "^3",
17
+ "antd": "^5",
18
18
  "lucide-react": "*",
19
19
  "marked": "^15.0.12",
20
- "react": "^18.2.0",
21
- "react-dom": "^18.2.0",
22
- "slate": "^0.103.0",
23
- "slate-history": "0.109.0",
24
- "slate-hyperscript": "0.100.0",
25
- "slate-react": "^0.110.0",
20
+ "react": ">=18 <20",
21
+ "react-dom": ">=18 <20",
22
+ "styled-components": "^6",
26
23
  "uid": "*"
27
24
  },
28
25
  "exports": {