You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time-shift config values are to be given in milliseconds. This change is
67
+
unifying this behavior and is only a breaking change if using `KSUID32` and
68
+
specifying custom `epoch` offsets (using defaults is **not** impacted).
69
+
Previously, `KSUID32` used an offset given in seconds, whereas the other
70
+
implementations already used milliseconds.
71
+
61
72
## Related packages
62
73
63
74
-[@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
0 commit comments