@copilotkit/runtime 1.4.6 → 1.4.8-next.0

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 +61 -5
  2. package/dist/{chunk-6KZNQI7Z.mjs → chunk-3KW7FFG5.mjs} +2 -2
  3. package/dist/{chunk-37LZS4PV.mjs → chunk-CDXNOPUW.mjs} +2 -2
  4. package/dist/{chunk-XA3KCJ6P.mjs → chunk-DOQSOWZS.mjs} +2 -2
  5. package/dist/{chunk-55FONM7Y.mjs → chunk-U6LFW34R.mjs} +4 -4
  6. package/dist/chunk-U6LFW34R.mjs.map +1 -0
  7. package/dist/index.js +3 -3
  8. package/dist/index.js.map +1 -1
  9. package/dist/index.mjs +4 -4
  10. package/dist/lib/index.js +3 -3
  11. package/dist/lib/index.js.map +1 -1
  12. package/dist/lib/index.mjs +4 -4
  13. package/dist/lib/integrations/index.js +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +1 -1
  27. package/dist/chunk-55FONM7Y.mjs.map +0 -1
  28. /package/dist/{chunk-6KZNQI7Z.mjs.map → chunk-3KW7FFG5.mjs.map} +0 -0
  29. /package/dist/{chunk-37LZS4PV.mjs.map → chunk-CDXNOPUW.mjs.map} +0 -0
  30. /package/dist/{chunk-XA3KCJ6P.mjs.map → chunk-DOQSOWZS.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,29 +1,85 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.4.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/shared@1.4.8-next.0
8
+
9
+ ## 1.4.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Fix broken build script before release
14
+ - Updated dependencies
15
+ - @copilotkit/shared@1.4.7
16
+
3
17
  ## 1.4.6
4
18
 
5
19
  ### Patch Changes
6
20
 
7
21
  - .
8
- - Updated dependencies
9
- - @copilotkit/shared@1.4.6
10
22
 
11
23
  ## 1.4.5
12
24
 
13
25
  ### Patch Changes
14
26
 
15
- - .
27
+ - testing release workflow
16
28
  - Updated dependencies
17
29
  - @copilotkit/shared@1.4.5
18
30
 
19
- ## 1.4.4
31
+ ## 1.4.5-next.0
20
32
 
21
33
  ### Patch Changes
22
34
 
23
- - .
35
+ - testing release workflow
24
36
  - Updated dependencies
37
+ - @copilotkit/shared@1.4.5-next.0
38
+
39
+ ## 1.4.4
40
+
41
+ ### Patch Changes
42
+
43
+ - 665deab: test prerelease
44
+ - 57a6012: test next prerelease automation
45
+ - 7cfc2e7: test prerelease stuff
46
+ - af36f1a: - feat(runtime): readme update
25
47
  - @copilotkit/shared@1.4.4
26
48
 
49
+ ## 1.4.4-next.4
50
+
51
+ ### Patch Changes
52
+
53
+ - 57a6012: test next prerelease automation
54
+ - @copilotkit/shared@1.4.4-next.4
55
+
56
+ ## 1.4.4-next.3
57
+
58
+ ### Patch Changes
59
+
60
+ - 7cfc2e7: test prerelease stuff
61
+ - @copilotkit/shared@1.4.4-next.3
62
+
63
+ ## 1.4.4-next.2
64
+
65
+ ### Patch Changes
66
+
67
+ - 665deab: test prerelease
68
+ - @copilotkit/shared@1.4.4-next.2
69
+
70
+ ## 1.4.4-next.1
71
+
72
+ ### Patch Changes
73
+
74
+ - af36f1a: - feat(runtime): readme update
75
+ - @copilotkit/shared@1.4.4-next.1
76
+
77
+ ## 1.4.4-next.0
78
+
79
+ ### Patch Changes
80
+
81
+ - @copilotkit/shared@1.4.4-next.0
82
+
27
83
  ## 1.4.3
28
84
 
29
85
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-55FONM7Y.mjs";
5
+ } from "./chunk-U6LFW34R.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-44O2JGUY.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
22
22
  export {
23
23
  copilotRuntimeNestEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-6KZNQI7Z.mjs.map
25
+ //# sourceMappingURL=chunk-3KW7FFG5.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-55FONM7Y.mjs";
5
+ } from "./chunk-U6LFW34R.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-44O2JGUY.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
22
22
  export {
23
23
  copilotRuntimeNodeExpressEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-37LZS4PV.mjs.map
25
+ //# sourceMappingURL=chunk-CDXNOPUW.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-55FONM7Y.mjs";
5
+ } from "./chunk-U6LFW34R.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-44O2JGUY.mjs";
@@ -77,4 +77,4 @@ export {
77
77
  config,
78
78
  copilotRuntimeNextJSPagesRouterEndpoint
79
79
  };
80
- //# sourceMappingURL=chunk-XA3KCJ6P.mjs.map
80
+ //# sourceMappingURL=chunk-DOQSOWZS.mjs.map
@@ -37,7 +37,7 @@ var require_package = __commonJS({
37
37
  publishConfig: {
38
38
  access: "public"
39
39
  },
40
- version: "1.4.6",
40
+ version: "1.4.8-next.0",
41
41
  sideEffects: false,
42
42
  main: "./dist/index.js",
43
43
  module: "./dist/index.mjs",
@@ -3025,8 +3025,8 @@ function createLogger(options) {
3025
3025
  level: process.env.LOG_LEVEL || level || "error",
3026
3026
  redact: {
3027
3027
  paths: [
3028
- "pid",
3029
- "hostname"
3028
+ "*.pid",
3029
+ "*.hostname"
3030
3030
  ],
3031
3031
  remove: true
3032
3032
  }
@@ -3152,4 +3152,4 @@ export {
3152
3152
  getCommonConfig,
3153
3153
  copilotRuntimeNodeHttpEndpoint
3154
3154
  };
3155
- //# sourceMappingURL=chunk-55FONM7Y.mjs.map
3155
+ //# sourceMappingURL=chunk-U6LFW34R.mjs.map