@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@1.0.4-mme-pre-flush-sync.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
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
  CLI 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
  ESM dist/components/chat/Chat.mjs.map 71.00 B
125
125
  ESM dist/components/chat/ChatContext.mjs.map 71.00 B
126
126
  ESM dist/components/chat/CodeBlock.mjs.map 71.00 B
127
- ESM ⚡️ Build success in 318ms
127
+ ESM ⚡️ Build success in 399ms
128
128
  CJS dist/index.js 56.71 KB
129
129
  CJS dist/index.css 14.41 KB
130
130
  CJS dist/components/index.js 55.94 KB
@@ -158,8 +158,8 @@
158
158
  CJS dist/components/chat/props.js 807.00 B
159
159
  CJS dist/index.js.map 97.86 KB
160
160
  CJS dist/index.css.map 18.25 KB
161
- CJS dist/context/index.js.map 139.00 B
162
161
  CJS dist/components/index.js.map 94.10 KB
162
+ CJS dist/context/index.js.map 139.00 B
163
163
  CJS dist/hooks/index.js.map 3.82 KB
164
164
  CJS dist/hooks/use-copilot-chat-suggestions.js.map 3.74 KB
165
165
  CJS dist/hooks/use-copy-to-clipboard.js.map 1.21 KB
@@ -187,9 +187,9 @@
187
187
  CJS dist/components/chat/Window.js.map 6.76 KB
188
188
  CJS dist/components/chat/index.js.map 94.34 KB
189
189
  CJS dist/components/chat/props.js.map 1.07 KB
190
- CJS ⚡️ Build success in 322ms
190
+ CJS ⚡️ Build success in 419ms
191
191
  DTS Build start
192
- DTS ⚡️ Build success in 7952ms
192
+ DTS ⚡️ Build success in 7693ms
193
193
  DTS dist/index.d.ts 699.00 B
194
194
  DTS dist/components/chat/props.d.ts 1019.00 B
195
195
  DTS dist/components/chat/Popup.d.ts 1.78 KB
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.1",
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.1",
44
- "tailwind-config": "1.0.1-mme-pre-flush-sync.1",
45
- "tsconfig": "1.0.1-mme-pre-flush-sync.1"
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.1",
53
- "@copilotkit/runtime-client-gql": "1.0.4-mme-pre-flush-sync.1",
54
- "@copilotkit/shared": "1.0.4-mme-pre-flush-sync.1"
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",