@copilotkit/react-core 1.3.11 → 1.3.12-feat-langgraph-cloud-release-alpha.0
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 +9 -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,14 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.3.12-feat-langgraph-cloud-release-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- alpha release langgraph cloud support
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/runtime-client-gql@1.3.12-feat-langgraph-cloud-release-alpha.0
|
|
10
|
+
- @copilotkit/shared@1.3.12-feat-langgraph-cloud-release-alpha.0
|
|
11
|
+
|
|
3
12
|
## 1.3.11
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
import "../chunk-BWYAGPEF.mjs";
|
|
2
|
+
import {
|
|
3
|
+
useCoAgent
|
|
4
|
+
} from "../chunk-3MDMBUBP.mjs";
|
|
2
5
|
import {
|
|
3
6
|
useCopilotAction
|
|
4
7
|
} from "../chunk-RYDEG77L.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useCopilotChat
|
|
10
|
+
} from "../chunk-OFG2PW2E.mjs";
|
|
5
11
|
import {
|
|
6
12
|
useCopilotReadable
|
|
7
13
|
} from "../chunk-ANOG3W5S.mjs";
|
|
8
14
|
import {
|
|
9
15
|
useMakeCopilotDocumentReadable
|
|
10
16
|
} 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";
|
|
20
17
|
import "../chunk-JD7BAH7U.mjs";
|
|
21
18
|
import "../chunk-SPCZTZCY.mjs";
|
|
22
19
|
import "../chunk-6YEMNWKE.mjs";
|
|
@@ -26,6 +23,9 @@ import "../chunk-6U3UH3KO.mjs";
|
|
|
26
23
|
import "../chunk-YPSGKPDA.mjs";
|
|
27
24
|
import "../chunk-DCTJZ742.mjs";
|
|
28
25
|
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,24 +9,21 @@ 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";
|
|
12
15
|
import {
|
|
13
16
|
useCopilotAction
|
|
14
17
|
} from "./chunk-RYDEG77L.mjs";
|
|
18
|
+
import {
|
|
19
|
+
useCopilotChat
|
|
20
|
+
} from "./chunk-OFG2PW2E.mjs";
|
|
15
21
|
import {
|
|
16
22
|
useCopilotReadable
|
|
17
23
|
} from "./chunk-ANOG3W5S.mjs";
|
|
18
24
|
import {
|
|
19
25
|
useMakeCopilotDocumentReadable
|
|
20
26
|
} 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";
|
|
30
27
|
import "./chunk-JD7BAH7U.mjs";
|
|
31
28
|
import "./chunk-SPCZTZCY.mjs";
|
|
32
29
|
import {
|
|
@@ -42,6 +39,9 @@ import {
|
|
|
42
39
|
useCopilotMessagesContext
|
|
43
40
|
} from "./chunk-DCTJZ742.mjs";
|
|
44
41
|
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.
|
|
12
|
+
"version": "1.3.12-feat-langgraph-cloud-release-alpha.0",
|
|
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.
|
|
40
|
-
"tsconfig": "1.3.
|
|
39
|
+
"eslint-config-custom": "1.3.12-feat-langgraph-cloud-release-alpha.0",
|
|
40
|
+
"tsconfig": "1.3.12-feat-langgraph-cloud-release-alpha.0"
|
|
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.
|
|
46
|
-
"@copilotkit/shared": "1.3.
|
|
45
|
+
"@copilotkit/runtime-client-gql": "1.3.12-feat-langgraph-cloud-release-alpha.0",
|
|
46
|
+
"@copilotkit/shared": "1.3.12-feat-langgraph-cloud-release-alpha.0"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"copilotkit",
|