@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
|
@@ -2,19 +2,19 @@ import {
|
|
|
2
2
|
config,
|
|
3
3
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
4
4
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-OSWF5QDO.mjs";
|
|
6
6
|
import {
|
|
7
7
|
copilotRuntimeNestEndpoint
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-M74ZTUCC.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copilotRuntimeNodeExpressEndpoint
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-APVJZO3R.mjs";
|
|
12
12
|
import {
|
|
13
13
|
buildSchema,
|
|
14
14
|
copilotRuntimeNodeHttpEndpoint,
|
|
15
15
|
createContext,
|
|
16
16
|
getCommonConfig
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-36AYTJIE.mjs";
|
|
18
18
|
import "../../chunk-OKQVDDJ2.mjs";
|
|
19
19
|
import "../../chunk-U3V2BCGI.mjs";
|
|
20
20
|
import "../../chunk-B74M7FXG.mjs";
|
|
@@ -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",
|
|
@@ -1817,14 +1817,7 @@ function createLogger(options) {
|
|
|
1817
1817
|
colorize: true
|
|
1818
1818
|
});
|
|
1819
1819
|
const logger2 = (0, import_pino.default)({
|
|
1820
|
-
level: process.env.LOG_LEVEL || level || "error"
|
|
1821
|
-
redact: {
|
|
1822
|
-
paths: [
|
|
1823
|
-
"*.pid",
|
|
1824
|
-
"*.hostname"
|
|
1825
|
-
],
|
|
1826
|
-
remove: true
|
|
1827
|
-
}
|
|
1820
|
+
level: process.env.LOG_LEVEL || level || "error"
|
|
1828
1821
|
}, stream);
|
|
1829
1822
|
if (component) {
|
|
1830
1823
|
return logger2.child({
|