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/cjs-browser/v7.js
generated
vendored
2
node_modules/uuid/dist/cjs-browser/v7.js
generated
vendored
|
|
@ -15,7 +15,7 @@ function v7(options, buf, offset) {
|
|||
updateV7State(_state, now, rnds);
|
||||
bytes = v7Bytes(rnds, _state.msecs, _state.seq, buf, offset);
|
||||
}
|
||||
return buf ? bytes : (0, stringify_js_1.unsafeStringify)(bytes);
|
||||
return buf ?? (0, stringify_js_1.unsafeStringify)(bytes);
|
||||
}
|
||||
function updateV7State(state, now, rnds) {
|
||||
state.msecs ??= -Infinity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue