@copilotkit/react-ui 1.0.4-mme-pre-flush-sync.1 → 1.0.4-mme-pre-flush-sync.2
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 +5 -5
- package/CHANGELOG.md +10 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@1.0.4-mme-pre-flush-sync.
|
|
2
|
+
> @copilotkit/react-ui@1.0.4-mme-pre-flush-sync.2 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-copilot-chat-suggestions.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-push-to-talk.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/css.ts, src/types/index.ts, src/types/suggestions.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/Modal.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Suggestion.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
125
125
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs.map [22m[32m71.00 B[39m
|
|
126
126
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs.map [22m[32m71.00 B[39m
|
|
127
|
-
[32mESM[39m ⚡️ Build success in
|
|
127
|
+
[32mESM[39m ⚡️ Build success in 399ms
|
|
128
128
|
[32mCJS[39m [1mdist/index.js [22m[32m56.71 KB[39m
|
|
129
129
|
[32mCJS[39m [1mdist/index.css [22m[32m14.41 KB[39m
|
|
130
130
|
[32mCJS[39m [1mdist/components/index.js [22m[32m55.94 KB[39m
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
[32mCJS[39m [1mdist/components/chat/props.js [22m[32m807.00 B[39m
|
|
159
159
|
[32mCJS[39m [1mdist/index.js.map [22m[32m97.86 KB[39m
|
|
160
160
|
[32mCJS[39m [1mdist/index.css.map [22m[32m18.25 KB[39m
|
|
161
|
-
[32mCJS[39m [1mdist/context/index.js.map [22m[32m139.00 B[39m
|
|
162
161
|
[32mCJS[39m [1mdist/components/index.js.map [22m[32m94.10 KB[39m
|
|
162
|
+
[32mCJS[39m [1mdist/context/index.js.map [22m[32m139.00 B[39m
|
|
163
163
|
[32mCJS[39m [1mdist/hooks/index.js.map [22m[32m3.82 KB[39m
|
|
164
164
|
[32mCJS[39m [1mdist/hooks/use-copilot-chat-suggestions.js.map [22m[32m3.74 KB[39m
|
|
165
165
|
[32mCJS[39m [1mdist/hooks/use-copy-to-clipboard.js.map [22m[32m1.21 KB[39m
|
|
@@ -187,9 +187,9 @@
|
|
|
187
187
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
188
188
|
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m94.34 KB[39m
|
|
189
189
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m1.07 KB[39m
|
|
190
|
-
[32mCJS[39m ⚡️ Build success in
|
|
190
|
+
[32mCJS[39m ⚡️ Build success in 419ms
|
|
191
191
|
[34mDTS[39m Build start
|
|
192
|
-
[32mDTS[39m ⚡️ Build success in
|
|
192
|
+
[32mDTS[39m ⚡️ Build success in 7693ms
|
|
193
193
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m699.00 B[39m
|
|
194
194
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m1019.00 B[39m
|
|
195
195
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m1.78 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.0.4-mme-pre-flush-sync.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add logs and wait 2 seconds
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/runtime-client-gql@1.0.4-mme-pre-flush-sync.2
|
|
10
|
+
- @copilotkit/react-core@1.0.4-mme-pre-flush-sync.2
|
|
11
|
+
- @copilotkit/shared@1.0.4-mme-pre-flush-sync.2
|
|
12
|
+
|
|
3
13
|
## 1.0.4-mme-pre-flush-sync.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.0.4-mme-pre-flush-sync.
|
|
12
|
+
"version": "1.0.4-mme-pre-flush-sync.2",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"ts-jest": "^29.1.1",
|
|
41
41
|
"tsup": "^6.7.0",
|
|
42
42
|
"typescript": "^5.2.3",
|
|
43
|
-
"eslint-config-custom": "1.0.1-mme-pre-flush-sync.
|
|
44
|
-
"tailwind-config": "1.0.1-mme-pre-flush-sync.
|
|
45
|
-
"tsconfig": "1.0.1-mme-pre-flush-sync.
|
|
43
|
+
"eslint-config-custom": "1.0.1-mme-pre-flush-sync.2",
|
|
44
|
+
"tailwind-config": "1.0.1-mme-pre-flush-sync.2",
|
|
45
|
+
"tsconfig": "1.0.1-mme-pre-flush-sync.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"react-markdown": "^8.0.7",
|
|
49
49
|
"react-syntax-highlighter": "^15.5.0",
|
|
50
50
|
"remark-gfm": "^3.0.1",
|
|
51
51
|
"remark-math": "^5.1.1",
|
|
52
|
-
"@copilotkit/react-core": "1.0.4-mme-pre-flush-sync.
|
|
53
|
-
"@copilotkit/runtime-client-gql": "1.0.4-mme-pre-flush-sync.
|
|
54
|
-
"@copilotkit/shared": "1.0.4-mme-pre-flush-sync.
|
|
52
|
+
"@copilotkit/react-core": "1.0.4-mme-pre-flush-sync.2",
|
|
53
|
+
"@copilotkit/runtime-client-gql": "1.0.4-mme-pre-flush-sync.2",
|
|
54
|
+
"@copilotkit/shared": "1.0.4-mme-pre-flush-sync.2"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
57
57
|
"copilotkit",
|