@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.
Files changed (30) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{chunk-U6LFW34R.mjs → chunk-36AYTJIE.mjs} +3 -10
  3. package/dist/chunk-36AYTJIE.mjs.map +1 -0
  4. package/dist/{chunk-CDXNOPUW.mjs → chunk-APVJZO3R.mjs} +2 -2
  5. package/dist/{chunk-3KW7FFG5.mjs → chunk-M74ZTUCC.mjs} +2 -2
  6. package/dist/{chunk-DOQSOWZS.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-U6LFW34R.mjs.map +0 -1
  28. /package/dist/{chunk-CDXNOPUW.mjs.map → chunk-APVJZO3R.mjs.map} +0 -0
  29. /package/dist/{chunk-3KW7FFG5.mjs.map → chunk-M74ZTUCC.mjs.map} +0 -0
  30. /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-DOQSOWZS.mjs";
6
+ } from "./chunk-OSWF5QDO.mjs";
7
7
  import {
8
8
  copilotRuntimeNestEndpoint
9
- } from "./chunk-3KW7FFG5.mjs";
9
+ } from "./chunk-M74ZTUCC.mjs";
10
10
  import {
11
11
  copilotRuntimeNodeExpressEndpoint
12
- } from "./chunk-CDXNOPUW.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-U6LFW34R.mjs";
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-next.0",
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({