@octanejs/tanstack-pacer 0.0.37 → 0.0.39
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/README.md +7 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -7,3 +7,10 @@ upstream hook family (`useDebouncer`/`useDebouncedState`/`useDebouncedValue`/
|
|
|
7
7
|
`useDebouncedCallback`, throttler, rate-limiter, queuer, batcher, and the
|
|
8
8
|
async families) plus `PacerProvider` on Octane hooks, with store
|
|
9
9
|
subscriptions via `@octanejs/tanstack-store`.
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
npm install @octanejs/tanstack-pacer @octanejs/tanstack-store
|
|
15
|
+
pnpm add @octanejs/tanstack-pacer @octanejs/tanstack-store
|
|
16
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octanejs/tanstack-pacer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@tanstack/pacer": "0.21.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@octanejs/tanstack-store": "0.0.
|
|
53
|
-
"octane": "0.1.
|
|
52
|
+
"@octanejs/tanstack-store": "0.0.44",
|
|
53
|
+
"octane": "0.1.50"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@tanstack/react-pacer": "0.22.1",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react": "19.2.7",
|
|
63
63
|
"react-dom": "19.2.7",
|
|
64
64
|
"vitest": "^4.1.10",
|
|
65
|
-
"@octanejs/tanstack-store": "0.0.
|
|
66
|
-
"octane": "0.1.
|
|
65
|
+
"@octanejs/tanstack-store": "0.0.44",
|
|
66
|
+
"octane": "0.1.50"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"test": "vitest run --project tanstack-pacer",
|