@copilotkit/react-ui 0.0.0-main-20260407163127 → 0.0.0-main-20260407183406

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-main-20260407163127
3
+ ## 0.0.0-main-20260407183406
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,15 +14,16 @@
14
14
  - Updated dependencies [b4a8b7a]
15
15
  - Updated dependencies [0f6a61c]
16
16
  - Updated dependencies [1ceb963]
17
+ - Updated dependencies [1a61be4]
17
18
  - Updated dependencies [1ceb963]
18
19
  - Updated dependencies [1ceb963]
19
20
  - Updated dependencies [53e5669]
20
21
  - Updated dependencies [52a9322]
21
22
  - Updated dependencies [c341ed2]
22
23
  - Updated dependencies [5289791]
23
- - @copilotkit/react-core@0.0.0-main-20260407163127
24
- - @copilotkit/runtime-client-gql@0.0.0-main-20260407163127
25
- - @copilotkit/shared@0.0.0-main-20260407163127
24
+ - @copilotkit/react-core@0.0.0-main-20260407183406
25
+ - @copilotkit/runtime-client-gql@0.0.0-main-20260407183406
26
+ - @copilotkit/shared@0.0.0-main-20260407183406
26
27
 
27
28
  ## 1.55.0-next.8
28
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/react-ui",
3
- "version": "0.0.0-main-20260407163127",
3
+ "version": "0.0.0-main-20260407183406",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -48,9 +48,9 @@
48
48
  "rehype-raw": "^7.0.0",
49
49
  "remark-gfm": "^4.0.1",
50
50
  "remark-math": "^6.0.0",
51
- "@copilotkit/react-core": "0.0.0-main-20260407163127",
52
- "@copilotkit/runtime-client-gql": "0.0.0-main-20260407163127",
53
- "@copilotkit/shared": "0.0.0-main-20260407163127"
51
+ "@copilotkit/react-core": "0.0.0-main-20260407183406",
52
+ "@copilotkit/runtime-client-gql": "0.0.0-main-20260407183406",
53
+ "@copilotkit/shared": "0.0.0-main-20260407183406"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.1.0",
@@ -62,8 +62,8 @@
62
62
  "tsdown": "^0.20.3",
63
63
  "typescript": "^5.2.3",
64
64
  "vitest": "^3.2.4",
65
- "tailwind-config": "0.0.0-main-20260407163127",
66
- "tsconfig": "0.0.0-main-20260407163127"
65
+ "tailwind-config": "0.0.0-main-20260407183406",
66
+ "tsconfig": "0.0.0-main-20260407183406"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^18 || ^19 || ^19.0.0-rc"