@copilotkit/runtime 1.8.12 → 1.8.13-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 +13 -0
- package/dist/{chunk-JIU4VH3S.mjs → chunk-FLD6UXXD.mjs} +2 -2
- package/dist/{chunk-SRYEJT67.mjs → chunk-HVE27PFM.mjs} +2 -2
- package/dist/{chunk-G2EJCYNC.mjs → chunk-KJ4NDACX.mjs} +2 -2
- package/dist/{chunk-74223AMC.mjs → chunk-QT5HJPXM.mjs} +12 -6
- package/dist/chunk-QT5HJPXM.mjs.map +1 -0
- package/dist/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +11 -5
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +11 -5
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +11 -5
- 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.js +11 -5
- 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.js +11 -5
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +14 -8
- package/dist/chunk-74223AMC.mjs.map +0 -1
- /package/dist/{chunk-JIU4VH3S.mjs.map → chunk-FLD6UXXD.mjs.map} +0 -0
- /package/dist/{chunk-SRYEJT67.mjs.map → chunk-HVE27PFM.mjs.map} +0 -0
- /package/dist/{chunk-G2EJCYNC.mjs.map → chunk-KJ4NDACX.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.8.13-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/shared@1.8.13-next.1
|
|
8
|
+
|
|
9
|
+
## 1.8.13-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6ed54f4: - AG-UI 0.0.28
|
|
14
|
+
- @copilotkit/shared@1.8.13-next.0
|
|
15
|
+
|
|
3
16
|
## 1.8.12
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QT5HJPXM.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-FLD6UXXD.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QT5HJPXM.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
config,
|
|
78
78
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
80
|
+
//# sourceMappingURL=chunk-HVE27PFM.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QT5HJPXM.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-KJ4NDACX.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.8.
|
|
43
|
+
version: "1.8.13-next.1",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -78,10 +78,10 @@ var require_package = __commonJS({
|
|
|
78
78
|
"zod-to-json-schema": "^3.23.5"
|
|
79
79
|
},
|
|
80
80
|
dependencies: {
|
|
81
|
-
"@ag-ui/client": "
|
|
82
|
-
"@ag-ui/core": "
|
|
83
|
-
"@ag-ui/encoder": "
|
|
84
|
-
"@ag-ui/proto": "
|
|
81
|
+
"@ag-ui/client": "0.0.28",
|
|
82
|
+
"@ag-ui/core": "0.0.28",
|
|
83
|
+
"@ag-ui/encoder": "0.0.28",
|
|
84
|
+
"@ag-ui/proto": "0.0.28",
|
|
85
85
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
86
86
|
"@copilotkit/shared": "workspace:*",
|
|
87
87
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -107,6 +107,12 @@ var require_package = __commonJS({
|
|
|
107
107
|
"type-graphql": "2.0.0-rc.1",
|
|
108
108
|
zod: "^3.23.3"
|
|
109
109
|
},
|
|
110
|
+
peerDependencies: {
|
|
111
|
+
"@ag-ui/client": ">=0.0.28",
|
|
112
|
+
"@ag-ui/core": ">=0.0.28",
|
|
113
|
+
"@ag-ui/encoder": ">=0.0.28",
|
|
114
|
+
"@ag-ui/proto": ">=0.0.28"
|
|
115
|
+
},
|
|
110
116
|
keywords: [
|
|
111
117
|
"copilotkit",
|
|
112
118
|
"copilot",
|
|
@@ -5074,4 +5080,4 @@ export {
|
|
|
5074
5080
|
getCommonConfig,
|
|
5075
5081
|
copilotRuntimeNodeHttpEndpoint
|
|
5076
5082
|
};
|
|
5077
|
-
//# sourceMappingURL=chunk-
|
|
5083
|
+
//# sourceMappingURL=chunk-QT5HJPXM.mjs.map
|