Update checked-in dependencies
This commit is contained in:
parent
a8ade63a2f
commit
452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions
2
node_modules/uuid/dist/esm-browser/v7.js
generated
vendored
2
node_modules/uuid/dist/esm-browser/v7.js
generated
vendored
|
|
@ -12,7 +12,7 @@ function v7(options, buf, offset) {
|
|||
updateV7State(_state, now, rnds);
|
||||
bytes = v7Bytes(rnds, _state.msecs, _state.seq, buf, offset);
|
||||
}
|
||||
return buf ? bytes : unsafeStringify(bytes);
|
||||
return buf ?? unsafeStringify(bytes);
|
||||
}
|
||||
export function updateV7State(state, now, rnds) {
|
||||
state.msecs ??= -Infinity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue