This commit is contained in:
Sebastian Korotkiewicz 2024-02-06 08:46:59 +01:00
parent f22daa89a3
commit 73dd93156d
Signed by: skorotkiewicz
GPG key ID: 5BDC557B496BDB0D

View file

@ -1,6 +1,6 @@
{
"name": "@skorotkiewicz/snowflake-id",
"version": "1.0.0",
"version": "1.0.1",
"description": "Snowflake ID is a unique identifier commonly used in distributed systems to generate unique IDs with a timestamp component. It is designed to ensure uniqueness, even in distributed and highly concurrent environments.",
"scripts": {
"rollup": "rollup -c",