@copilotkit/react-core 0.36.0-mme-pre.3 → 0.36.0-mme-pre.4

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-core@0.36.0-mme-pre.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
2
+ > @copilotkit/react-core@0.36.0-mme-pre.4 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.ts, src/hooks/use-chat.ts, src/hooks/use-copilot-action.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-copilot-readable.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-actionable.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-make-copilot-readable.ts, src/hooks/use-tree.ts, src/lib/copilot-task.ts, src/lib/index.ts, src/openai-assistants/index.ts, src/types/chat-suggestion-configuration.ts, src/types/document-pointer.ts, src/types/frontend-action.ts, src/types/index.ts, src/types/system-message.ts, src/utils/extract.ts, src/utils/fetch-chat-completion.ts, src/utils/index.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/components/copilot-provider/copilotkit-props.tsx, src/components/copilot-provider/copilotkit.tsx, src/components/copilot-provider/index.ts, src/openai-assistants/hooks/index.ts, src/openai-assistants/hooks/use-assistants.ts, src/openai-assistants/hooks/use-copilot-chat-v2.ts, src/openai-assistants/utils/index.ts, src/openai-assistants/utils/process-message-stream.ts
@@ -11,6 +11,7 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  CJS dist/lib/copilot-task.js 7.74 KB
14
+ CJS dist/openai-assistants/index.js 9.54 KB
14
15
  CJS dist/types/chat-suggestion-configuration.js 893.00 B
15
16
  CJS dist/utils/extract.js 8.71 KB
16
17
  CJS dist/components/copilot-provider/copilotkit-props.js 864.00 B
@@ -31,7 +32,6 @@
31
32
  CJS dist/hooks/use-make-copilot-readable.js 4.32 KB
32
33
  CJS dist/hooks/use-tree.js 5.53 KB
33
34
  CJS dist/lib/index.js 7.70 KB
34
- CJS dist/openai-assistants/index.js 9.54 KB
35
35
  CJS dist/types/document-pointer.js 841.00 B
36
36
  CJS dist/types/frontend-action.js 837.00 B
37
37
  CJS dist/types/index.js 797.00 B
@@ -46,6 +46,7 @@
46
46
  CJS dist/openai-assistants/hooks/use-copilot-chat-v2.js 9.53 KB
47
47
  CJS dist/openai-assistants/utils/process-message-stream.js 2.33 KB
48
48
  CJS dist/lib/copilot-task.js.map 21.62 KB
49
+ CJS dist/openai-assistants/index.js.map 23.56 KB
49
50
  CJS dist/types/chat-suggestion-configuration.js.map 673.00 B
50
51
  CJS dist/utils/extract.js.map 19.47 KB
51
52
  CJS dist/components/copilot-provider/copilotkit-props.js.map 1.61 KB
@@ -66,7 +67,6 @@
66
67
  CJS dist/hooks/use-make-copilot-readable.js.map 7.16 KB
67
68
  CJS dist/hooks/use-tree.js.map 8.32 KB
68
69
  CJS dist/lib/index.js.map 21.68 KB
69
- CJS dist/openai-assistants/index.js.map 23.56 KB
70
70
  CJS dist/types/document-pointer.js.map 292.00 B
71
71
  CJS dist/types/frontend-action.js.map 1.77 KB
72
72
  CJS dist/types/index.js.map 432.00 B
@@ -80,7 +80,7 @@
80
80
  CJS dist/openai-assistants/hooks/use-assistants.js.map 5.90 KB
81
81
  CJS dist/openai-assistants/hooks/use-copilot-chat-v2.js.map 23.48 KB
82
82
  CJS dist/openai-assistants/utils/process-message-stream.js.map 1.33 KB
83
- CJS ⚡️ Build success in 236ms
83
+ CJS ⚡️ Build success in 238ms
84
84
  ESM dist/index.mjs 1.76 KB
85
85
  ESM dist/components/index.mjs 375.00 B
86
86
  ESM dist/context/copilot-context.mjs 205.00 B
@@ -205,9 +205,9 @@
205
205
  ESM dist/hooks/use-tree.mjs.map 71.00 B
206
206
  ESM dist/lib/copilot-task.mjs.map 71.00 B
207
207
  ESM dist/lib/index.mjs.map 71.00 B
208
- ESM ⚡️ Build success in 244ms
208
+ ESM ⚡️ Build success in 250ms
209
209
  DTS Build start
210
- DTS ⚡️ Build success in 8230ms
210
+ DTS ⚡️ Build success in 8635ms
211
211
  DTS dist/index.d.ts 1.76 KB
212
212
  DTS dist/components/copilot-provider/copilotkit.d.ts 271.00 B
213
213
  DTS dist/components/copilot-provider/copilotkit-props.d.ts 1.51 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # ui
2
2
 
3
+ ## 0.36.0-mme-pre.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Fix autofocus
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@0.36.0-mme-pre.4
13
+
3
14
  ## 0.36.0-mme-pre.3
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.36.0-mme-pre.3",
7
+ "version": "0.36.0-mme-pre.4",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -29,13 +29,13 @@
29
29
  "ts-jest": "^29.1.1",
30
30
  "tsup": "^6.7.0",
31
31
  "typescript": "^5.2.3",
32
- "eslint-config-custom": "0.11.0-mme-pre.3",
33
- "tsconfig": "0.15.0-mme-pre.3"
32
+ "eslint-config-custom": "0.11.0-mme-pre.4",
33
+ "tsconfig": "0.15.0-mme-pre.4"
34
34
  },
35
35
  "dependencies": {
36
36
  "nanoid": "^4.0.2",
37
37
  "untruncate-json": "^0.0.1",
38
- "@copilotkit/shared": "0.36.0-mme-pre.3"
38
+ "@copilotkit/shared": "0.36.0-mme-pre.4"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup --clean",