fantomid 1.0.11 → 1.0.13

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,14 +17,14 @@ the exact same moment with a low chance of collision.
17
17
 
18
18
  ```
19
19
 
20
- Bit-reverse
20
+ ID: 8209108814378532 Bit-reverse
21
21
  ◄─┐
22
22
  Random bits Timestamp │
23
23
  ┌─────────────────┐ ┌────────────────────────────────────┐ │
24
24
  │11101001010100010│ │010000010110110011011011011000100100│ │
25
25
  └─────────────────┘ └────────────────────────────────────┘
26
26
 
27
- └─────A2D2FF──────┘ └──────2025-11-24T19:13:45.994Z──────┘
27
+ └────A2 D2 FF─────┘ └──────2025-11-24T19:13:45.994Z──────┘
28
28
 
29
29
  ```
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fantomid",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "type": "module",
5
5
  "description": "A tiny, universal ID generator compatible with JavaScript integers",
6
6
  "repository": "th3rius/fantomid",