@copilotkit/runtime 1.4.8-next.0 → 1.4.8-no-pino-redact.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 +11 -0
- package/dist/{chunk-U6LFW34R.mjs → chunk-36AYTJIE.mjs} +3 -10
- package/dist/chunk-36AYTJIE.mjs.map +1 -0
- package/dist/{chunk-CDXNOPUW.mjs → chunk-APVJZO3R.mjs} +2 -2
- package/dist/{chunk-3KW7FFG5.mjs → chunk-M74ZTUCC.mjs} +2 -2
- package/dist/{chunk-DOQSOWZS.mjs → chunk-OSWF5QDO.mjs} +2 -2
- package/dist/index.js +2 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +2 -9
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +2 -9
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +2 -9
- 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 +2 -9
- 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 +2 -9
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +2 -2
- package/src/lib/logger.ts +0 -4
- package/dist/chunk-U6LFW34R.mjs.map +0 -1
- /package/dist/{chunk-CDXNOPUW.mjs.map → chunk-APVJZO3R.mjs.map} +0 -0
- /package/dist/{chunk-3KW7FFG5.mjs.map → chunk-M74ZTUCC.mjs.map} +0 -0
- /package/dist/{chunk-DOQSOWZS.mjs.map → chunk-OSWF5QDO.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-OSWF5QDO.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-M74ZTUCC.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-APVJZO3R.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-36AYTJIE.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AnthropicAdapter,
|
|
26
26
|
GoogleGenerativeAIAdapter,
|
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.4.8-
|
|
47
|
+
version: "1.4.8-no-pino-redact.1",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -4168,14 +4168,7 @@ function createLogger(options) {
|
|
|
4168
4168
|
colorize: true
|
|
4169
4169
|
});
|
|
4170
4170
|
const logger2 = (0, import_pino.default)({
|
|
4171
|
-
level: process.env.LOG_LEVEL || level || "error"
|
|
4172
|
-
redact: {
|
|
4173
|
-
paths: [
|
|
4174
|
-
"*.pid",
|
|
4175
|
-
"*.hostname"
|
|
4176
|
-
],
|
|
4177
|
-
remove: true
|
|
4178
|
-
}
|
|
4171
|
+
level: process.env.LOG_LEVEL || level || "error"
|
|
4179
4172
|
}, stream);
|
|
4180
4173
|
if (component) {
|
|
4181
4174
|
return logger2.child({
|