@copilotkit/react-ui 1.50.0-beta.18 → 1.50.0-beta.19

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,18 @@
1
1
  # ui
2
2
 
3
+ ## 1.50.0-beta.19
4
+
5
+ ### Minor Changes
6
+
7
+ - Improving langchain dependency resolution
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/runtime-client-gql@1.50.0-beta.19
13
+ - @copilotkit/react-core@1.50.0-beta.19
14
+ - @copilotkit/shared@1.50.0-beta.19
15
+
3
16
  ## 1.50.0-beta.18
4
17
 
5
18
  ### Minor Changes
package/dist/index.mjs CHANGED
@@ -57,6 +57,7 @@ import {
57
57
  useChatContext
58
58
  } from "./chunk-IEMQ2SQW.mjs";
59
59
  import "./chunk-XWG3L6QC.mjs";
60
+ import "./chunk-IU3WTXLQ.mjs";
60
61
  import "./chunk-T26KLXLH.mjs";
61
62
  import {
62
63
  useCopilotChatSuggestions
@@ -65,7 +66,6 @@ import "./chunk-54JAUBUJ.mjs";
65
66
  import "./chunk-JGMFJZMG.mjs";
66
67
  import "./chunk-O72ZB5V3.mjs";
67
68
  import "./chunk-MRXNTQOX.mjs";
68
- import "./chunk-IU3WTXLQ.mjs";
69
69
  export {
70
70
  AssistantMessage,
71
71
  CopilotChat,
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.18",
12
+ "version": "1.50.0-beta.19",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -42,8 +42,8 @@
42
42
  "tsup": "^6.7.0",
43
43
  "typescript": "^5.2.3",
44
44
  "tailwind-config": "1.4.6",
45
- "tsconfig": "1.4.6",
46
- "eslint-config-custom": "1.4.6"
45
+ "eslint-config-custom": "1.4.6",
46
+ "tsconfig": "1.4.6"
47
47
  },
48
48
  "dependencies": {
49
49
  "@headlessui/react": "^2.2.9",
@@ -52,9 +52,9 @@
52
52
  "rehype-raw": "^7.0.0",
53
53
  "remark-gfm": "^4.0.1",
54
54
  "remark-math": "^6.0.0",
55
- "@copilotkit/shared": "1.50.0-beta.18",
56
- "@copilotkit/react-core": "1.50.0-beta.18",
57
- "@copilotkit/runtime-client-gql": "1.50.0-beta.18"
55
+ "@copilotkit/react-core": "1.50.0-beta.19",
56
+ "@copilotkit/runtime-client-gql": "1.50.0-beta.19",
57
+ "@copilotkit/shared": "1.50.0-beta.19"
58
58
  },
59
59
  "keywords": [
60
60
  "copilotkit",