diff --git a/.changeset/green-panels-rest.md b/.changeset/green-panels-rest.md deleted file mode 100644 index c212c5765..000000000 --- a/.changeset/green-panels-rest.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@tanstack/angular-pacer': patch -'@tanstack/pacer': patch -'@tanstack/pacer-devtools': patch -'@tanstack/pacer-lite': patch -'@tanstack/preact-pacer': patch -'@tanstack/preact-pacer-devtools': patch -'@tanstack/react-pacer': patch -'@tanstack/react-pacer-devtools': patch -'@tanstack/solid-pacer': patch -'@tanstack/solid-pacer-devtools': patch ---- - -Allow standalone devtools panels to render without required TanStack Devtools props. diff --git a/examples/angular/asyncBatch/package.json b/examples/angular/asyncBatch/package.json index cfa2e0800..1d78df25c 100644 --- a/examples/angular/asyncBatch/package.json +++ b/examples/angular/asyncBatch/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncDebounce/package.json b/examples/angular/asyncDebounce/package.json index ae8aca59e..d3269c0ab 100644 --- a/examples/angular/asyncDebounce/package.json +++ b/examples/angular/asyncDebounce/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncRateLimit/package.json b/examples/angular/asyncRateLimit/package.json index 26284261d..2caa425c1 100644 --- a/examples/angular/asyncRateLimit/package.json +++ b/examples/angular/asyncRateLimit/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncRetry/package.json b/examples/angular/asyncRetry/package.json index 9374a153d..8be00d0c6 100644 --- a/examples/angular/asyncRetry/package.json +++ b/examples/angular/asyncRetry/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncThrottle/package.json b/examples/angular/asyncThrottle/package.json index 6b9040bc2..41f7b0f8f 100644 --- a/examples/angular/asyncThrottle/package.json +++ b/examples/angular/asyncThrottle/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/batch/package.json b/examples/angular/batch/package.json index 2e36e61a7..9f5230eb5 100644 --- a/examples/angular/batch/package.json +++ b/examples/angular/batch/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/debounce/package.json b/examples/angular/debounce/package.json index ebebb42fd..37e9785b8 100644 --- a/examples/angular/debounce/package.json +++ b/examples/angular/debounce/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncBatchedCallback/package.json b/examples/angular/injectAsyncBatchedCallback/package.json index 2544fac52..3ee1a32b3 100644 --- a/examples/angular/injectAsyncBatchedCallback/package.json +++ b/examples/angular/injectAsyncBatchedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncBatcher/package.json b/examples/angular/injectAsyncBatcher/package.json index d474b04e9..603680cf0 100644 --- a/examples/angular/injectAsyncBatcher/package.json +++ b/examples/angular/injectAsyncBatcher/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncDebouncedCallback/package.json b/examples/angular/injectAsyncDebouncedCallback/package.json index 612730249..8e890fd47 100644 --- a/examples/angular/injectAsyncDebouncedCallback/package.json +++ b/examples/angular/injectAsyncDebouncedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncDebouncer/package.json b/examples/angular/injectAsyncDebouncer/package.json index 8c605b25a..3d1f59067 100644 --- a/examples/angular/injectAsyncDebouncer/package.json +++ b/examples/angular/injectAsyncDebouncer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncQueuedSignal/package.json b/examples/angular/injectAsyncQueuedSignal/package.json index 598747c0d..4780b92df 100644 --- a/examples/angular/injectAsyncQueuedSignal/package.json +++ b/examples/angular/injectAsyncQueuedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncQueuer/package.json b/examples/angular/injectAsyncQueuer/package.json index f0e9405b1..818f32cd6 100644 --- a/examples/angular/injectAsyncQueuer/package.json +++ b/examples/angular/injectAsyncQueuer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncRateLimiter/package.json b/examples/angular/injectAsyncRateLimiter/package.json index 491e9a6bd..1b89425da 100644 --- a/examples/angular/injectAsyncRateLimiter/package.json +++ b/examples/angular/injectAsyncRateLimiter/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncRateLimiterWithPersister/package.json b/examples/angular/injectAsyncRateLimiterWithPersister/package.json index 9a8c5b0f3..779ca32ec 100644 --- a/examples/angular/injectAsyncRateLimiterWithPersister/package.json +++ b/examples/angular/injectAsyncRateLimiterWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncThrottledCallback/package.json b/examples/angular/injectAsyncThrottledCallback/package.json index 5dded1f3f..3d2219de4 100644 --- a/examples/angular/injectAsyncThrottledCallback/package.json +++ b/examples/angular/injectAsyncThrottledCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncThrottler/package.json b/examples/angular/injectAsyncThrottler/package.json index f7d0700b6..c27f30016 100644 --- a/examples/angular/injectAsyncThrottler/package.json +++ b/examples/angular/injectAsyncThrottler/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectBatchedCallback/package.json b/examples/angular/injectBatchedCallback/package.json index b39b92505..f6f7f81ab 100644 --- a/examples/angular/injectBatchedCallback/package.json +++ b/examples/angular/injectBatchedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectBatcher/package.json b/examples/angular/injectBatcher/package.json index fbbd0c8eb..74e16839c 100644 --- a/examples/angular/injectBatcher/package.json +++ b/examples/angular/injectBatcher/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedCallback/package.json b/examples/angular/injectDebouncedCallback/package.json index 1de2b3a2a..2dcb0a2db 100644 --- a/examples/angular/injectDebouncedCallback/package.json +++ b/examples/angular/injectDebouncedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedSignal/package.json b/examples/angular/injectDebouncedSignal/package.json index 97ecf8c83..5afb45956 100644 --- a/examples/angular/injectDebouncedSignal/package.json +++ b/examples/angular/injectDebouncedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedValue/package.json b/examples/angular/injectDebouncedValue/package.json index dccf86fe6..a5b109ecb 100644 --- a/examples/angular/injectDebouncedValue/package.json +++ b/examples/angular/injectDebouncedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncer/package.json b/examples/angular/injectDebouncer/package.json index 068dbc492..291dabcd1 100644 --- a/examples/angular/injectDebouncer/package.json +++ b/examples/angular/injectDebouncer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuedSignal/package.json b/examples/angular/injectQueuedSignal/package.json index c8cc0a66f..19ecde2b2 100644 --- a/examples/angular/injectQueuedSignal/package.json +++ b/examples/angular/injectQueuedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuedValue/package.json b/examples/angular/injectQueuedValue/package.json index a4ae19cbe..2c1770fb6 100644 --- a/examples/angular/injectQueuedValue/package.json +++ b/examples/angular/injectQueuedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuer/package.json b/examples/angular/injectQueuer/package.json index d2b3ea46f..bd7b2d747 100644 --- a/examples/angular/injectQueuer/package.json +++ b/examples/angular/injectQueuer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuerWithPersister/package.json b/examples/angular/injectQueuerWithPersister/package.json index a83b49e94..b6103d12a 100644 --- a/examples/angular/injectQueuerWithPersister/package.json +++ b/examples/angular/injectQueuerWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedCallback/package.json b/examples/angular/injectRateLimitedCallback/package.json index b4658cde3..ed4af9722 100644 --- a/examples/angular/injectRateLimitedCallback/package.json +++ b/examples/angular/injectRateLimitedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedSignal/package.json b/examples/angular/injectRateLimitedSignal/package.json index bd91623db..22d011307 100644 --- a/examples/angular/injectRateLimitedSignal/package.json +++ b/examples/angular/injectRateLimitedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedValue/package.json b/examples/angular/injectRateLimitedValue/package.json index 69e8812df..177dfe339 100644 --- a/examples/angular/injectRateLimitedValue/package.json +++ b/examples/angular/injectRateLimitedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimiter/package.json b/examples/angular/injectRateLimiter/package.json index 632ba9df4..a149d0f67 100644 --- a/examples/angular/injectRateLimiter/package.json +++ b/examples/angular/injectRateLimiter/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimiterWithPersister/package.json b/examples/angular/injectRateLimiterWithPersister/package.json index b9d2ed61e..46ec8a7f1 100644 --- a/examples/angular/injectRateLimiterWithPersister/package.json +++ b/examples/angular/injectRateLimiterWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledCallback/package.json b/examples/angular/injectThrottledCallback/package.json index 122026840..dd5f03409 100644 --- a/examples/angular/injectThrottledCallback/package.json +++ b/examples/angular/injectThrottledCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledSignal/package.json b/examples/angular/injectThrottledSignal/package.json index dca0ec325..f980570f4 100644 --- a/examples/angular/injectThrottledSignal/package.json +++ b/examples/angular/injectThrottledSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledValue/package.json b/examples/angular/injectThrottledValue/package.json index cd21f572f..8870eb3c6 100644 --- a/examples/angular/injectThrottledValue/package.json +++ b/examples/angular/injectThrottledValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottler/package.json b/examples/angular/injectThrottler/package.json index 6b68d04a9..f3f5bc248 100644 --- a/examples/angular/injectThrottler/package.json +++ b/examples/angular/injectThrottler/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/queue/package.json b/examples/angular/queue/package.json index 0a99edd77..14585100b 100644 --- a/examples/angular/queue/package.json +++ b/examples/angular/queue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/rateLimit/package.json b/examples/angular/rateLimit/package.json index 62eba688e..a1455ae8f 100644 --- a/examples/angular/rateLimit/package.json +++ b/examples/angular/rateLimit/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/throttle/package.json b/examples/angular/throttle/package.json index c458342e2..9b6bc1d30 100644 --- a/examples/angular/throttle/package.json +++ b/examples/angular/throttle/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/preact/asyncBatch/package.json b/examples/preact/asyncBatch/package.json index dd9df7599..f889b55d2 100644 --- a/examples/preact/asyncBatch/package.json +++ b/examples/preact/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncDebounce/package.json b/examples/preact/asyncDebounce/package.json index ec25c8e99..c3f687e7c 100644 --- a/examples/preact/asyncDebounce/package.json +++ b/examples/preact/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncRateLimit/package.json b/examples/preact/asyncRateLimit/package.json index 82b16e06f..255b105f4 100644 --- a/examples/preact/asyncRateLimit/package.json +++ b/examples/preact/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncRetry/package.json b/examples/preact/asyncRetry/package.json index bc4275c20..b0cb3f412 100644 --- a/examples/preact/asyncRetry/package.json +++ b/examples/preact/asyncRetry/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncThrottle/package.json b/examples/preact/asyncThrottle/package.json index 1428c5b69..6ad4dc25f 100644 --- a/examples/preact/asyncThrottle/package.json +++ b/examples/preact/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/batch/package.json b/examples/preact/batch/package.json index 0a9ae9128..6a155977d 100644 --- a/examples/preact/batch/package.json +++ b/examples/preact/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/debounce/package.json b/examples/preact/debounce/package.json index 765d0d898..650461d72 100644 --- a/examples/preact/debounce/package.json +++ b/examples/preact/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/queue/package.json b/examples/preact/queue/package.json index e202f796b..2fad83b36 100644 --- a/examples/preact/queue/package.json +++ b/examples/preact/queue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/rateLimit/package.json b/examples/preact/rateLimit/package.json index 159d0e3ff..adf83c4de 100644 --- a/examples/preact/rateLimit/package.json +++ b/examples/preact/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/throttle/package.json b/examples/preact/throttle/package.json index 272103fff..4241ea438 100644 --- a/examples/preact/throttle/package.json +++ b/examples/preact/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncBatchedCallback/package.json b/examples/preact/useAsyncBatchedCallback/package.json index 0fea2c831..e7b7313d3 100644 --- a/examples/preact/useAsyncBatchedCallback/package.json +++ b/examples/preact/useAsyncBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncBatcher/package.json b/examples/preact/useAsyncBatcher/package.json index 83814c1fa..6235b0a21 100644 --- a/examples/preact/useAsyncBatcher/package.json +++ b/examples/preact/useAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncDebouncedCallback/package.json b/examples/preact/useAsyncDebouncedCallback/package.json index ec70ac73d..543e99ee2 100644 --- a/examples/preact/useAsyncDebouncedCallback/package.json +++ b/examples/preact/useAsyncDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncDebouncer/package.json b/examples/preact/useAsyncDebouncer/package.json index f7caecc4c..8996baff1 100644 --- a/examples/preact/useAsyncDebouncer/package.json +++ b/examples/preact/useAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncQueuedState/package.json b/examples/preact/useAsyncQueuedState/package.json index 6e0c23d40..d8b5ccaa8 100644 --- a/examples/preact/useAsyncQueuedState/package.json +++ b/examples/preact/useAsyncQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncQueuer/package.json b/examples/preact/useAsyncQueuer/package.json index ec90e1f68..5c8a30a8f 100644 --- a/examples/preact/useAsyncQueuer/package.json +++ b/examples/preact/useAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncRateLimiter/package.json b/examples/preact/useAsyncRateLimiter/package.json index 67572226f..7aa3776fe 100644 --- a/examples/preact/useAsyncRateLimiter/package.json +++ b/examples/preact/useAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncRateLimiterWithPersister/package.json b/examples/preact/useAsyncRateLimiterWithPersister/package.json index 572929e28..ea1e55d86 100644 --- a/examples/preact/useAsyncRateLimiterWithPersister/package.json +++ b/examples/preact/useAsyncRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncThrottledCallback/package.json b/examples/preact/useAsyncThrottledCallback/package.json index f4e7d61bc..79e89e812 100644 --- a/examples/preact/useAsyncThrottledCallback/package.json +++ b/examples/preact/useAsyncThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncThrottler/package.json b/examples/preact/useAsyncThrottler/package.json index b7ad3c4f4..378686121 100644 --- a/examples/preact/useAsyncThrottler/package.json +++ b/examples/preact/useAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useBatchedCallback/package.json b/examples/preact/useBatchedCallback/package.json index 0e5f46193..86e0e66d5 100644 --- a/examples/preact/useBatchedCallback/package.json +++ b/examples/preact/useBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useBatcher/package.json b/examples/preact/useBatcher/package.json index 2cc25818b..a08013880 100644 --- a/examples/preact/useBatcher/package.json +++ b/examples/preact/useBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedCallback/package.json b/examples/preact/useDebouncedCallback/package.json index f061808c2..d0ccf4f7a 100644 --- a/examples/preact/useDebouncedCallback/package.json +++ b/examples/preact/useDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedState/package.json b/examples/preact/useDebouncedState/package.json index 66a6d7e24..594c14f47 100644 --- a/examples/preact/useDebouncedState/package.json +++ b/examples/preact/useDebouncedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedValue/package.json b/examples/preact/useDebouncedValue/package.json index a0a6143a7..200bc24de 100644 --- a/examples/preact/useDebouncedValue/package.json +++ b/examples/preact/useDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncer/package.json b/examples/preact/useDebouncer/package.json index 28ab2d0ab..680af7bab 100644 --- a/examples/preact/useDebouncer/package.json +++ b/examples/preact/useDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuedState/package.json b/examples/preact/useQueuedState/package.json index 47485f29f..77dc5b697 100644 --- a/examples/preact/useQueuedState/package.json +++ b/examples/preact/useQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuedValue/package.json b/examples/preact/useQueuedValue/package.json index 13fdab49f..e4515bc43 100644 --- a/examples/preact/useQueuedValue/package.json +++ b/examples/preact/useQueuedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuer/package.json b/examples/preact/useQueuer/package.json index f7e2aaeec..b8a90619f 100644 --- a/examples/preact/useQueuer/package.json +++ b/examples/preact/useQueuer/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", "preact": "^10.29.1" }, diff --git a/examples/preact/useQueuerWithPersister/package.json b/examples/preact/useQueuerWithPersister/package.json index 67b3a9006..9c0d103df 100644 --- a/examples/preact/useQueuerWithPersister/package.json +++ b/examples/preact/useQueuerWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedCallback/package.json b/examples/preact/useRateLimitedCallback/package.json index a92014e4e..0939d6a56 100644 --- a/examples/preact/useRateLimitedCallback/package.json +++ b/examples/preact/useRateLimitedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedState/package.json b/examples/preact/useRateLimitedState/package.json index 25e4385d6..2dacbf430 100644 --- a/examples/preact/useRateLimitedState/package.json +++ b/examples/preact/useRateLimitedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedValue/package.json b/examples/preact/useRateLimitedValue/package.json index 57cd2f650..2df5f4830 100644 --- a/examples/preact/useRateLimitedValue/package.json +++ b/examples/preact/useRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimiter/package.json b/examples/preact/useRateLimiter/package.json index 8a8a2886e..a794ac649 100644 --- a/examples/preact/useRateLimiter/package.json +++ b/examples/preact/useRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimiterWithPersister/package.json b/examples/preact/useRateLimiterWithPersister/package.json index e5ee25b2c..a3b6f7fba 100644 --- a/examples/preact/useRateLimiterWithPersister/package.json +++ b/examples/preact/useRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledCallback/package.json b/examples/preact/useThrottledCallback/package.json index 52d555889..0c6c2b961 100644 --- a/examples/preact/useThrottledCallback/package.json +++ b/examples/preact/useThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledState/package.json b/examples/preact/useThrottledState/package.json index a6b5e69dc..0184a9537 100644 --- a/examples/preact/useThrottledState/package.json +++ b/examples/preact/useThrottledState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledValue/package.json b/examples/preact/useThrottledValue/package.json index bf3d5b484..01713d7e2 100644 --- a/examples/preact/useThrottledValue/package.json +++ b/examples/preact/useThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottler/package.json b/examples/preact/useThrottler/package.json index cfce701fc..a95622480 100644 --- a/examples/preact/useThrottler/package.json +++ b/examples/preact/useThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/util-comparison/package.json b/examples/preact/util-comparison/package.json index 145b1402c..75f82160d 100644 --- a/examples/preact/util-comparison/package.json +++ b/examples/preact/util-comparison/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", "preact": "^10.29.1" }, diff --git a/examples/react/asyncBatch/package.json b/examples/react/asyncBatch/package.json index 76f90d9f8..817f3112c 100644 --- a/examples/react/asyncBatch/package.json +++ b/examples/react/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncDebounce/package.json b/examples/react/asyncDebounce/package.json index 76b73d8aa..fe5f0ec55 100644 --- a/examples/react/asyncDebounce/package.json +++ b/examples/react/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncRateLimit/package.json b/examples/react/asyncRateLimit/package.json index e21d7725d..fecac3dc0 100644 --- a/examples/react/asyncRateLimit/package.json +++ b/examples/react/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncRetry/package.json b/examples/react/asyncRetry/package.json index 50dc86852..408f6ed55 100644 --- a/examples/react/asyncRetry/package.json +++ b/examples/react/asyncRetry/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncThrottle/package.json b/examples/react/asyncThrottle/package.json index 35c30f0da..772aedb5f 100644 --- a/examples/react/asyncThrottle/package.json +++ b/examples/react/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/batch/package.json b/examples/react/batch/package.json index 05cb3979f..ea6604316 100644 --- a/examples/react/batch/package.json +++ b/examples/react/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/debounce/package.json b/examples/react/debounce/package.json index 1c734894f..6365b7f32 100644 --- a/examples/react/debounce/package.json +++ b/examples/react/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/queue/package.json b/examples/react/queue/package.json index 9c5cc9b57..492d6270b 100644 --- a/examples/react/queue/package.json +++ b/examples/react/queue/package.json @@ -9,13 +9,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/rateLimit/package.json b/examples/react/rateLimit/package.json index b49bccb93..d6e48b5e8 100644 --- a/examples/react/rateLimit/package.json +++ b/examples/react/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/react-query-debounced-prefetch/package.json b/examples/react/react-query-debounced-prefetch/package.json index 6655f5b44..9813c17da 100644 --- a/examples/react/react-query-debounced-prefetch/package.json +++ b/examples/react/react-query-debounced-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/react-query-queued-prefetch/package.json b/examples/react/react-query-queued-prefetch/package.json index 2862459cc..09a8bc2ea 100644 --- a/examples/react/react-query-queued-prefetch/package.json +++ b/examples/react/react-query-queued-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/react-query-throttled-prefetch/package.json b/examples/react/react-query-throttled-prefetch/package.json index d59ce164b..432bab93e 100644 --- a/examples/react/react-query-throttled-prefetch/package.json +++ b/examples/react/react-query-throttled-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/throttle/package.json b/examples/react/throttle/package.json index e77ea4ab0..aafee0a17 100644 --- a/examples/react/throttle/package.json +++ b/examples/react/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncBatchedCallback/package.json b/examples/react/useAsyncBatchedCallback/package.json index 36436b7ad..610f6f4ef 100644 --- a/examples/react/useAsyncBatchedCallback/package.json +++ b/examples/react/useAsyncBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncBatcher/package.json b/examples/react/useAsyncBatcher/package.json index 318557315..196277941 100644 --- a/examples/react/useAsyncBatcher/package.json +++ b/examples/react/useAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncDebouncedCallback/package.json b/examples/react/useAsyncDebouncedCallback/package.json index 78dcfb803..7acce70c1 100644 --- a/examples/react/useAsyncDebouncedCallback/package.json +++ b/examples/react/useAsyncDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncDebouncer/package.json b/examples/react/useAsyncDebouncer/package.json index 049f07969..790e19f29 100644 --- a/examples/react/useAsyncDebouncer/package.json +++ b/examples/react/useAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncQueuedState/package.json b/examples/react/useAsyncQueuedState/package.json index 24e264d52..501aea63c 100644 --- a/examples/react/useAsyncQueuedState/package.json +++ b/examples/react/useAsyncQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncQueuer/package.json b/examples/react/useAsyncQueuer/package.json index a787795c5..abdb00674 100644 --- a/examples/react/useAsyncQueuer/package.json +++ b/examples/react/useAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncRateLimiter/package.json b/examples/react/useAsyncRateLimiter/package.json index 927931cd1..36d81acd9 100644 --- a/examples/react/useAsyncRateLimiter/package.json +++ b/examples/react/useAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useAsyncRateLimiterWithPersister/package.json b/examples/react/useAsyncRateLimiterWithPersister/package.json index f8d7ba069..30cb3c5ae 100644 --- a/examples/react/useAsyncRateLimiterWithPersister/package.json +++ b/examples/react/useAsyncRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useAsyncThrottledCallback/package.json b/examples/react/useAsyncThrottledCallback/package.json index 9c703a748..b4d103e37 100644 --- a/examples/react/useAsyncThrottledCallback/package.json +++ b/examples/react/useAsyncThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncThrottler/package.json b/examples/react/useAsyncThrottler/package.json index 577651730..223a1f1ad 100644 --- a/examples/react/useAsyncThrottler/package.json +++ b/examples/react/useAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useBatchedCallback/package.json b/examples/react/useBatchedCallback/package.json index cb0b56899..292b5cb0d 100644 --- a/examples/react/useBatchedCallback/package.json +++ b/examples/react/useBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useBatcher/package.json b/examples/react/useBatcher/package.json index acccb20cf..ee964133c 100644 --- a/examples/react/useBatcher/package.json +++ b/examples/react/useBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedCallback/package.json b/examples/react/useDebouncedCallback/package.json index b3202573a..f80600ad0 100644 --- a/examples/react/useDebouncedCallback/package.json +++ b/examples/react/useDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedState/package.json b/examples/react/useDebouncedState/package.json index eedaed133..908b66853 100644 --- a/examples/react/useDebouncedState/package.json +++ b/examples/react/useDebouncedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedValue/package.json b/examples/react/useDebouncedValue/package.json index a6f20de1d..64e44387a 100644 --- a/examples/react/useDebouncedValue/package.json +++ b/examples/react/useDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncer/package.json b/examples/react/useDebouncer/package.json index 60bcd486e..f98777bcf 100644 --- a/examples/react/useDebouncer/package.json +++ b/examples/react/useDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuedState/package.json b/examples/react/useQueuedState/package.json index 3f5711665..4c141cd1f 100644 --- a/examples/react/useQueuedState/package.json +++ b/examples/react/useQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuedValue/package.json b/examples/react/useQueuedValue/package.json index 550b0e24b..8ff090e92 100644 --- a/examples/react/useQueuedValue/package.json +++ b/examples/react/useQueuedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuer/package.json b/examples/react/useQueuer/package.json index 32e211ba4..42851b418 100644 --- a/examples/react/useQueuer/package.json +++ b/examples/react/useQueuer/package.json @@ -9,14 +9,14 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useQueuerWithPersister/package.json b/examples/react/useQueuerWithPersister/package.json index f9cd09418..7b9cbfa5d 100644 --- a/examples/react/useQueuerWithPersister/package.json +++ b/examples/react/useQueuerWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useRateLimitedCallback/package.json b/examples/react/useRateLimitedCallback/package.json index a7454c410..ee3e1fbf0 100644 --- a/examples/react/useRateLimitedCallback/package.json +++ b/examples/react/useRateLimitedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimitedState/package.json b/examples/react/useRateLimitedState/package.json index 2ac6c1c33..eb473c13d 100644 --- a/examples/react/useRateLimitedState/package.json +++ b/examples/react/useRateLimitedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimitedValue/package.json b/examples/react/useRateLimitedValue/package.json index a2ca6cc62..f3c6123c4 100644 --- a/examples/react/useRateLimitedValue/package.json +++ b/examples/react/useRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimiter/package.json b/examples/react/useRateLimiter/package.json index aa7d4087f..83b30d6f1 100644 --- a/examples/react/useRateLimiter/package.json +++ b/examples/react/useRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useRateLimiterWithPersister/package.json b/examples/react/useRateLimiterWithPersister/package.json index c467783ae..6dae3d456 100644 --- a/examples/react/useRateLimiterWithPersister/package.json +++ b/examples/react/useRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useThrottledCallback/package.json b/examples/react/useThrottledCallback/package.json index 2aa8f1fdc..574e9bc2d 100644 --- a/examples/react/useThrottledCallback/package.json +++ b/examples/react/useThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottledState/package.json b/examples/react/useThrottledState/package.json index aa55da5d7..06311e619 100644 --- a/examples/react/useThrottledState/package.json +++ b/examples/react/useThrottledState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottledValue/package.json b/examples/react/useThrottledValue/package.json index ec30b716b..3d51a5bfb 100644 --- a/examples/react/useThrottledValue/package.json +++ b/examples/react/useThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottler/package.json b/examples/react/useThrottler/package.json index 79655e002..d8637fbc7 100644 --- a/examples/react/useThrottler/package.json +++ b/examples/react/useThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/util-comparison/package.json b/examples/react/util-comparison/package.json index e5e0af4e0..8a3742808 100644 --- a/examples/react/util-comparison/package.json +++ b/examples/react/util-comparison/package.json @@ -9,13 +9,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/solid/asyncBatch/package.json b/examples/solid/asyncBatch/package.json index 7af6d2c21..648c7de6f 100644 --- a/examples/solid/asyncBatch/package.json +++ b/examples/solid/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncDebounce/package.json b/examples/solid/asyncDebounce/package.json index c35d828c1..ebcf8733f 100644 --- a/examples/solid/asyncDebounce/package.json +++ b/examples/solid/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncRateLimit/package.json b/examples/solid/asyncRateLimit/package.json index 5cf58db63..a407084e6 100644 --- a/examples/solid/asyncRateLimit/package.json +++ b/examples/solid/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncThrottle/package.json b/examples/solid/asyncThrottle/package.json index 101f3020b..539a139fd 100644 --- a/examples/solid/asyncThrottle/package.json +++ b/examples/solid/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/batch/package.json b/examples/solid/batch/package.json index 960ae984f..30e3cbed5 100644 --- a/examples/solid/batch/package.json +++ b/examples/solid/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncBatcher/package.json b/examples/solid/createAsyncBatcher/package.json index 8387bdf42..69577b0c5 100644 --- a/examples/solid/createAsyncBatcher/package.json +++ b/examples/solid/createAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncDebouncer/package.json b/examples/solid/createAsyncDebouncer/package.json index 1e25a5772..4e6585b53 100644 --- a/examples/solid/createAsyncDebouncer/package.json +++ b/examples/solid/createAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncQueuer/package.json b/examples/solid/createAsyncQueuer/package.json index 388c15112..f11461ae8 100644 --- a/examples/solid/createAsyncQueuer/package.json +++ b/examples/solid/createAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncRateLimiter/package.json b/examples/solid/createAsyncRateLimiter/package.json index 296d8e145..8e932ff26 100644 --- a/examples/solid/createAsyncRateLimiter/package.json +++ b/examples/solid/createAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncThrottler/package.json b/examples/solid/createAsyncThrottler/package.json index 196125d02..0e53288ce 100644 --- a/examples/solid/createAsyncThrottler/package.json +++ b/examples/solid/createAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createBatcher/package.json b/examples/solid/createBatcher/package.json index cab18bc94..423fbd5f8 100644 --- a/examples/solid/createBatcher/package.json +++ b/examples/solid/createBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncedSignal/package.json b/examples/solid/createDebouncedSignal/package.json index 9a1498453..4d928c370 100644 --- a/examples/solid/createDebouncedSignal/package.json +++ b/examples/solid/createDebouncedSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncedValue/package.json b/examples/solid/createDebouncedValue/package.json index 4a28f122f..04e88064f 100644 --- a/examples/solid/createDebouncedValue/package.json +++ b/examples/solid/createDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncer/package.json b/examples/solid/createDebouncer/package.json index 22e5148fb..7cd9ef571 100644 --- a/examples/solid/createDebouncer/package.json +++ b/examples/solid/createDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createQueuedSignal/package.json b/examples/solid/createQueuedSignal/package.json index bf2830ae7..cbd42f287 100644 --- a/examples/solid/createQueuedSignal/package.json +++ b/examples/solid/createQueuedSignal/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createQueuer/package.json b/examples/solid/createQueuer/package.json index e7c0eb190..5f7a2dd70 100644 --- a/examples/solid/createQueuer/package.json +++ b/examples/solid/createQueuer/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimitedSignal/package.json b/examples/solid/createRateLimitedSignal/package.json index 980dfcba0..c72be5586 100644 --- a/examples/solid/createRateLimitedSignal/package.json +++ b/examples/solid/createRateLimitedSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimitedValue/package.json b/examples/solid/createRateLimitedValue/package.json index 70b41c858..4ee58f31c 100644 --- a/examples/solid/createRateLimitedValue/package.json +++ b/examples/solid/createRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimiter/package.json b/examples/solid/createRateLimiter/package.json index 55b1e0585..7c0be6f4c 100644 --- a/examples/solid/createRateLimiter/package.json +++ b/examples/solid/createRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottledSignal/package.json b/examples/solid/createThrottledSignal/package.json index 0ccc70fd7..49d11b772 100644 --- a/examples/solid/createThrottledSignal/package.json +++ b/examples/solid/createThrottledSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottledValue/package.json b/examples/solid/createThrottledValue/package.json index f08574804..43c0b7c2f 100644 --- a/examples/solid/createThrottledValue/package.json +++ b/examples/solid/createThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottler/package.json b/examples/solid/createThrottler/package.json index 4cacd361d..b1cc937f3 100644 --- a/examples/solid/createThrottler/package.json +++ b/examples/solid/createThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/debounce/package.json b/examples/solid/debounce/package.json index d81a82f8c..5e6d90731 100644 --- a/examples/solid/debounce/package.json +++ b/examples/solid/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/queue/package.json b/examples/solid/queue/package.json index f899f4e76..9b73c843d 100644 --- a/examples/solid/queue/package.json +++ b/examples/solid/queue/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/rateLimit/package.json b/examples/solid/rateLimit/package.json index feed21e6f..fa27753e7 100644 --- a/examples/solid/rateLimit/package.json +++ b/examples/solid/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/throttle/package.json b/examples/solid/throttle/package.json index 09e25689b..2efa6a65e 100644 --- a/examples/solid/throttle/package.json +++ b/examples/solid/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/vanilla/LiteBatcher/package.json b/examples/vanilla/LiteBatcher/package.json index 833cc4826..d4ab5d225 100644 --- a/examples/vanilla/LiteBatcher/package.json +++ b/examples/vanilla/LiteBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteDebouncer/package.json b/examples/vanilla/LiteDebouncer/package.json index 3a356772c..fc92399d9 100644 --- a/examples/vanilla/LiteDebouncer/package.json +++ b/examples/vanilla/LiteDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteQueuer/package.json b/examples/vanilla/LiteQueuer/package.json index 8d26ed97b..4f012c483 100644 --- a/examples/vanilla/LiteQueuer/package.json +++ b/examples/vanilla/LiteQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteRateLimiter/package.json b/examples/vanilla/LiteRateLimiter/package.json index 4f0c1c4d1..1504e9a34 100644 --- a/examples/vanilla/LiteRateLimiter/package.json +++ b/examples/vanilla/LiteRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteThrottler/package.json b/examples/vanilla/LiteThrottler/package.json index 1d843a021..f2596c3e7 100644 --- a/examples/vanilla/LiteThrottler/package.json +++ b/examples/vanilla/LiteThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteBatch/package.json b/examples/vanilla/liteBatch/package.json index bfc3e0a67..a85f0f5b9 100644 --- a/examples/vanilla/liteBatch/package.json +++ b/examples/vanilla/liteBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteDebounce/package.json b/examples/vanilla/liteDebounce/package.json index c8b6d639f..2db25f9b6 100644 --- a/examples/vanilla/liteDebounce/package.json +++ b/examples/vanilla/liteDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteQueue/package.json b/examples/vanilla/liteQueue/package.json index 12c44a289..7e648fbe5 100644 --- a/examples/vanilla/liteQueue/package.json +++ b/examples/vanilla/liteQueue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteRateLimit/package.json b/examples/vanilla/liteRateLimit/package.json index e07f21cb8..0ff214ebd 100644 --- a/examples/vanilla/liteRateLimit/package.json +++ b/examples/vanilla/liteRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteThrottle/package.json b/examples/vanilla/liteThrottle/package.json index 3b620cfa6..34a154a6c 100644 --- a/examples/vanilla/liteThrottle/package.json +++ b/examples/vanilla/liteThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/packages/angular-pacer/CHANGELOG.md b/packages/angular-pacer/CHANGELOG.md index 605f77fb3..81e5f411b 100644 --- a/packages/angular-pacer/CHANGELOG.md +++ b/packages/angular-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/angular-pacer +## 0.23.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.23.0 ### Minor Changes diff --git a/packages/angular-pacer/package.json b/packages/angular-pacer/package.json index 84c0fe61a..3c8a443d9 100644 --- a/packages/angular-pacer/package.json +++ b/packages/angular-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-pacer", - "version": "0.23.0", + "version": "0.23.1", "description": "Utilities for debouncing and throttling functions in Angular.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer-devtools/CHANGELOG.md b/packages/pacer-devtools/CHANGELOG.md index 12d93627c..1d1a5ef68 100644 --- a/packages/pacer-devtools/CHANGELOG.md +++ b/packages/pacer-devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer-devtools +## 1.3.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 1.3.0 ### Minor Changes diff --git a/packages/pacer-devtools/package.json b/packages/pacer-devtools/package.json index 8021c214f..c657658b3 100644 --- a/packages/pacer-devtools/package.json +++ b/packages/pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer-devtools", - "version": "1.3.0", + "version": "1.3.1", "description": "Devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer-lite/CHANGELOG.md b/packages/pacer-lite/CHANGELOG.md index 362c504aa..e81c2ced1 100644 --- a/packages/pacer-lite/CHANGELOG.md +++ b/packages/pacer-lite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer-lite +## 0.2.2 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 0.2.1 ### Patch Changes diff --git a/packages/pacer-lite/package.json b/packages/pacer-lite/package.json index 66cbd6500..2f8ba0e5d 100644 --- a/packages/pacer-lite/package.json +++ b/packages/pacer-lite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer-lite", - "version": "0.2.1", + "version": "0.2.2", "description": "Lightweight utilities for debouncing, throttling, and more - designed for npm packages.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer/CHANGELOG.md b/packages/pacer/CHANGELOG.md index 7674436a8..1e587f935 100644 --- a/packages/pacer/CHANGELOG.md +++ b/packages/pacer/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer +## 0.21.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 0.21.0 ### Minor Changes diff --git a/packages/pacer/package.json b/packages/pacer/package.json index 11d516399..7b17744b9 100644 --- a/packages/pacer/package.json +++ b/packages/pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer", - "version": "0.21.0", + "version": "0.21.1", "description": "Utilities for debouncing, throttling, rate-limiting, queuing, and more.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-pacer-devtools/CHANGELOG.md b/packages/preact-pacer-devtools/CHANGELOG.md index 846d31384..867b64e38 100644 --- a/packages/preact-pacer-devtools/CHANGELOG.md +++ b/packages/preact-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/preact-pacer-devtools +## 0.6.3 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/preact-pacer-devtools/package.json b/packages/preact-pacer-devtools/package.json index 9dd745587..44bf80eac 100644 --- a/packages/preact-pacer-devtools/package.json +++ b/packages/preact-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-pacer-devtools", - "version": "0.6.2", + "version": "0.6.3", "description": "Preact adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-pacer/CHANGELOG.md b/packages/preact-pacer/CHANGELOG.md index 50c275c4b..2e3dd3a2f 100644 --- a/packages/preact-pacer/CHANGELOG.md +++ b/packages/preact-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/preact-pacer +## 0.22.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.22.0 ### Minor Changes diff --git a/packages/preact-pacer/package.json b/packages/preact-pacer/package.json index fa252c838..ae5d1ba42 100644 --- a/packages/preact-pacer/package.json +++ b/packages/preact-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-pacer", - "version": "0.22.0", + "version": "0.22.1", "description": "Utilities for debouncing and throttling functions in Preact.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-pacer-devtools/CHANGELOG.md b/packages/react-pacer-devtools/CHANGELOG.md index 96f8d204d..0b47cdaf8 100644 --- a/packages/react-pacer-devtools/CHANGELOG.md +++ b/packages/react-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-pacer-devtools +## 0.7.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.7.0 ### Minor Changes diff --git a/packages/react-pacer-devtools/package.json b/packages/react-pacer-devtools/package.json index e651fd269..071bb9e1a 100644 --- a/packages/react-pacer-devtools/package.json +++ b/packages/react-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-pacer-devtools", - "version": "0.7.0", + "version": "0.7.1", "description": "React adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-pacer/CHANGELOG.md b/packages/react-pacer/CHANGELOG.md index dd59b48af..8d05be022 100644 --- a/packages/react-pacer/CHANGELOG.md +++ b/packages/react-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-pacer +## 0.22.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.22.0 ### Minor Changes diff --git a/packages/react-pacer/package.json b/packages/react-pacer/package.json index 0987e53c9..6a2df9e4c 100644 --- a/packages/react-pacer/package.json +++ b/packages/react-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-pacer", - "version": "0.22.0", + "version": "0.22.1", "description": "Utilities for debouncing and throttling functions in React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-pacer-devtools/CHANGELOG.md b/packages/solid-pacer-devtools/CHANGELOG.md index 60e25f9fb..d0b798fb0 100644 --- a/packages/solid-pacer-devtools/CHANGELOG.md +++ b/packages/solid-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/solid-pacer-devtools +## 0.6.3 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/solid-pacer-devtools/package.json b/packages/solid-pacer-devtools/package.json index 7a1e8acaa..c7cc36c9e 100644 --- a/packages/solid-pacer-devtools/package.json +++ b/packages/solid-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-pacer-devtools", - "version": "0.6.2", + "version": "0.6.3", "description": "Solid adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-pacer/CHANGELOG.md b/packages/solid-pacer/CHANGELOG.md index eea381eed..c374b94c8 100644 --- a/packages/solid-pacer/CHANGELOG.md +++ b/packages/solid-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/solid-pacer +## 0.21.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.21.0 ### Minor Changes diff --git a/packages/solid-pacer/package.json b/packages/solid-pacer/package.json index dd5d3206e..4a29dbb97 100644 --- a/packages/solid-pacer/package.json +++ b/packages/solid-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-pacer", - "version": "0.21.0", + "version": "0.21.1", "description": "Utilities for debouncing and throttling functions in Solid.", "author": "Tanner Linsley", "license": "MIT",