@copilotkit/react-ui 1.50.0-beta.14 → 1.50.0-beta.16
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 +26 -0
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.16
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Minor fixes and stability improvements
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.16
|
|
13
|
+
- @copilotkit/react-core@1.50.0-beta.16
|
|
14
|
+
- @copilotkit/shared@1.50.0-beta.16
|
|
15
|
+
|
|
16
|
+
## 1.50.0-beta.15
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- Lint and format code to resolve Prettier errors
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.15
|
|
26
|
+
- @copilotkit/react-core@1.50.0-beta.15
|
|
27
|
+
- @copilotkit/shared@1.50.0-beta.15
|
|
28
|
+
|
|
3
29
|
## 1.50.0-beta.14
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "./chunk-EFZPSZWO.mjs";
|
|
3
|
-
import "./chunk-IU3WTXLQ.mjs";
|
|
4
3
|
import "./chunk-MMVDU6DF.mjs";
|
|
5
4
|
import "./chunk-SC6JRFAJ.mjs";
|
|
6
5
|
import "./chunk-WB3YULQ4.mjs";
|
|
@@ -58,6 +57,7 @@ import {
|
|
|
58
57
|
useChatContext
|
|
59
58
|
} from "./chunk-IEMQ2SQW.mjs";
|
|
60
59
|
import "./chunk-XWG3L6QC.mjs";
|
|
60
|
+
import "./chunk-IU3WTXLQ.mjs";
|
|
61
61
|
import "./chunk-T26KLXLH.mjs";
|
|
62
62
|
import {
|
|
63
63
|
useCopilotChatSuggestions
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.50.0-beta.
|
|
12
|
+
"version": "1.50.0-beta.16",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"rehype-raw": "^7.0.0",
|
|
53
53
|
"remark-gfm": "^4.0.1",
|
|
54
54
|
"remark-math": "^6.0.0",
|
|
55
|
-
"@copilotkit/
|
|
56
|
-
"@copilotkit/shared": "1.50.0-beta.
|
|
57
|
-
"@copilotkit/
|
|
55
|
+
"@copilotkit/react-core": "1.50.0-beta.16",
|
|
56
|
+
"@copilotkit/shared": "1.50.0-beta.16",
|
|
57
|
+
"@copilotkit/runtime-client-gql": "1.50.0-beta.16"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
60
60
|
"copilotkit",
|