@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.17.
|
|
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
|
[34mCLI[39m 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
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
67
67
|
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m51.49 KB[39m
|
|
68
68
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m884.00 B[39m
|
|
69
|
-
[32mCJS[39m ⚡️ Build success in
|
|
69
|
+
[32mCJS[39m ⚡️ Build success in 1439ms
|
|
70
70
|
[32mESM[39m [1mdist/components/chat/props.mjs [22m[32m69.00 B[39m
|
|
71
71
|
[32mESM[39m [1mdist/components/chat/Markdown.mjs [22m[32m255.00 B[39m
|
|
72
72
|
[32mESM[39m [1mdist/components/chat/Messages.mjs [22m[32m325.00 B[39m
|
|
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
163
163
|
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
164
164
|
[32mESM[39m [1mdist/chunk-7NSRDJ5C.mjs.map [22m[32m71.00 B[39m
|
|
165
165
|
[32mESM[39m [1mdist/index.css.map [22m[32m30.69 KB[39m
|
|
166
|
-
[32mESM[39m ⚡️ Build success in
|
|
167
|
-
[32mDTS[39m ⚡️ Build success in
|
|
166
|
+
[32mESM[39m ⚡️ Build success in 1450ms
|
|
167
|
+
[32mDTS[39m ⚡️ Build success in 6019ms
|
|
168
168
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m411.00 B[39m
|
|
169
169
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m794.00 B[39m
|
|
170
170
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m269.00 B[39m
|
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.
|
|
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.
|
|
35
|
-
"
|
|
36
|
-
"
|
|
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.
|
|
45
|
-
"@copilotkit/react-core": "0.20.
|
|
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",
|