@copilotkit/runtime 1.64.2-canary.1785375021 → 1.64.2-canary.1785380282
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/package.cjs +1 -1
- package/dist/runtime/package.mjs +1 -1
- package/package.json +6 -6
package/dist/package.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
|
5
5
|
var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, module) => {
|
|
6
6
|
module.exports = {
|
|
7
7
|
"name": "@copilotkit/runtime",
|
|
8
|
-
"version": "1.64.2-canary.
|
|
8
|
+
"version": "1.64.2-canary.1785380282",
|
|
9
9
|
"private": false,
|
|
10
10
|
"keywords": [
|
|
11
11
|
"ai",
|
package/dist/runtime/package.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { __commonJSMin } from "../_virtual/_rolldown/runtime.mjs";
|
|
|
5
5
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
6
|
module.exports = {
|
|
7
7
|
"name": "@copilotkit/runtime",
|
|
8
|
-
"version": "1.64.2-canary.
|
|
8
|
+
"version": "1.64.2-canary.1785380282",
|
|
9
9
|
"private": false,
|
|
10
10
|
"keywords": [
|
|
11
11
|
"ai",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/runtime",
|
|
3
|
-
"version": "1.64.2-canary.
|
|
3
|
+
"version": "1.64.2-canary.1785380282",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -77,7 +77,10 @@
|
|
|
77
77
|
"@ai-sdk/google-vertex": "^3.0.97",
|
|
78
78
|
"@ai-sdk/mcp": "^1.0.21",
|
|
79
79
|
"@ai-sdk/openai": "^3.0.36",
|
|
80
|
+
"@copilotkit/channels-core": "0.4.1-canary.1785380282",
|
|
81
|
+
"@copilotkit/channels-intelligence": "0.4.1-canary.1785380282",
|
|
80
82
|
"@copilotkit/license-verifier": "~0.5.0",
|
|
83
|
+
"@copilotkit/shared": "1.64.2-canary.1785380282",
|
|
81
84
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
82
85
|
"@hono/node-server": "^1.13.5",
|
|
83
86
|
"@modelcontextprotocol/sdk": "^1.18.2",
|
|
@@ -104,10 +107,7 @@
|
|
|
104
107
|
"type-graphql": "2.0.0-rc.1",
|
|
105
108
|
"uuid": "^10.0.0",
|
|
106
109
|
"ws": "^8.18.0",
|
|
107
|
-
"zod": "^3.23.3"
|
|
108
|
-
"@copilotkit/channels-core": "^0.4.1-canary.1785375021",
|
|
109
|
-
"@copilotkit/channels-intelligence": "0.4.1-canary.1785375021",
|
|
110
|
-
"@copilotkit/shared": "1.64.2-canary.1785375021"
|
|
110
|
+
"zod": "^3.23.3"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@copilotkit/aimock": "latest",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"valibot": "^1.2.0",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
133
|
"tsconfig": "1.4.12",
|
|
134
|
-
"@copilotkit/channels": "0.4.1-canary.
|
|
134
|
+
"@copilotkit/channels": "0.4.1-canary.1785380282"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"@anthropic-ai/sdk": ">=0.57.0",
|