@copilotkit/react-core 1.50.1-next.2 → 1.50.1
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.50.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bdc7a8f: - fix: restore message callbacks
|
|
8
|
+
- 80dffec: Updated the default model and API version for the Google GenAI adapter
|
|
9
|
+
- cfa4185: - fix: fix stale state in handler
|
|
10
|
+
- eac8b20: - fix: use latest vnext
|
|
11
|
+
- Updated dependencies [80dffec]
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.50.1
|
|
13
|
+
- @copilotkit/shared@1.50.1
|
|
14
|
+
|
|
15
|
+
## 1.50.1-next.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- eac8b20: - fix: use latest vnext
|
|
20
|
+
- @copilotkit/runtime-client-gql@1.50.1-next.3
|
|
21
|
+
- @copilotkit/shared@1.50.1-next.3
|
|
22
|
+
|
|
3
23
|
## 1.50.1-next.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.50.1
|
|
12
|
+
"version": "1.50.1",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@ag-ui/client": "^0.0.42",
|
|
59
|
-
"@copilotkitnext/core": "0.0.
|
|
60
|
-
"@copilotkitnext/react": "0.0.
|
|
59
|
+
"@copilotkitnext/core": "0.0.33",
|
|
60
|
+
"@copilotkitnext/react": "0.0.33",
|
|
61
61
|
"@scarf/scarf": "^1.3.0",
|
|
62
62
|
"react-markdown": "^8.0.7",
|
|
63
63
|
"untruncate-json": "^0.0.1",
|
|
64
|
-
"@copilotkit/runtime-client-gql": "1.50.1
|
|
65
|
-
"@copilotkit/shared": "1.50.1
|
|
64
|
+
"@copilotkit/runtime-client-gql": "1.50.1",
|
|
65
|
+
"@copilotkit/shared": "1.50.1"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"copilotkit",
|