@copilotkit/runtime 1.10.0 → 1.10.1-next.1

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-ODQCOZ55.mjs → chunk-3OOK6FFB.mjs} +2 -2
  3. package/dist/{chunk-QBCAKCOM.mjs → chunk-I6HHRREO.mjs} +2 -2
  4. package/dist/{chunk-IP22MV6G.mjs → chunk-KKC7OMOS.mjs} +2 -2
  5. package/dist/{chunk-RODRL3FY.mjs → chunk-ULENPBNL.mjs} +2 -2
  6. package/dist/chunk-ULENPBNL.mjs.map +1 -0
  7. package/dist/{chunk-SNCAMGEK.mjs → chunk-ZRBQXWZC.mjs} +2 -2
  8. package/dist/index.d.ts +1 -1
  9. package/dist/index.js +1 -1
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.mjs +5 -5
  12. package/dist/lib/index.d.ts +1 -1
  13. package/dist/lib/index.js +1 -1
  14. package/dist/lib/index.js.map +1 -1
  15. package/dist/lib/index.mjs +5 -5
  16. package/dist/lib/integrations/index.d.ts +2 -2
  17. package/dist/lib/integrations/index.js +1 -1
  18. package/dist/lib/integrations/index.js.map +1 -1
  19. package/dist/lib/integrations/index.mjs +4 -4
  20. package/dist/lib/integrations/nest/index.d.ts +1 -1
  21. package/dist/lib/integrations/nest/index.js +1 -1
  22. package/dist/lib/integrations/nest/index.js.map +1 -1
  23. package/dist/lib/integrations/nest/index.mjs +2 -2
  24. package/dist/lib/integrations/node-express/index.d.ts +1 -1
  25. package/dist/lib/integrations/node-express/index.js +1 -1
  26. package/dist/lib/integrations/node-express/index.js.map +1 -1
  27. package/dist/lib/integrations/node-express/index.mjs +2 -2
  28. package/dist/lib/integrations/node-http/index.d.ts +1 -1
  29. package/dist/lib/integrations/node-http/index.js +1 -1
  30. package/dist/lib/integrations/node-http/index.js.map +1 -1
  31. package/dist/lib/integrations/node-http/index.mjs +1 -1
  32. package/dist/{shared-96b46379.d.ts → shared-c4e81118.d.ts} +1 -1
  33. package/package.json +2 -2
  34. package/src/lib/runtime/copilot-runtime.ts +1 -1
  35. package/dist/chunk-RODRL3FY.mjs.map +0 -1
  36. /package/dist/{chunk-ODQCOZ55.mjs.map → chunk-3OOK6FFB.mjs.map} +0 -0
  37. /package/dist/{chunk-QBCAKCOM.mjs.map → chunk-I6HHRREO.mjs.map} +0 -0
  38. /package/dist/{chunk-IP22MV6G.mjs.map → chunk-KKC7OMOS.mjs.map} +0 -0
  39. /package/dist/{chunk-SNCAMGEK.mjs.map → chunk-ZRBQXWZC.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  copilotRuntimeNodeHttpEndpoint
3
- } from "../../../chunk-RODRL3FY.mjs";
3
+ } from "../../../chunk-ULENPBNL.mjs";
4
4
  import "../../../chunk-SHBDMA63.mjs";
5
5
  import "../../../chunk-F7IANE7Z.mjs";
6
6
  import "../../../chunk-XWBDEXDA.mjs";
@@ -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 CopilotKit Cloud feature.
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.1",
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.1"
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 CopilotKit Cloud feature.
288
+ * This is a premium Copilot Cloud feature.
289
289
  *
290
290
  * @param errorEvent - Structured error event with rich debugging context
291
291
  *