@copilotkit/react-ui 0.17.1 → 0.18.0-atai-0301-OpenAIAdapaterGetter.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@0.17.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.18.0-atai-0301-OpenAIAdapaterGetter.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copy-to-clipboard.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/types.ts, src/components/chat/Button.tsx, src/components/chat/Chat.tsx, src/components/chat/ChatContext.tsx, src/components/chat/CodeBlock.tsx, src/components/chat/Header.tsx, src/components/chat/Icons.tsx, src/components/chat/Input.tsx, src/components/chat/Markdown.tsx, src/components/chat/Messages.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
@@ -110,7 +110,7 @@ Browserslist: caniuse-lite is outdated. Please run:
110
110
  ESM dist/components/chat/Header.mjs.map 71.00 B
111
111
  ESM dist/components/chat/Icons.mjs.map 71.00 B
112
112
  ESM dist/components/chat/Input.mjs.map 71.00 B
113
- ESM ⚡️ Build success in 1809ms
113
+ ESM ⚡️ Build success in 1493ms
114
114
  CJS dist/index.js 33.02 KB
115
115
  CJS dist/index.css 19.65 KB
116
116
  CJS dist/components/index.js 33.05 KB
@@ -138,7 +138,6 @@ Browserslist: caniuse-lite is outdated. Please run:
138
138
  CJS dist/components/chat/index.js 33.03 KB
139
139
  CJS dist/components/chat/props.js 807.00 B
140
140
  CJS dist/index.js.map 51.42 KB
141
- CJS dist/index.css.map 30.69 KB
142
141
  CJS dist/components/index.js.map 51.35 KB
143
142
  CJS dist/context/index.js.map 139.00 B
144
143
  CJS dist/hooks/index.js.map 137.00 B
@@ -156,15 +155,16 @@ Browserslist: caniuse-lite is outdated. Please run:
156
155
  CJS dist/components/chat/Input.js.map 9.75 KB
157
156
  CJS dist/components/chat/Markdown.js.map 16.13 KB
158
157
  CJS dist/components/chat/Messages.js.map 25.57 KB
159
- CJS dist/components/chat/Popup.js.map 50.00 KB
158
+ CJS dist/index.css.map 30.69 KB
160
159
  CJS dist/components/chat/Response.js.map 5.27 KB
161
- CJS dist/components/chat/Sidebar.js.map 50.83 KB
160
+ CJS dist/components/chat/Popup.js.map 50.00 KB
162
161
  CJS dist/components/chat/Textarea.js.map 2.83 KB
163
162
  CJS dist/components/chat/Window.js.map 6.76 KB
163
+ CJS dist/components/chat/Sidebar.js.map 50.83 KB
164
164
  CJS dist/components/chat/index.js.map 51.49 KB
165
165
  CJS dist/components/chat/props.js.map 884.00 B
166
- CJS ⚡️ Build success in 1822ms
167
- DTS ⚡️ Build success in 6234ms
166
+ CJS ⚡️ Build success in 1517ms
167
+ DTS ⚡️ Build success in 6296ms
168
168
  DTS dist/index.d.ts 411.00 B
169
169
  DTS dist/components/chat/props.d.ts 794.00 B
170
170
  DTS dist/components/chat/Popup.d.ts 269.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # ui
2
2
 
3
+ ## 0.18.0-atai-0301-OpenAIAdapaterGetter.3
4
+
5
+ ### Minor Changes
6
+
7
+ - OpenAIAdapter-getter
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/react-core@0.21.0-atai-0301-OpenAIAdapaterGetter.3
13
+ - @copilotkit/shared@0.5.0-atai-0301-OpenAIAdapaterGetter.3
14
+
15
+ ## 0.18.0-atai-0301-OpenAIAdapaterGetter.2
16
+
17
+ ### Minor Changes
18
+
19
+ - be00d61: Alpha
20
+ - OpenAIAdapter: make openai instance gettable
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [be00d61]
25
+ - Updated dependencies
26
+ - @copilotkit/react-core@0.21.0-atai-0301-OpenAIAdapaterGetter.2
27
+ - @copilotkit/shared@0.5.0-atai-0301-OpenAIAdapaterGetter.2
28
+
29
+ ## 0.18.0-mme-experimental-actions.1
30
+
31
+ ### Minor Changes
32
+
33
+ - Alpha
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @copilotkit/react-core@0.21.0-mme-experimental-actions.1
39
+ - @copilotkit/shared@0.5.0-mme-experimental-actions.1
40
+
41
+ ## 0.18.0-mme-experimental-actions.0
42
+
43
+ ### Minor Changes
44
+
45
+ - QA new action type
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies
50
+ - @copilotkit/react-core@0.21.0-mme-experimental-actions.0
51
+ - @copilotkit/shared@0.5.0-mme-experimental-actions.0
52
+
3
53
  ## 0.17.1
4
54
 
5
55
  ### Patch Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.17.1",
7
+ "version": "0.18.0-atai-0301-OpenAIAdapaterGetter.3",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -23,17 +23,17 @@
23
23
  "@types/jest": "^29.5.4",
24
24
  "@types/react": "^18.2.5",
25
25
  "@types/react-syntax-highlighter": "^15.5.7",
26
- "eslint": "^7.32.0",
26
+ "eslint": "^8.56.0",
27
27
  "jest": "^29.6.4",
28
28
  "postcss": "^8.4.20",
29
29
  "react": "^18.2.0",
30
30
  "tailwindcss": "^3.3.0",
31
31
  "ts-jest": "^29.1.1",
32
32
  "tsup": "^6.7.0",
33
- "typescript": "^5.1.3",
34
- "eslint-config-custom": "0.5.1",
35
- "tailwind-config": "0.4.1",
36
- "tsconfig": "0.9.1"
33
+ "typescript": "^5.2.3",
34
+ "eslint-config-custom": "0.6.0-atai-0301-OpenAIAdapaterGetter.3",
35
+ "tailwind-config": "0.5.0-atai-0301-OpenAIAdapaterGetter.3",
36
+ "tsconfig": "0.10.0-atai-0301-OpenAIAdapaterGetter.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "nanoid": "^4.0.2",
@@ -41,8 +41,8 @@
41
41
  "react-syntax-highlighter": "^15.5.0",
42
42
  "remark-gfm": "^3.0.1",
43
43
  "remark-math": "^5.1.1",
44
- "@copilotkit/shared": "0.4.1",
45
- "@copilotkit/react-core": "0.20.1"
44
+ "@copilotkit/shared": "0.5.0-atai-0301-OpenAIAdapaterGetter.3",
45
+ "@copilotkit/react-core": "0.21.0-atai-0301-OpenAIAdapaterGetter.3"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup --clean",