@crup/react-timer-hook 0.0.1-alpha.5 → 0.0.1-alpha.6
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -138,8 +138,8 @@ Current local build:
|
|
|
138
138
|
|
|
139
139
|
| File | Raw | Gzip | Brotli |
|
|
140
140
|
| --- | ---: | ---: | ---: |
|
|
141
|
-
| `dist/index.js` |
|
|
142
|
-
| `dist/index.cjs` |
|
|
141
|
+
| `dist/index.js` | 11.82 kB | 3.55 kB | 3.20 kB |
|
|
142
|
+
| `dist/index.cjs` | 12.94 kB | 3.79 kB | 3.42 kB |
|
|
143
143
|
| `dist/index.d.ts` | 3.95 kB | 992 B | 888 B |
|
|
144
144
|
|
|
145
145
|
CI writes a size summary to the GitHub Actions UI and posts a bundle-size comment on pull requests.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crup/react-timer-hook",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.6",
|
|
4
4
|
"description": "Deterministic React timer lifecycle hooks for timers, schedules, and many independent timers.",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"tag": "alpha"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": ">=
|
|
26
|
+
"node": ">=24.0.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"react",
|