@copilotkit/runtime 1.8.11-next.0 → 1.8.11

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 +16 -0
  2. package/dist/{chunk-QEDTVJAI.mjs → chunk-C4YF3HSK.mjs} +4 -4
  3. package/dist/chunk-C4YF3HSK.mjs.map +1 -0
  4. package/dist/{chunk-42MS7MF5.mjs → chunk-LNG6GETF.mjs} +2 -2
  5. package/dist/{chunk-3QRIZEC5.mjs → chunk-RTHOFK2V.mjs} +2 -2
  6. package/dist/{chunk-VV35UUBB.mjs → chunk-VTW33IV3.mjs} +2 -2
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.js +3 -3
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +4 -4
  11. package/dist/lib/index.d.ts +1 -1
  12. package/dist/lib/index.js +3 -3
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/index.mjs +4 -4
  15. package/dist/lib/integrations/index.d.ts +2 -2
  16. package/dist/lib/integrations/index.js +1 -1
  17. package/dist/lib/integrations/index.js.map +1 -1
  18. package/dist/lib/integrations/index.mjs +4 -4
  19. package/dist/lib/integrations/nest/index.d.ts +1 -1
  20. package/dist/lib/integrations/nest/index.js +1 -1
  21. package/dist/lib/integrations/nest/index.js.map +1 -1
  22. package/dist/lib/integrations/nest/index.mjs +2 -2
  23. package/dist/lib/integrations/node-express/index.d.ts +1 -1
  24. package/dist/lib/integrations/node-express/index.js +1 -1
  25. package/dist/lib/integrations/node-express/index.js.map +1 -1
  26. package/dist/lib/integrations/node-express/index.mjs +2 -2
  27. package/dist/lib/integrations/node-http/index.d.ts +1 -1
  28. package/dist/lib/integrations/node-http/index.js +1 -1
  29. package/dist/lib/integrations/node-http/index.js.map +1 -1
  30. package/dist/lib/integrations/node-http/index.mjs +1 -1
  31. package/dist/{shared-ede87417.d.ts → shared-0c31d7c5.d.ts} +1 -1
  32. package/package.json +2 -2
  33. package/src/lib/runtime/remote-action-constructors.ts +3 -1
  34. package/src/lib/runtime/remote-actions.ts +1 -1
  35. package/src/lib/runtime/remote-lg-action.ts +4 -2
  36. package/dist/chunk-QEDTVJAI.mjs.map +0 -1
  37. /package/dist/{chunk-42MS7MF5.mjs.map → chunk-LNG6GETF.mjs.map} +0 -0
  38. /package/dist/{chunk-3QRIZEC5.mjs.map → chunk-RTHOFK2V.mjs.map} +0 -0
  39. /package/dist/{chunk-VV35UUBB.mjs.map → chunk-VTW33IV3.mjs.map} +0 -0
@@ -3,13 +3,13 @@ import {
3
3
  config,
4
4
  copilotRuntimeNextJSAppRouterEndpoint,
5
5
  copilotRuntimeNextJSPagesRouterEndpoint
6
- } from "../chunk-VV35UUBB.mjs";
6
+ } from "../chunk-VTW33IV3.mjs";
7
7
  import {
8
8
  copilotRuntimeNestEndpoint
9
- } from "../chunk-3QRIZEC5.mjs";
9
+ } from "../chunk-RTHOFK2V.mjs";
10
10
  import {
11
11
  copilotRuntimeNodeExpressEndpoint
12
- } from "../chunk-42MS7MF5.mjs";
12
+ } from "../chunk-LNG6GETF.mjs";
13
13
  import {
14
14
  CopilotRuntime,
15
15
  addCustomHeaderPlugin,
@@ -25,7 +25,7 @@ import {
25
25
  getCommonConfig,
26
26
  langGraphPlatformEndpoint,
27
27
  resolveEndpointType
28
- } from "../chunk-QEDTVJAI.mjs";
28
+ } from "../chunk-C4YF3HSK.mjs";
29
29
  import {
30
30
  GoogleGenerativeAIAdapter,
31
31
  GroqAdapter,
@@ -1,5 +1,5 @@
1
- import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-ede87417.js';
2
- export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-ede87417.js';
1
+ import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-0c31d7c5.js';
2
+ export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-0c31d7c5.js';
3
3
  import * as graphql_yoga from 'graphql-yoga';
4
4
  import { YogaServerInstance } from 'graphql-yoga';
5
5
  export { copilotRuntimeNodeHttpEndpoint } from './node-http/index.js';
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.8.11-next.0",
47
+ version: "1.8.11",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",