Update checked-in dependencies
This commit is contained in:
parent
7269bf610b
commit
e5a7c904c1
215 changed files with 41592 additions and 3253 deletions
3
node_modules/uuid/dist/cjs/v1.js
generated
vendored
3
node_modules/uuid/dist/cjs/v1.js
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.updateV1State = updateV1State;
|
||||
exports.updateV1State = void 0;
|
||||
const rng_js_1 = require("./rng.js");
|
||||
const stringify_js_1 = require("./stringify.js");
|
||||
const _state = {};
|
||||
|
|
@ -48,6 +48,7 @@ function updateV1State(state, now, rnds) {
|
|||
state.msecs = now;
|
||||
return state;
|
||||
}
|
||||
exports.updateV1State = updateV1State;
|
||||
function v1Bytes(rnds, msecs, nsecs, clockseq, node, buf, offset = 0) {
|
||||
if (rnds.length < 16) {
|
||||
throw new Error('Random bytes length must be >= 16');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue