@copilotkit/shared 1.52.0-next.8 → 1.52.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 1.52.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ef0f539: Add reasoning support and default components for reasoning messages
8
+
3
9
  ## 1.52.0-next.8
4
10
 
5
11
  ## 1.52.0-next.7
package/dist/index.umd.js CHANGED
@@ -856,7 +856,7 @@ ${getSeeMoreMarkdown(troubleshootingLink)}`;
856
856
 
857
857
  //#endregion
858
858
  //#region package.json
859
- var version = "1.52.0-next.8";
859
+ var version = "1.52.0";
860
860
 
861
861
  //#endregion
862
862
  //#region src/telemetry/scarf-client.ts
package/dist/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "1.52.0-next.8";
3
+ var version = "1.52.0";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "1.52.0-next.8";
2
+ var version = "1.52.0";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "type": "module",
13
- "version": "1.52.0-next.8",
13
+ "version": "1.52.0",
14
14
  "sideEffects": false,
15
15
  "main": "./dist/index.cjs",
16
16
  "module": "./dist/index.mjs",
@@ -32,8 +32,8 @@
32
32
  "typescript": "^5.2.3",
33
33
  "vitest": "^3.2.4",
34
34
  "zod-to-json-schema": "^3.23.5",
35
- "eslint-config-custom": "1.4.8",
36
- "tsconfig": "1.4.8"
35
+ "eslint-config-custom": "1.4.9",
36
+ "tsconfig": "1.4.9"
37
37
  },
38
38
  "dependencies": {
39
39
  "@segment/analytics-node": "^2.1.2",