@copilotkit/react-ui 1.51.1 → 1.51.2-next.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # ui
2
2
 
3
+ ## 1.51.2-next.1
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-next.1
12
+ - @copilotkit/react-core@1.51.2-next.1
13
+ - @copilotkit/shared@1.51.2-next.1
14
+
15
+ ## 1.51.2-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - @copilotkit/runtime-client-gql@1.51.2-next.0
20
+ - @copilotkit/react-core@1.51.2-next.0
21
+ - @copilotkit/shared@1.51.2-next.0
22
+
3
23
  ## 1.51.1
4
24
 
5
25
  ### Patch 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.51.1",
12
+ "version": "1.51.2-next.1",
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.1",
32
- "@copilotkit/runtime-client-gql": "1.51.1",
33
- "@copilotkit/shared": "1.51.1"
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.1",
48
- "@copilotkit/runtime-client-gql": "1.51.1",
49
- "@copilotkit/shared": "1.51.1",
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-next.1",
56
+ "@copilotkit/runtime-client-gql": "1.51.2-next.1",
57
+ "@copilotkit/shared": "1.51.2-next.1"
61
58
  },
62
59
  "keywords": [
63
60
  "copilotkit",