@copilotkit/runtime 1.4.7 → 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.
Files changed (30) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/{chunk-44ICGB7P.mjs → chunk-36AYTJIE.mjs} +3 -10
  3. package/dist/chunk-36AYTJIE.mjs.map +1 -0
  4. package/dist/{chunk-XWWKPWHL.mjs → chunk-APVJZO3R.mjs} +2 -2
  5. package/dist/{chunk-BE5WOXMD.mjs → chunk-M74ZTUCC.mjs} +2 -2
  6. package/dist/{chunk-DRO25ADD.mjs → chunk-OSWF5QDO.mjs} +2 -2
  7. package/dist/index.js +2 -9
  8. package/dist/index.js.map +1 -1
  9. package/dist/index.mjs +4 -4
  10. package/dist/lib/index.js +2 -9
  11. package/dist/lib/index.js.map +1 -1
  12. package/dist/lib/index.mjs +4 -4
  13. package/dist/lib/integrations/index.js +2 -9
  14. package/dist/lib/integrations/index.js.map +1 -1
  15. package/dist/lib/integrations/index.mjs +4 -4
  16. package/dist/lib/integrations/nest/index.js +2 -9
  17. package/dist/lib/integrations/nest/index.js.map +1 -1
  18. package/dist/lib/integrations/nest/index.mjs +2 -2
  19. package/dist/lib/integrations/node-express/index.js +2 -9
  20. package/dist/lib/integrations/node-express/index.js.map +1 -1
  21. package/dist/lib/integrations/node-express/index.mjs +2 -2
  22. package/dist/lib/integrations/node-http/index.js +2 -9
  23. package/dist/lib/integrations/node-http/index.js.map +1 -1
  24. package/dist/lib/integrations/node-http/index.mjs +1 -1
  25. package/package.json +2 -2
  26. package/src/lib/logger.ts +0 -4
  27. package/dist/chunk-44ICGB7P.mjs.map +0 -1
  28. /package/dist/{chunk-XWWKPWHL.mjs.map → chunk-APVJZO3R.mjs.map} +0 -0
  29. /package/dist/{chunk-BE5WOXMD.mjs.map → chunk-M74ZTUCC.mjs.map} +0 -0
  30. /package/dist/{chunk-DRO25ADD.mjs.map → chunk-OSWF5QDO.mjs.map} +0 -0
@@ -3,13 +3,13 @@ import {
3
3
  config,
4
4
  copilotRuntimeNextJSAppRouterEndpoint,
5
5
  copilotRuntimeNextJSPagesRouterEndpoint
6
- } from "../chunk-DRO25ADD.mjs";
6
+ } from "../chunk-OSWF5QDO.mjs";
7
7
  import {
8
8
  copilotRuntimeNestEndpoint
9
- } from "../chunk-BE5WOXMD.mjs";
9
+ } from "../chunk-M74ZTUCC.mjs";
10
10
  import {
11
11
  copilotRuntimeNodeExpressEndpoint
12
- } from "../chunk-XWWKPWHL.mjs";
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-44ICGB7P.mjs";
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.7",
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({