@copilotkit/react-ui 0.17.0 → 0.17.1-atai-0223-fix-backendOnlyProps.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@0.17.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.17.1-atai-0223-fix-backendOnlyProps.1 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
@@ -66,7 +66,7 @@ Browserslist: caniuse-lite is outdated. Please run:
66
66
  CJS dist/components/chat/Window.js.map 6.76 KB
67
67
  CJS dist/components/chat/index.js.map 51.49 KB
68
68
  CJS dist/components/chat/props.js.map 884.00 B
69
- CJS ⚡️ Build success in 1560ms
69
+ CJS ⚡️ Build success in 1439ms
70
70
  ESM dist/components/chat/props.mjs 69.00 B
71
71
  ESM dist/components/chat/Markdown.mjs 255.00 B
72
72
  ESM dist/components/chat/Messages.mjs 325.00 B
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
163
163
  ESM dist/types/index.mjs.map 71.00 B
164
164
  ESM dist/chunk-7NSRDJ5C.mjs.map 71.00 B
165
165
  ESM dist/index.css.map 30.69 KB
166
- ESM ⚡️ Build success in 1581ms
167
- DTS ⚡️ Build success in 5976ms
166
+ ESM ⚡️ Build success in 1450ms
167
+ DTS ⚡️ Build success in 6019ms
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,23 @@
1
1
  # ui
2
2
 
3
+ ## 0.17.1-atai-0223-fix-backendOnlyProps.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix- bring back removeBackendOnlyProps
8
+ - Updated dependencies
9
+ - @copilotkit/react-core@0.20.1-atai-0223-fix-backendOnlyProps.1
10
+ - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.1
11
+
12
+ ## 0.17.1-atai-0223-fix-backendOnlyProps.0
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: bring back removeBackendOnlyProps
17
+ - Updated dependencies
18
+ - @copilotkit/react-core@0.20.1-atai-0223-fix-backendOnlyProps.0
19
+ - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.0
20
+
3
21
  ## 0.17.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.17.0",
7
+ "version": "0.17.1-atai-0223-fix-backendOnlyProps.1",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -31,9 +31,9 @@
31
31
  "ts-jest": "^29.1.1",
32
32
  "tsup": "^6.7.0",
33
33
  "typescript": "^5.1.3",
34
- "eslint-config-custom": "0.5.0",
35
- "tsconfig": "0.9.0",
36
- "tailwind-config": "0.4.0"
34
+ "eslint-config-custom": "0.5.1-atai-0223-fix-backendOnlyProps.1",
35
+ "tailwind-config": "0.4.1-atai-0223-fix-backendOnlyProps.1",
36
+ "tsconfig": "0.9.1-atai-0223-fix-backendOnlyProps.1"
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.0",
45
- "@copilotkit/react-core": "0.20.0"
44
+ "@copilotkit/shared": "0.4.1-atai-0223-fix-backendOnlyProps.1",
45
+ "@copilotkit/react-core": "0.20.1-atai-0223-fix-backendOnlyProps.1"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup --clean",