@copilotkit/runtime 1.68.2 → 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/package.cjs +1 -1
- package/dist/runtime/package.mjs +1 -1
- package/package.json +4 -4
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.68.
|
|
8
|
+
"version": "1.68.3-canary.1786716392",
|
|
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.68.
|
|
8
|
+
"version": "1.68.3-canary.1786716392",
|
|
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.68.
|
|
3
|
+
"version": "1.68.3-canary.1786716392",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"@ai-sdk/mcp": "^1.0.21",
|
|
79
79
|
"@ai-sdk/openai": "^3.0.36",
|
|
80
80
|
"@copilotkit/license-verifier": "~0.5.0",
|
|
81
|
+
"@copilotkit/shared": "1.68.3-canary.1786716392",
|
|
81
82
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
82
83
|
"@hono/node-server": "^1.13.5",
|
|
83
84
|
"@modelcontextprotocol/sdk": "^1.18.2",
|
|
@@ -105,9 +106,8 @@
|
|
|
105
106
|
"uuid": "^11.1.0",
|
|
106
107
|
"ws": "^8.18.0",
|
|
107
108
|
"zod": "^3.23.3",
|
|
108
|
-
"@copilotkit/channels-
|
|
109
|
-
"@copilotkit/
|
|
110
|
-
"@copilotkit/channels-core": "^0.9.0"
|
|
109
|
+
"@copilotkit/channels-core": "^0.9.0",
|
|
110
|
+
"@copilotkit/channels-intelligence": "0.9.0"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@copilotkit/aimock": "latest",
|