@copilotkit/runtime 1.0.8-integrations-unify.1 → 1.0.8-mme-pre-dev-console.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 +6 -6
- package/dist/{chunk-3HW6N3ZT.mjs → chunk-BRUOTVRW.mjs} +2 -2
- package/dist/{chunk-MQSKKZ6E.mjs → chunk-G3GU3ISO.mjs} +4 -4
- package/dist/chunk-G3GU3ISO.mjs.map +1 -0
- package/dist/{chunk-R2FQNVPT.mjs → chunk-RLPVTTQE.mjs} +2 -2
- package/dist/{chunk-JLCQGNST.mjs → chunk-RX3XJ2WR.mjs} +2 -2
- package/dist/{chunk-Z45IBAWL.mjs → chunk-V6UCW3VN.mjs} +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +3 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +3 -3
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +3 -3
- 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 +3 -3
- 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 +3 -3
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +6 -6
- package/tsup.config.ts +0 -1
- package/.turbo/turbo-build.log +0 -99
- package/dist/chunk-MQSKKZ6E.mjs.map +0 -1
- /package/dist/{chunk-3HW6N3ZT.mjs.map → chunk-BRUOTVRW.mjs.map} +0 -0
- /package/dist/{chunk-R2FQNVPT.mjs.map → chunk-RLPVTTQE.mjs.map} +0 -0
- /package/dist/{chunk-JLCQGNST.mjs.map → chunk-RX3XJ2WR.mjs.map} +0 -0
- /package/dist/{chunk-Z45IBAWL.mjs.map → chunk-V6UCW3VN.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotRuntime,
|
|
3
3
|
flattenToolCallsNoDuplicates
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RLPVTTQE.mjs";
|
|
5
5
|
import {
|
|
6
6
|
GoogleGenerativeAIAdapter,
|
|
7
7
|
LangChainAdapter,
|
|
@@ -13,19 +13,19 @@ import {
|
|
|
13
13
|
config,
|
|
14
14
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
15
15
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RX3XJ2WR.mjs";
|
|
17
17
|
import {
|
|
18
18
|
copilotRuntimeNestEndpoint
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-V6UCW3VN.mjs";
|
|
20
20
|
import {
|
|
21
21
|
copilotRuntimeNodeExpressEndpoint
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-BRUOTVRW.mjs";
|
|
23
23
|
import {
|
|
24
24
|
buildSchema,
|
|
25
25
|
copilotRuntimeNodeHttpEndpoint,
|
|
26
26
|
createContext,
|
|
27
27
|
getCommonConfig
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-G3GU3ISO.mjs";
|
|
29
29
|
import "./chunk-URMISMK2.mjs";
|
|
30
30
|
import {
|
|
31
31
|
GuardrailsValidationFailureResponse,
|
package/dist/lib/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.0.8-
|
|
47
|
+
version: "1.0.8-mme-pre-dev-console.1",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -54,11 +54,11 @@ var require_package = __commonJS({
|
|
|
54
54
|
types: "./dist/index.d.ts",
|
|
55
55
|
license: "MIT",
|
|
56
56
|
scripts: {
|
|
57
|
-
build:
|
|
57
|
+
build: 'tsup --onSuccess "pnpm run generate-graphql-schema"',
|
|
58
58
|
dev: 'tsup --watch --onSuccess "pnpm run generate-graphql-schema"',
|
|
59
59
|
test: "jest --passWithNoTests",
|
|
60
60
|
"check-types": "tsc --noEmit",
|
|
61
|
-
clean: "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next",
|
|
61
|
+
clean: "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next && rm -rf __snapshots__",
|
|
62
62
|
"generate-graphql-schema": "rm -rf __snapshots__ && ts-node ./scripts/generate-gql-schema.ts"
|
|
63
63
|
},
|
|
64
64
|
devDependencies: {
|