@copilotkit/runtime 1.10.0 → 1.10.1-next.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/CHANGELOG.md +6 -0
- package/dist/{chunk-IP22MV6G.mjs → chunk-6YSZZSY2.mjs} +2 -2
- package/dist/{chunk-RODRL3FY.mjs → chunk-ESNB6PUN.mjs} +2 -2
- package/dist/chunk-ESNB6PUN.mjs.map +1 -0
- package/dist/{chunk-ODQCOZ55.mjs → chunk-FJJL7HIM.mjs} +2 -2
- package/dist/{chunk-SNCAMGEK.mjs → chunk-KBUGO2EA.mjs} +2 -2
- package/dist/{chunk-QBCAKCOM.mjs → chunk-NVIJFB66.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.d.ts +2 -2
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.d.ts +1 -1
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.d.ts +1 -1
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.d.ts +1 -1
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/dist/{shared-96b46379.d.ts → shared-c4e81118.d.ts} +1 -1
- package/package.json +2 -2
- package/src/lib/runtime/copilot-runtime.ts +1 -1
- package/dist/chunk-RODRL3FY.mjs.map +0 -1
- /package/dist/{chunk-IP22MV6G.mjs.map → chunk-6YSZZSY2.mjs.map} +0 -0
- /package/dist/{chunk-ODQCOZ55.mjs.map → chunk-FJJL7HIM.mjs.map} +0 -0
- /package/dist/{chunk-SNCAMGEK.mjs.map → chunk-KBUGO2EA.mjs.map} +0 -0
- /package/dist/{chunk-QBCAKCOM.mjs.map → chunk-NVIJFB66.mjs.map} +0 -0
|
@@ -341,7 +341,7 @@ interface CopilotRuntimeConstructorParams<T extends Parameter[] | [] = []> {
|
|
|
341
341
|
* Optional error handler for comprehensive debugging and observability.
|
|
342
342
|
*
|
|
343
343
|
* **Requires publicApiKey**: Error handling only works when requests include a valid publicApiKey.
|
|
344
|
-
* This is a premium
|
|
344
|
+
* This is a premium Copilot Cloud feature.
|
|
345
345
|
*
|
|
346
346
|
* @param errorEvent - Structured error event with rich debugging context
|
|
347
347
|
*
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.0",
|
|
12
|
+
"version": "1.10.1-next.0",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rxjs": "7.8.1",
|
|
68
68
|
"type-graphql": "2.0.0-rc.1",
|
|
69
69
|
"zod": "^3.23.3",
|
|
70
|
-
"@copilotkit/shared": "1.10.0"
|
|
70
|
+
"@copilotkit/shared": "1.10.1-next.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@ag-ui/client": ">=0.0.34",
|
|
@@ -285,7 +285,7 @@ export interface CopilotRuntimeConstructorParams<T extends Parameter[] | [] = []
|
|
|
285
285
|
* Optional error handler for comprehensive debugging and observability.
|
|
286
286
|
*
|
|
287
287
|
* **Requires publicApiKey**: Error handling only works when requests include a valid publicApiKey.
|
|
288
|
-
* This is a premium
|
|
288
|
+
* This is a premium Copilot Cloud feature.
|
|
289
289
|
*
|
|
290
290
|
* @param errorEvent - Structured error event with rich debugging context
|
|
291
291
|
*
|