File tree 2 files changed +2
-2
lines changed
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
11
11
- Add ` GetIDFromTimestamp ` function which can be used in database queries.
12
12
13
13
** 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
15
15
16
16
## How to install
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodejs-snowflake" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.6.2 " ,
4
4
"description" : " Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments