@liveblocks/node 3.7.0-preview1 → 3.7.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/dist/index.d.cts CHANGED
@@ -144,7 +144,7 @@ type AnthropicProviderOptions = {
144
144
  anthropic: {
145
145
  thinking: {
146
146
  type: "enabled" | "disabled";
147
- budgetToken: number;
147
+ budgetTokens: number;
148
148
  };
149
149
  };
150
150
  };
package/dist/index.d.ts CHANGED
@@ -144,7 +144,7 @@ type AnthropicProviderOptions = {
144
144
  anthropic: {
145
145
  thinking: {
146
146
  type: "enabled" | "disabled";
147
- budgetToken: number;
147
+ budgetTokens: number;
148
148
  };
149
149
  };
150
150
  };
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.7.0-preview1";
6
+ var PKG_VERSION = "3.7.0";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/client.ts