@copilotkit/react-core 1.68.1 → 1.68.3-canary.1786716392
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-BICg0AyJ.d.cts → copilotkit-B1K0Tgnz.d.cts} +47 -3
- package/dist/copilotkit-B1K0Tgnz.d.cts.map +1 -0
- package/dist/{copilotkit-BrfN8YeF.d.mts → copilotkit-CZjzQPdq.d.mts} +47 -3
- package/dist/copilotkit-CZjzQPdq.d.mts.map +1 -0
- package/dist/{copilotkit-Ck0RL8hh.mjs → copilotkit-DT2FmOwK.mjs} +263 -19
- package/dist/copilotkit-DT2FmOwK.mjs.map +1 -0
- package/dist/{copilotkit-8KSSmCH_.cjs → copilotkit-EFunREg5.cjs} +268 -18
- package/dist/copilotkit-EFunREg5.cjs.map +1 -0
- package/dist/index.cjs +14 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +14 -7
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +62 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/headless.cjs +2 -0
- package/dist/v2/headless.cjs.map +1 -1
- package/dist/v2/headless.d.cts +2 -0
- package/dist/v2/headless.d.cts.map +1 -1
- package/dist/v2/headless.d.mts +2 -0
- package/dist/v2/headless.d.mts.map +1 -1
- package/dist/v2/headless.mjs +2 -0
- package/dist/v2/headless.mjs.map +1 -1
- package/dist/v2/index.cjs +2 -1
- package/dist/v2/index.css +1 -1
- package/dist/v2/index.d.cts +2 -2
- package/dist/v2/index.d.mts +2 -2
- package/dist/v2/index.mjs +2 -2
- package/dist/v2/index.umd.js +262 -17
- package/dist/v2/index.umd.js.map +1 -1
- package/package.json +8 -8
- package/skills/react-core/SKILL.md +1 -1
- package/dist/copilotkit-8KSSmCH_.cjs.map +0 -1
- package/dist/copilotkit-BICg0AyJ.d.cts.map +0 -1
- package/dist/copilotkit-BrfN8YeF.d.mts.map +0 -1
- package/dist/copilotkit-Ck0RL8hh.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/react-core",
|
|
3
|
-
"version": "1.68.
|
|
3
|
+
"version": "1.68.3-canary.1786716392",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -60,6 +60,12 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@ag-ui/client": "0.0.57",
|
|
62
62
|
"@ag-ui/core": "0.0.57",
|
|
63
|
+
"@copilotkit/a2ui-renderer": "1.68.3-canary.1786716392",
|
|
64
|
+
"@copilotkit/core": "1.68.3-canary.1786716392",
|
|
65
|
+
"@copilotkit/runtime-client-gql": "1.68.3-canary.1786716392",
|
|
66
|
+
"@copilotkit/shared": "1.68.3-canary.1786716392",
|
|
67
|
+
"@copilotkit/web-components": "1.68.3-canary.1786716392",
|
|
68
|
+
"@copilotkit/web-inspector": "1.68.3-canary.1786716392",
|
|
63
69
|
"@jetbrains/websandbox": "^1.1.3",
|
|
64
70
|
"@lit-labs/react": "^2.0.2",
|
|
65
71
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
@@ -79,13 +85,7 @@
|
|
|
79
85
|
"tw-animate-css": "^1.3.5",
|
|
80
86
|
"untruncate-json": "^0.0.1",
|
|
81
87
|
"use-stick-to-bottom": "^1.1.1",
|
|
82
|
-
"zod-to-json-schema": "^3.24.5"
|
|
83
|
-
"@copilotkit/a2ui-renderer": "1.68.1",
|
|
84
|
-
"@copilotkit/core": "1.68.1",
|
|
85
|
-
"@copilotkit/runtime-client-gql": "1.68.1",
|
|
86
|
-
"@copilotkit/web-components": "1.68.1",
|
|
87
|
-
"@copilotkit/web-inspector": "1.68.1",
|
|
88
|
-
"@copilotkit/shared": "1.68.1"
|
|
88
|
+
"zod-to-json-schema": "^3.24.5"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@tailwindcss/cli": "^4.1.11",
|