@copilotkit/react-core 1.52.2-next.3 → 1.53.0-next.5
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 +20 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.53.0-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/runtime-client-gql@1.53.0-next.5
|
|
8
|
+
- @copilotkit/shared@1.53.0-next.5
|
|
9
|
+
- @copilotkitnext/core@1.53.0-next.5
|
|
10
|
+
- @copilotkitnext/react@1.53.0-next.5
|
|
11
|
+
|
|
12
|
+
## 1.52.2-next.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
|
|
17
|
+
- Adds an onError callback to CopilotChat and CopilotKitProvider
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.4
|
|
19
|
+
- @copilotkit/shared@1.52.2-next.4
|
|
20
|
+
- @copilotkitnext/core@1.52.2-next.4
|
|
21
|
+
- @copilotkitnext/react@1.52.2-next.4
|
|
22
|
+
|
|
3
23
|
## 1.52.2-next.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.
|
|
13
|
+
"version": "1.53.0-next.5",
|
|
14
14
|
"sideEffects": [
|
|
15
15
|
"**/*.css"
|
|
16
16
|
],
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@scarf/scarf": "^1.3.0",
|
|
60
60
|
"react-markdown": "^8.0.7",
|
|
61
61
|
"untruncate-json": "^0.0.1",
|
|
62
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
63
|
-
"@copilotkit/shared": "1.
|
|
64
|
-
"@copilotkitnext/core": "1.
|
|
65
|
-
"@copilotkitnext/react": "1.
|
|
62
|
+
"@copilotkit/runtime-client-gql": "1.53.0-next.5",
|
|
63
|
+
"@copilotkit/shared": "1.53.0-next.5",
|
|
64
|
+
"@copilotkitnext/core": "1.53.0-next.5",
|
|
65
|
+
"@copilotkitnext/react": "1.53.0-next.5"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"copilotkit",
|