@copilotkit/runtime 1.65.0 → 1.65.1-canary.1785779327
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.65.
|
|
8
|
+
"version": "1.65.1-canary.1785779327",
|
|
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.65.
|
|
8
|
+
"version": "1.65.1-canary.1785779327",
|
|
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.65.
|
|
3
|
+
"version": "1.65.1-canary.1785779327",
|
|
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.6.2-canary.1785779327",
|
|
81
|
+
"@copilotkit/channels-intelligence": "0.6.2-canary.1785779327",
|
|
80
82
|
"@copilotkit/license-verifier": "~0.5.0",
|
|
83
|
+
"@copilotkit/shared": "1.65.1-canary.1785779327",
|
|
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.6.0",
|
|
109
|
-
"@copilotkit/shared": "1.65.0",
|
|
110
|
-
"@copilotkit/channels-intelligence": "0.6.0"
|
|
110
|
+
"zod": "^3.23.3"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@copilotkit/aimock": "latest",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"typescript": "^5.2.3",
|
|
131
131
|
"valibot": "^1.2.0",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
|
-
"@copilotkit/channels": "0.6.
|
|
133
|
+
"@copilotkit/channels": "0.6.2-canary.1785779327",
|
|
134
134
|
"tsconfig": "1.4.12"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|