@copilotkit/react-core 0.22.0 → 0.23.0-mme-firebase-fixes.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 +8 -8
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@0.
|
|
2
|
+
> @copilotkit/react-core@0.23.0-mme-firebase-fixes.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-implementation.ts, src/hooks/use-copilot-action.ts, src/hooks/use-copilot-chat.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/document-pointer.ts, src/types/frontend-action.ts, src/types/index.ts, src/types/system-message.ts, src/utils/fetch-chat-completion.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/components/copilot-provider/standard-copilot-api-config.tsx, 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
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
[32mCJS[39m [1mdist/lib/index.js.map [22m[32m16.46 KB[39m
|
|
68
68
|
[32mCJS[39m [1mdist/types/frontend-action.js.map [22m[32m1.77 KB[39m
|
|
69
69
|
[32mCJS[39m [1mdist/types/index.js.map [22m[32m338.00 B[39m
|
|
70
|
-
[32mCJS[39m [1mdist/types/system-message.js.map [22m[32m249.00 B[39m
|
|
71
|
-
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
72
|
-
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m137.00 B[39m
|
|
73
70
|
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit.js.map [22m[32m27.14 KB[39m
|
|
74
71
|
[32mCJS[39m [1mdist/components/copilot-provider/index.js.map [22m[32m27.33 KB[39m
|
|
75
72
|
[32mCJS[39m [1mdist/components/copilot-provider/standard-copilot-api-config.js.map [22m[32m1.17 KB[39m
|
|
76
73
|
[32mCJS[39m [1mdist/openai-assistants/hooks/use-assistants.js.map [22m[32m5.90 KB[39m
|
|
77
|
-
[32mCJS[39m [1mdist/openai-assistants/hooks/use-copilot-chat-v2.js.map [22m[32m20.36 KB[39m
|
|
78
74
|
[32mCJS[39m [1mdist/openai-assistants/utils/process-message-stream.js.map [22m[32m1.33 KB[39m
|
|
79
|
-
[32mCJS[39m
|
|
75
|
+
[32mCJS[39m [1mdist/openai-assistants/hooks/use-copilot-chat-v2.js.map [22m[32m20.36 KB[39m
|
|
76
|
+
[32mCJS[39m [1mdist/types/system-message.js.map [22m[32m249.00 B[39m
|
|
77
|
+
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
78
|
+
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m137.00 B[39m
|
|
79
|
+
[32mCJS[39m ⚡️ Build success in 219ms
|
|
80
80
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.65 KB[39m
|
|
81
81
|
[32mESM[39m [1mdist/components/index.mjs [22m[32m407.00 B[39m
|
|
82
82
|
[32mESM[39m [1mdist/context/copilot-context.mjs [22m[32m205.00 B[39m
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
[32mESM[39m [1mdist/hooks/use-tree.mjs.map [22m[32m71.00 B[39m
|
|
196
196
|
[32mESM[39m [1mdist/lib/copilot-task.mjs.map [22m[32m71.00 B[39m
|
|
197
197
|
[32mESM[39m [1mdist/lib/index.mjs.map [22m[32m71.00 B[39m
|
|
198
|
-
[32mESM[39m ⚡️ Build success in
|
|
198
|
+
[32mESM[39m ⚡️ Build success in 225ms
|
|
199
199
|
[34mDTS[39m Build start
|
|
200
|
-
[32mDTS[39m ⚡️ Build success in
|
|
200
|
+
[32mDTS[39m ⚡️ Build success in 6021ms
|
|
201
201
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.56 KB[39m
|
|
202
202
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit.d.ts [22m[32m1.26 KB[39m
|
|
203
203
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit-props.d.ts [22m[32m1007.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.23.0-mme-firebase-fixes.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Backend improvements for running on GCP
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/shared@0.7.0-mme-firebase-fixes.0
|
|
13
|
+
|
|
3
14
|
## 0.22.0
|
|
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.
|
|
7
|
+
"version": "0.23.0-mme-firebase-fixes.0",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"ts-jest": "^29.1.1",
|
|
26
26
|
"tsup": "^6.7.0",
|
|
27
27
|
"typescript": "^5.2.3",
|
|
28
|
-
"eslint-config-custom": "0.
|
|
29
|
-
"tsconfig": "0.
|
|
28
|
+
"eslint-config-custom": "0.8.0-mme-firebase-fixes.0",
|
|
29
|
+
"tsconfig": "0.12.0-mme-firebase-fixes.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"nanoid": "^4.0.2",
|
|
33
33
|
"untruncate-json": "^0.0.1",
|
|
34
|
-
"@copilotkit/shared": "0.
|
|
34
|
+
"@copilotkit/shared": "0.7.0-mme-firebase-fixes.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "tsup --clean",
|