@copilotkit/runtime 1.8.1 → 1.8.2-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-34PLTABO.mjs → chunk-QAPB44C7.mjs} +2 -2
- package/dist/{chunk-WN6OJX5I.mjs → chunk-QZFOLVUA.mjs} +11 -11
- package/dist/chunk-QZFOLVUA.mjs.map +1 -0
- package/dist/{chunk-6276MKXI.mjs → chunk-TNMBPY25.mjs} +2 -2
- package/dist/{chunk-O33RXDDY.mjs → chunk-UGVXD6KK.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- 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.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.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.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/package.json +4 -4
- package/dist/chunk-WN6OJX5I.mjs.map +0 -1
- /package/dist/{chunk-34PLTABO.mjs.map → chunk-QAPB44C7.mjs.map} +0 -0
- /package/dist/{chunk-6276MKXI.mjs.map → chunk-TNMBPY25.mjs.map} +0 -0
- /package/dist/{chunk-O33RXDDY.mjs.map → chunk-UGVXD6KK.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-FZJAYGIR.mjs";
|
|
5
|
-
import "../../../chunk-5BIEM2UU.mjs";
|
|
3
|
+
} from "../../../chunk-QZFOLVUA.mjs";
|
|
6
4
|
import "../../../chunk-RTFJTJMA.mjs";
|
|
7
5
|
import "../../../chunk-2OZAGFV3.mjs";
|
|
6
|
+
import "../../../chunk-FZJAYGIR.mjs";
|
|
7
|
+
import "../../../chunk-5BIEM2UU.mjs";
|
|
8
8
|
import "../../../chunk-FHD4JECV.mjs";
|
|
9
9
|
export {
|
|
10
10
|
copilotRuntimeNodeHttpEndpoint
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.8.
|
|
12
|
+
"version": "1.8.2-next.0",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"tsup": "^6.7.0",
|
|
33
33
|
"typescript": "^5.2.3",
|
|
34
34
|
"zod-to-json-schema": "^3.23.5",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"tsconfig": "1.4.6",
|
|
36
|
+
"eslint-config-custom": "1.4.6"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"rxjs": "^7.8.1",
|
|
60
60
|
"type-graphql": "2.0.0-rc.1",
|
|
61
61
|
"zod": "^3.23.3",
|
|
62
|
-
"@copilotkit/shared": "1.8.
|
|
62
|
+
"@copilotkit/shared": "1.8.2-next.0"
|
|
63
63
|
},
|
|
64
64
|
"keywords": [
|
|
65
65
|
"copilotkit",
|