@liveblocks/node 3.6.1 → 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
@@ -142,7 +142,7 @@ type AnthropicProviderOptions = {
142
142
  anthropic: {
143
143
  thinking: {
144
144
  type: "enabled" | "disabled";
145
- budgetToken: number;
145
+ budgetTokens: number;
146
146
  };
147
147
  };
148
148
  };
package/dist/index.d.ts CHANGED
@@ -142,7 +142,7 @@ type AnthropicProviderOptions = {
142
142
  anthropic: {
143
143
  thinking: {
144
144
  type: "enabled" | "disabled";
145
- budgetToken: number;
145
+ budgetTokens: number;
146
146
  };
147
147
  };
148
148
  };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/node";
6
- var PKG_VERSION = "3.6.1";
6
+ var PKG_VERSION = "3.6.2";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/client.ts