@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.
- package/dist-cjs/index.d.ts +1 -1
- package/dist-cjs/index.js +1 -1
- package/dist-esm/index.d.mts +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +2 -2
package/dist-cjs/index.d.ts
CHANGED
|
@@ -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
|
|
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
package/dist-esm/index.d.mts
CHANGED
|
@@ -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
|
|
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-esm/index.mjs
CHANGED
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.
|
|
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.
|
|
52
|
+
"@tldraw/utils": "5.4.0-next.0ccddf5733c3"
|
|
53
53
|
},
|
|
54
54
|
"typedoc": {
|
|
55
55
|
"readmeFile": "none",
|