@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/lib/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
|
GoogleGenerativeAIAdapter,
|
|
26
26
|
GroqAdapter,
|
|
@@ -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",
|
|
@@ -1822,14 +1822,7 @@ function createLogger(options) {
|
|
|
1822
1822
|
colorize: true
|
|
1823
1823
|
});
|
|
1824
1824
|
const logger2 = (0, import_pino.default)({
|
|
1825
|
-
level: process.env.LOG_LEVEL || level || "error"
|
|
1826
|
-
redact: {
|
|
1827
|
-
paths: [
|
|
1828
|
-
"*.pid",
|
|
1829
|
-
"*.hostname"
|
|
1830
|
-
],
|
|
1831
|
-
remove: true
|
|
1832
|
-
}
|
|
1825
|
+
level: process.env.LOG_LEVEL || level || "error"
|
|
1833
1826
|
}, stream);
|
|
1834
1827
|
if (component) {
|
|
1835
1828
|
return logger2.child({
|