@copilotkit/runtime 1.8.8-next.1 → 1.8.8
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 +9 -0
- package/dist/{chunk-HBCCZQBE.mjs → chunk-3R446VII.mjs} +2 -2
- package/dist/chunk-3R446VII.mjs.map +1 -0
- package/dist/{chunk-3UU33HF6.mjs → chunk-HAIKRVPW.mjs} +2 -2
- package/dist/{chunk-O4WMMGSX.mjs → chunk-PTBPJ2YQ.mjs} +2 -2
- package/dist/{chunk-QF6GPOZV.mjs → chunk-UKGY3PWM.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/dist/chunk-HBCCZQBE.mjs.map +0 -1
- /package/dist/{chunk-3UU33HF6.mjs.map → chunk-HAIKRVPW.mjs.map} +0 -0
- /package/dist/{chunk-O4WMMGSX.mjs.map → chunk-PTBPJ2YQ.mjs.map} +0 -0
- /package/dist/{chunk-QF6GPOZV.mjs.map → chunk-UKGY3PWM.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.8.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8c26335: - fix: update MCP tool parameter extraction to handle full tool objects
|
|
8
|
+
- dfb67c3: - refactor: rename mcpEndpoints to mcpServers for naming consistency
|
|
9
|
+
- doc changes
|
|
10
|
+
- @copilotkit/shared@1.8.8
|
|
11
|
+
|
|
3
12
|
## 1.8.8-next.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.8.8
|
|
43
|
+
version: "1.8.8",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -4997,4 +4997,4 @@ export {
|
|
|
4997
4997
|
getCommonConfig,
|
|
4998
4998
|
copilotRuntimeNodeHttpEndpoint
|
|
4999
4999
|
};
|
|
5000
|
-
//# sourceMappingURL=chunk-
|
|
5000
|
+
//# sourceMappingURL=chunk-3R446VII.mjs.map
|