floppy-disk 2.0.1-beta.2 → 2.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,13 @@ import {
17
17
  useInfiniteQuery,
18
18
  useMutation,
19
19
  } from '@tanstack/react-query'; // 41 kB (gzipped: 11 kB)
20
- import { createQuery, createMutation } from 'floppy-disk'; // 8.1 kB (gzipped: 2.7 kB) 🎉
20
+ import { createQuery, createMutation } from 'floppy-disk'; // 8.2 kB (gzipped: 2.8 kB) 🎉
21
21
  ```
22
22
 
23
23
  - Using Zustand & React-Query: https://demo-zustand-react-query.vercel.app/
24
24
  👉 Total: **309.21 kB**
25
25
  - Using Floppy Disk: https://demo-floppy-disk.vercel.app/
26
- 👉 Total: **284.8 kB** 🎉
26
+ 👉 Total: **270.86 kB** 🎉
27
27
 
28
28
  ## Key Features
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "floppy-disk",
3
- "version": "2.0.1-beta.2",
3
+ "version": "2.0.1",
4
4
  "description": "FloppyDisk - lightweight, simple, and powerful state management library",
5
5
  "keywords": [
6
6
  "state",