@copilotkit/react-core 1.3.11-mme-fix-duplicate-messages.0 → 1.3.11
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/CHANGELOG.md +11 -0
- package/dist/hooks/index.mjs +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 08e8956: Fix duplicate messages
|
|
8
|
+
- Fix duplicate messages
|
|
9
|
+
- Updated dependencies [08e8956]
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @copilotkit/runtime-client-gql@1.3.11
|
|
12
|
+
- @copilotkit/shared@1.3.11
|
|
13
|
+
|
|
3
14
|
## 1.3.11-mme-fix-duplicate-messages.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
import "../chunk-BWYAGPEF.mjs";
|
|
2
|
-
import {
|
|
3
|
-
useCoAgent
|
|
4
|
-
} from "../chunk-3MDMBUBP.mjs";
|
|
5
2
|
import {
|
|
6
3
|
useCopilotAction
|
|
7
4
|
} from "../chunk-RYDEG77L.mjs";
|
|
8
|
-
import {
|
|
9
|
-
useCopilotChat
|
|
10
|
-
} from "../chunk-OFG2PW2E.mjs";
|
|
11
5
|
import {
|
|
12
6
|
useCopilotReadable
|
|
13
7
|
} from "../chunk-ANOG3W5S.mjs";
|
|
14
8
|
import {
|
|
15
9
|
useMakeCopilotDocumentReadable
|
|
16
10
|
} from "../chunk-TRXKPXDE.mjs";
|
|
11
|
+
import {
|
|
12
|
+
useCoAgentStateRender
|
|
13
|
+
} from "../chunk-CQ23Q555.mjs";
|
|
14
|
+
import {
|
|
15
|
+
useCoAgent
|
|
16
|
+
} from "../chunk-3MDMBUBP.mjs";
|
|
17
|
+
import {
|
|
18
|
+
useCopilotChat
|
|
19
|
+
} from "../chunk-OFG2PW2E.mjs";
|
|
17
20
|
import "../chunk-JD7BAH7U.mjs";
|
|
18
21
|
import "../chunk-SPCZTZCY.mjs";
|
|
19
22
|
import "../chunk-6YEMNWKE.mjs";
|
|
@@ -23,9 +26,6 @@ import "../chunk-6U3UH3KO.mjs";
|
|
|
23
26
|
import "../chunk-YPSGKPDA.mjs";
|
|
24
27
|
import "../chunk-DCTJZ742.mjs";
|
|
25
28
|
import "../chunk-AKQVU52J.mjs";
|
|
26
|
-
import {
|
|
27
|
-
useCoAgentStateRender
|
|
28
|
-
} from "../chunk-CQ23Q555.mjs";
|
|
29
29
|
import "../chunk-2MPUQRAY.mjs";
|
|
30
30
|
import "../chunk-SKC7AJIV.mjs";
|
|
31
31
|
export {
|
package/dist/index.mjs
CHANGED
|
@@ -9,21 +9,24 @@ import {
|
|
|
9
9
|
CopilotTask
|
|
10
10
|
} from "./chunk-7DFHFZJT.mjs";
|
|
11
11
|
import "./chunk-BWYAGPEF.mjs";
|
|
12
|
-
import {
|
|
13
|
-
useCoAgent
|
|
14
|
-
} from "./chunk-3MDMBUBP.mjs";
|
|
15
12
|
import {
|
|
16
13
|
useCopilotAction
|
|
17
14
|
} from "./chunk-RYDEG77L.mjs";
|
|
18
|
-
import {
|
|
19
|
-
useCopilotChat
|
|
20
|
-
} from "./chunk-OFG2PW2E.mjs";
|
|
21
15
|
import {
|
|
22
16
|
useCopilotReadable
|
|
23
17
|
} from "./chunk-ANOG3W5S.mjs";
|
|
24
18
|
import {
|
|
25
19
|
useMakeCopilotDocumentReadable
|
|
26
20
|
} from "./chunk-TRXKPXDE.mjs";
|
|
21
|
+
import {
|
|
22
|
+
useCoAgentStateRender
|
|
23
|
+
} from "./chunk-CQ23Q555.mjs";
|
|
24
|
+
import {
|
|
25
|
+
useCoAgent
|
|
26
|
+
} from "./chunk-3MDMBUBP.mjs";
|
|
27
|
+
import {
|
|
28
|
+
useCopilotChat
|
|
29
|
+
} from "./chunk-OFG2PW2E.mjs";
|
|
27
30
|
import "./chunk-JD7BAH7U.mjs";
|
|
28
31
|
import "./chunk-SPCZTZCY.mjs";
|
|
29
32
|
import {
|
|
@@ -39,9 +42,6 @@ import {
|
|
|
39
42
|
useCopilotMessagesContext
|
|
40
43
|
} from "./chunk-DCTJZ742.mjs";
|
|
41
44
|
import "./chunk-AKQVU52J.mjs";
|
|
42
|
-
import {
|
|
43
|
-
useCoAgentStateRender
|
|
44
|
-
} from "./chunk-CQ23Q555.mjs";
|
|
45
45
|
import {
|
|
46
46
|
CopilotContext,
|
|
47
47
|
useCopilotContext
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.3.11
|
|
12
|
+
"version": "1.3.11",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"tsup": "^6.7.0",
|
|
37
37
|
"typescript": "^5.2.3",
|
|
38
38
|
"@types/react-dom": "^18.2.4",
|
|
39
|
-
"eslint-config-custom": "1.3.11
|
|
40
|
-
"tsconfig": "1.3.11
|
|
39
|
+
"eslint-config-custom": "1.3.11",
|
|
40
|
+
"tsconfig": "1.3.11"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@scarf/scarf": "^1.3.0",
|
|
44
44
|
"untruncate-json": "^0.0.1",
|
|
45
|
-
"@copilotkit/runtime-client-gql": "1.3.11
|
|
46
|
-
"@copilotkit/shared": "1.3.11
|
|
45
|
+
"@copilotkit/runtime-client-gql": "1.3.11",
|
|
46
|
+
"@copilotkit/shared": "1.3.11"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"copilotkit",
|