File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The main id generation function is written in C++ using N-API which makes the pr
1111- Add ` GetIDFromTimestamp ` function which can be used in database queries.
1212
1313** Version 1.5 Updates**
14- - Add ` GetMachineIDFromTimestamp ` help extracting machine id from the generated ids, even if they were generated on different machines
14+ - Add ` GetMachineIDFromID ` help extracting machine id from the generated ids, even if they were generated on different machines
1515
1616## How to install
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " nodejs-snowflake" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.6.2 " ,
44 "description" : " Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments