@copilotkit/react-core 1.4.6 → 1.4.8-next.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 +71 -6
- package/README.md +2 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,97 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.4.8-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
8
|
+
- @copilotkit/shared@1.4.8-next.0
|
|
9
|
+
|
|
10
|
+
## 1.4.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Fix broken build script before release
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @copilotkit/runtime-client-gql@1.4.7
|
|
17
|
+
- @copilotkit/shared@1.4.7
|
|
18
|
+
|
|
3
19
|
## 1.4.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
23
|
- .
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @copilotkit/runtime-client-gql@1.4.6
|
|
10
|
-
- @copilotkit/shared@1.4.6
|
|
11
24
|
|
|
12
25
|
## 1.4.5
|
|
13
26
|
|
|
14
27
|
### Patch Changes
|
|
15
28
|
|
|
16
|
-
-
|
|
29
|
+
- testing release workflow
|
|
17
30
|
- Updated dependencies
|
|
18
31
|
- @copilotkit/runtime-client-gql@1.4.5
|
|
19
32
|
- @copilotkit/shared@1.4.5
|
|
20
33
|
|
|
21
|
-
## 1.4.
|
|
34
|
+
## 1.4.5-next.0
|
|
22
35
|
|
|
23
36
|
### Patch Changes
|
|
24
37
|
|
|
25
|
-
-
|
|
38
|
+
- testing release workflow
|
|
26
39
|
- Updated dependencies
|
|
40
|
+
- @copilotkit/runtime-client-gql@1.4.5-next.0
|
|
41
|
+
- @copilotkit/shared@1.4.5-next.0
|
|
42
|
+
|
|
43
|
+
## 1.4.4
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- e35e6ad: - test
|
|
48
|
+
- update config.json
|
|
49
|
+
- Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
|
|
50
|
+
- test
|
|
51
|
+
- test
|
|
27
52
|
- @copilotkit/runtime-client-gql@1.4.4
|
|
28
53
|
- @copilotkit/shared@1.4.4
|
|
29
54
|
|
|
55
|
+
## 1.4.4-next.4
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- @copilotkit/runtime-client-gql@1.4.4-next.4
|
|
60
|
+
- @copilotkit/shared@1.4.4-next.4
|
|
61
|
+
|
|
62
|
+
## 1.4.4-next.3
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- @copilotkit/runtime-client-gql@1.4.4-next.3
|
|
67
|
+
- @copilotkit/shared@1.4.4-next.3
|
|
68
|
+
|
|
69
|
+
## 1.4.4-next.2
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- @copilotkit/runtime-client-gql@1.4.4-next.2
|
|
74
|
+
- @copilotkit/shared@1.4.4-next.2
|
|
75
|
+
|
|
76
|
+
## 1.4.4-next.1
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- @copilotkit/runtime-client-gql@1.4.4-next.1
|
|
81
|
+
- @copilotkit/shared@1.4.4-next.1
|
|
82
|
+
|
|
83
|
+
## 1.4.4-next.0
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- e35e6ad: - test
|
|
88
|
+
- update config.json
|
|
89
|
+
- Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
|
|
90
|
+
- test
|
|
91
|
+
- test
|
|
92
|
+
- @copilotkit/runtime-client-gql@1.4.4-next.0
|
|
93
|
+
- @copilotkit/shared@1.4.4-next.0
|
|
94
|
+
|
|
30
95
|
## 1.4.3
|
|
31
96
|
|
|
32
97
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
<br/>
|
|
14
14
|
|
|
15
|
+
<!-- -->
|
|
16
|
+
|
|
15
17
|
<div align="center">
|
|
16
18
|
<a href="https://www.npmjs.com/package/@copilotkit/react-core" target="_blank">
|
|
17
19
|
<img src="https://img.shields.io/npm/v/%40copilotkit%2Freact-core?logo=npm&logoColor=%23FFFFFF&label=Version&color=%236963ff" alt="NPM">
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.4.
|
|
12
|
+
"version": "1.4.8-next.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
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"tsconfig": "1.4.6",
|
|
40
|
+
"eslint-config-custom": "1.4.6"
|
|
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.4.
|
|
46
|
-
"@copilotkit/shared": "1.4.
|
|
45
|
+
"@copilotkit/runtime-client-gql": "1.4.8-next.0",
|
|
46
|
+
"@copilotkit/shared": "1.4.8-next.0"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"copilotkit",
|