@copilotkit/runtime 1.8.10 → 1.8.11-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.
- package/CHANGELOG.md +14 -0
- package/dist/{chunk-5EMHHQ4P.mjs → chunk-IYF3PJG5.mjs} +14 -14
- package/dist/chunk-IYF3PJG5.mjs.map +1 -0
- package/dist/{chunk-LSELEGWC.mjs → chunk-KY2KPEXS.mjs} +2 -2
- package/dist/{chunk-DBY2YRE7.mjs → chunk-POEBLTPP.mjs} +2 -2
- package/dist/{chunk-KFZJJYUQ.mjs → chunk-T5O3LCUA.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +3 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- 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 +6 -6
- 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 +4 -4
- 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 +4 -4
- 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 +3 -3
- package/dist/{shared-ede87417.d.ts → shared-0c31d7c5.d.ts} +1 -1
- package/package.json +2 -2
- package/src/lib/runtime/remote-action-constructors.ts +3 -1
- package/src/lib/runtime/remote-actions.ts +1 -1
- package/src/lib/runtime/remote-lg-action.ts +4 -2
- package/dist/chunk-5EMHHQ4P.mjs.map +0 -1
- /package/dist/{chunk-LSELEGWC.mjs.map → chunk-KY2KPEXS.mjs.map} +0 -0
- /package/dist/{chunk-DBY2YRE7.mjs.map → chunk-POEBLTPP.mjs.map} +0 -0
- /package/dist/{chunk-KFZJJYUQ.mjs.map → chunk-T5O3LCUA.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-T5O3LCUA.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-KY2KPEXS.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-POEBLTPP.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -25,9 +25,7 @@ import {
|
|
|
25
25
|
getCommonConfig,
|
|
26
26
|
langGraphPlatformEndpoint,
|
|
27
27
|
resolveEndpointType
|
|
28
|
-
} from "../chunk-
|
|
29
|
-
import "../chunk-SHBDMA63.mjs";
|
|
30
|
-
import "../chunk-2OZAGFV3.mjs";
|
|
28
|
+
} from "../chunk-IYF3PJG5.mjs";
|
|
31
29
|
import {
|
|
32
30
|
GoogleGenerativeAIAdapter,
|
|
33
31
|
GroqAdapter,
|
|
@@ -37,6 +35,8 @@ import {
|
|
|
37
35
|
UnifyAdapter
|
|
38
36
|
} from "../chunk-EY6RUVB7.mjs";
|
|
39
37
|
import "../chunk-5BIEM2UU.mjs";
|
|
38
|
+
import "../chunk-SHBDMA63.mjs";
|
|
39
|
+
import "../chunk-2OZAGFV3.mjs";
|
|
40
40
|
import "../chunk-FHD4JECV.mjs";
|
|
41
41
|
export {
|
|
42
42
|
CopilotRuntime,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-
|
|
2
|
-
export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-
|
|
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';
|