@tldraw/state 5.4.0-next.09eca5dee30d → 5.4.0-next.0ccddf5733c3

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.
@@ -341,7 +341,7 @@ export declare interface ComputedOptions<Value, Diff> {
341
341
  *
342
342
  * @public
343
343
  */
344
- export declare const EffectScheduler: new <Result>(name: string, runEffect: (lastReactedEpoch: number) => Result, options?: EffectSchedulerOptions | undefined) => EffectScheduler<Result>;
344
+ export declare const EffectScheduler: new <Result>(name: string, runEffect: (lastReactedEpoch: number) => Result, options?: EffectSchedulerOptions) => EffectScheduler<Result>;
345
345
 
346
346
  /** @public */
347
347
  export declare interface EffectScheduler<Result> {
package/dist-cjs/index.js CHANGED
@@ -61,7 +61,7 @@ if (actualApiVersion !== currentApiVersion) {
61
61
  }
62
62
  (0, import_utils.registerTldrawLibraryVersion)(
63
63
  "@tldraw/state",
64
- "5.4.0-next.09eca5dee30d",
64
+ "5.4.0-next.0ccddf5733c3",
65
65
  "cjs"
66
66
  );
67
67
  //# sourceMappingURL=index.js.map
@@ -341,7 +341,7 @@ export declare interface ComputedOptions<Value, Diff> {
341
341
  *
342
342
  * @public
343
343
  */
344
- export declare const EffectScheduler: new <Result>(name: string, runEffect: (lastReactedEpoch: number) => Result, options?: EffectSchedulerOptions | undefined) => EffectScheduler<Result>;
344
+ export declare const EffectScheduler: new <Result>(name: string, runEffect: (lastReactedEpoch: number) => Result, options?: EffectSchedulerOptions) => EffectScheduler<Result>;
345
345
 
346
346
  /** @public */
347
347
  export declare interface EffectScheduler<Result> {
@@ -25,7 +25,7 @@ if (actualApiVersion !== currentApiVersion) {
25
25
  }
26
26
  registerTldrawLibraryVersion(
27
27
  "@tldraw/state",
28
- "5.4.0-next.09eca5dee30d",
28
+ "5.4.0-next.0ccddf5733c3",
29
29
  "esm"
30
30
  );
31
31
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/state",
3
3
  "description": "tldraw infinite canvas SDK (state).",
4
- "version": "5.4.0-next.09eca5dee30d",
4
+ "version": "5.4.0-next.0ccddf5733c3",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -49,7 +49,7 @@
49
49
  "vitest": "^4.1.7"
50
50
  },
51
51
  "dependencies": {
52
- "@tldraw/utils": "5.4.0-next.09eca5dee30d"
52
+ "@tldraw/utils": "5.4.0-next.0ccddf5733c3"
53
53
  },
54
54
  "typedoc": {
55
55
  "readmeFile": "none",