@copilotkit/react-core 0.37.0-mme-remove-css-reset.0 → 0.37.0-mme-pre.0
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 +3 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@0.37.0-mme-
|
|
2
|
+
> @copilotkit/react-core@0.37.0-mme-pre.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m 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
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
[32mCJS[39m [1mdist/openai-assistants/hooks/use-assistants.js.map [22m[32m5.90 KB[39m
|
|
81
81
|
[32mCJS[39m [1mdist/openai-assistants/hooks/use-copilot-chat-v2.js.map [22m[32m23.48 KB[39m
|
|
82
82
|
[32mCJS[39m [1mdist/openai-assistants/utils/process-message-stream.js.map [22m[32m1.33 KB[39m
|
|
83
|
-
[32mCJS[39m ⚡️ Build success in
|
|
83
|
+
[32mCJS[39m ⚡️ Build success in 201ms
|
|
84
84
|
[32mESM[39m [1mdist/openai-assistants/hooks/use-copilot-chat-v2.mjs [22m[32m540.00 B[39m
|
|
85
85
|
[32mESM[39m [1mdist/openai-assistants/utils/index.mjs [22m[32m206.00 B[39m
|
|
86
86
|
[32mESM[39m [1mdist/openai-assistants/utils/process-message-stream.mjs [22m[32m188.00 B[39m
|
|
@@ -205,9 +205,9 @@
|
|
|
205
205
|
[32mESM[39m [1mdist/chunk-7YTDTTX5.mjs.map [22m[32m5.00 KB[39m
|
|
206
206
|
[32mESM[39m [1mdist/chunk-TW5FS2QT.mjs.map [22m[32m6.10 KB[39m
|
|
207
207
|
[32mESM[39m [1mdist/chunk-SKC7AJIV.mjs.map [22m[32m71.00 B[39m
|
|
208
|
-
[32mESM[39m ⚡️ Build success in
|
|
208
|
+
[32mESM[39m ⚡️ Build success in 208ms
|
|
209
209
|
[34mDTS[39m Build start
|
|
210
|
-
[32mDTS[39m ⚡️ Build success in
|
|
210
|
+
[32mDTS[39m ⚡️ Build success in 8247ms
|
|
211
211
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.76 KB[39m
|
|
212
212
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit.d.ts [22m[32m271.00 B[39m
|
|
213
213
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit-props.d.ts [22m[32m1.51 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.37.0-mme-
|
|
3
|
+
## 0.37.0-mme-pre.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Azure support
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies
|
|
12
|
-
- @copilotkit/shared@0.37.0-mme-
|
|
12
|
+
- @copilotkit/shared@0.37.0-mme-pre.0
|
|
13
13
|
|
|
14
14
|
## 0.36.0
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.37.0-mme-
|
|
7
|
+
"version": "0.37.0-mme-pre.0",
|
|
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.12.0-mme-
|
|
33
|
-
"tsconfig": "0.16.0-mme-
|
|
32
|
+
"eslint-config-custom": "0.12.0-mme-pre.0",
|
|
33
|
+
"tsconfig": "0.16.0-mme-pre.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"nanoid": "^4.0.2",
|
|
37
37
|
"untruncate-json": "^0.0.1",
|
|
38
|
-
"@copilotkit/shared": "0.37.0-mme-
|
|
38
|
+
"@copilotkit/shared": "0.37.0-mme-pre.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsup --clean",
|