@liveblocks/core 3.6.1-preview1 → 3.6.2

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/dist/index.d.cts CHANGED
@@ -3772,13 +3772,10 @@ type AiTextDelta = {
3772
3772
  type: "text-delta";
3773
3773
  textDelta: string;
3774
3774
  };
3775
- type AiReasoningDelta = Relax<{
3775
+ type AiReasoningDelta = {
3776
3776
  type: "reasoning-delta";
3777
3777
  textDelta: string;
3778
- } | {
3779
- type: "reasoning-delta";
3780
- signature: string;
3781
- }>;
3778
+ };
3782
3779
  type AiToolInvocationStreamStart = {
3783
3780
  type: "tool-stream";
3784
3781
  invocationId: string;
package/dist/index.d.ts CHANGED
@@ -3772,13 +3772,10 @@ type AiTextDelta = {
3772
3772
  type: "text-delta";
3773
3773
  textDelta: string;
3774
3774
  };
3775
- type AiReasoningDelta = Relax<{
3775
+ type AiReasoningDelta = {
3776
3776
  type: "reasoning-delta";
3777
3777
  textDelta: string;
3778
- } | {
3779
- type: "reasoning-delta";
3780
- signature: string;
3781
- }>;
3778
+ };
3782
3779
  type AiToolInvocationStreamStart = {
3783
3780
  type: "tool-stream";
3784
3781
  invocationId: string;
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "3.6.1-preview1";
9
+ var PKG_VERSION = "3.6.2";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts