@copilotkit/react-ui 1.51.2-next.0 → 1.51.2
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 +24 -0
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.51.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e59d23f: Use deps instead of peerdeps
|
|
8
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
9
|
+
- Updated dependencies [e59d23f]
|
|
10
|
+
- Updated dependencies [e59d23f]
|
|
11
|
+
- @copilotkit/runtime-client-gql@1.51.2
|
|
12
|
+
- @copilotkit/react-core@1.51.2
|
|
13
|
+
- @copilotkit/shared@1.51.2
|
|
14
|
+
|
|
15
|
+
## 1.51.2-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- e59d23f: Use deps instead of peerdeps
|
|
20
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
21
|
+
- Updated dependencies [e59d23f]
|
|
22
|
+
- Updated dependencies [e59d23f]
|
|
23
|
+
- @copilotkit/runtime-client-gql@1.51.2-next.1
|
|
24
|
+
- @copilotkit/react-core@1.51.2-next.1
|
|
25
|
+
- @copilotkit/shared@1.51.2-next.1
|
|
26
|
+
|
|
3
27
|
## 1.51.2-next.0
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.51.2
|
|
12
|
+
"version": "1.51.2",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -27,10 +27,7 @@
|
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "^18 || ^19 || ^19.0.0-rc"
|
|
31
|
-
"@copilotkit/react-core": "1.51.2-next.0",
|
|
32
|
-
"@copilotkit/runtime-client-gql": "1.51.2-next.0",
|
|
33
|
-
"@copilotkit/shared": "1.51.2-next.0"
|
|
30
|
+
"react": "^18 || ^19 || ^19.0.0-rc"
|
|
34
31
|
},
|
|
35
32
|
"devDependencies": {
|
|
36
33
|
"@types/jest": "^29.5.4",
|
|
@@ -44,9 +41,6 @@
|
|
|
44
41
|
"ts-jest": "^29.1.1",
|
|
45
42
|
"tsup": "^6.7.0",
|
|
46
43
|
"typescript": "^5.2.3",
|
|
47
|
-
"@copilotkit/react-core": "1.51.2-next.0",
|
|
48
|
-
"@copilotkit/runtime-client-gql": "1.51.2-next.0",
|
|
49
|
-
"@copilotkit/shared": "1.51.2-next.0",
|
|
50
44
|
"eslint-config-custom": "1.4.6",
|
|
51
45
|
"tailwind-config": "1.4.6",
|
|
52
46
|
"tsconfig": "1.4.6"
|
|
@@ -57,7 +51,10 @@
|
|
|
57
51
|
"react-syntax-highlighter": "^15.6.1",
|
|
58
52
|
"rehype-raw": "^7.0.0",
|
|
59
53
|
"remark-gfm": "^4.0.1",
|
|
60
|
-
"remark-math": "^6.0.0"
|
|
54
|
+
"remark-math": "^6.0.0",
|
|
55
|
+
"@copilotkit/react-core": "1.51.2",
|
|
56
|
+
"@copilotkit/runtime-client-gql": "1.51.2",
|
|
57
|
+
"@copilotkit/shared": "1.51.2"
|
|
61
58
|
},
|
|
62
59
|
"keywords": [
|
|
63
60
|
"copilotkit",
|