@copilotkit/react-core 1.72.1-canary.sp-longthread-perf → 1.73.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/dist/{copilotkit-D5fPO8hJ.d.cts → copilotkit-BGQqqxCI.d.cts} +6 -6
- package/dist/copilotkit-BGQqqxCI.d.cts.map +1 -0
- package/dist/{copilotkit-B2TZRWwp.mjs → copilotkit-BkeaNR3A.mjs} +28 -77
- package/dist/copilotkit-BkeaNR3A.mjs.map +1 -0
- package/dist/{copilotkit-BRPxLJnI.d.mts → copilotkit-D_gK4yKD.d.mts} +6 -6
- package/dist/copilotkit-D_gK4yKD.d.mts.map +1 -0
- package/dist/{copilotkit-BV7MguMm.cjs → copilotkit-tkBlMrXl.cjs} +28 -77
- package/dist/copilotkit-tkBlMrXl.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.cts +1 -1
- package/dist/v2/index.d.mts +1 -1
- package/dist/v2/index.mjs +1 -1
- package/dist/v2/index.umd.js +27 -76
- package/dist/v2/index.umd.js.map +1 -1
- package/package.json +9 -9
- package/dist/copilotkit-B2TZRWwp.mjs.map +0 -1
- package/dist/copilotkit-BRPxLJnI.d.mts.map +0 -1
- package/dist/copilotkit-BV7MguMm.cjs.map +0 -1
- package/dist/copilotkit-D5fPO8hJ.d.cts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/react-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.73.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -59,13 +59,6 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@ag-ui/client": "0.0.59",
|
|
61
61
|
"@ag-ui/core": "0.0.59",
|
|
62
|
-
"@copilotkit/a2ui-renderer": "1.72.1-canary.sp-longthread-perf",
|
|
63
|
-
"@copilotkit/core": "1.72.1-canary.sp-longthread-perf",
|
|
64
|
-
"@copilotkit/mcp-apps-renderer": "1.72.1-canary.sp-longthread-perf",
|
|
65
|
-
"@copilotkit/runtime-client-gql": "1.72.1-canary.sp-longthread-perf",
|
|
66
|
-
"@copilotkit/shared": "1.72.1-canary.sp-longthread-perf",
|
|
67
|
-
"@copilotkit/web-components": "1.72.1-canary.sp-longthread-perf",
|
|
68
|
-
"@copilotkit/web-inspector": "1.72.1-canary.sp-longthread-perf",
|
|
69
62
|
"@jetbrains/websandbox": "^1.1.3",
|
|
70
63
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
71
64
|
"@radix-ui/react-slot": "^1.2.3",
|
|
@@ -84,7 +77,14 @@
|
|
|
84
77
|
"tw-animate-css": "^1.3.5",
|
|
85
78
|
"untruncate-json": "^0.0.1",
|
|
86
79
|
"use-stick-to-bottom": "^1.1.1",
|
|
87
|
-
"zod-to-json-schema": "^3.24.5"
|
|
80
|
+
"zod-to-json-schema": "^3.24.5",
|
|
81
|
+
"@copilotkit/runtime-client-gql": "1.73.0",
|
|
82
|
+
"@copilotkit/a2ui-renderer": "1.73.0",
|
|
83
|
+
"@copilotkit/mcp-apps-renderer": "1.73.0",
|
|
84
|
+
"@copilotkit/shared": "1.73.0",
|
|
85
|
+
"@copilotkit/web-components": "1.73.0",
|
|
86
|
+
"@copilotkit/web-inspector": "1.73.0",
|
|
87
|
+
"@copilotkit/core": "1.73.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@tailwindcss/cli": "^4.1.11",
|