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/v1.js
generated
vendored
2
node_modules/uuid/dist/cjs-browser/v1.js
generated
vendored
|
|
@ -22,7 +22,7 @@ function v1(options, buf, offset) {
|
|||
updateV1State(_state, now, rnds);
|
||||
bytes = v1Bytes(rnds, _state.msecs, _state.nsecs, isV6 ? undefined : _state.clockseq, isV6 ? undefined : _state.node, buf, offset);
|
||||
}
|
||||
return buf ? bytes : (0, stringify_js_1.unsafeStringify)(bytes);
|
||||
return buf ?? (0, stringify_js_1.unsafeStringify)(bytes);
|
||||
}
|
||||
function updateV1State(state, now, rnds) {
|
||||
state.msecs ??= -Infinity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue