@copilotkit/react-core 1.5.19-next.1 → 1.5.19
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/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.5.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0dd1ab9: - fix(errors): allow non copilotkit errors to pass to consumer app error boundary
|
|
8
|
+
- 5bc68f8: - fix(actions): warn on action duplication
|
|
9
|
+
- fix(actions): warn on coagent state render duplication
|
|
10
|
+
- Updated dependencies [0dd1ab9]
|
|
11
|
+
- @copilotkit/shared@1.5.19
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.5.19
|
|
13
|
+
|
|
3
14
|
## 1.5.19-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.5.19
|
|
12
|
+
"version": "1.5.19",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@scarf/scarf": "^1.3.0",
|
|
44
44
|
"react-markdown": "^8.0.7",
|
|
45
45
|
"untruncate-json": "^0.0.1",
|
|
46
|
-
"@copilotkit/runtime-client-gql": "1.5.19
|
|
47
|
-
"@copilotkit/shared": "1.5.19
|
|
46
|
+
"@copilotkit/runtime-client-gql": "1.5.19",
|
|
47
|
+
"@copilotkit/shared": "1.5.19"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"copilotkit",
|