Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-01-13 17:23:46 +00:00
parent 7269bf610b
commit e5a7c904c1
215 changed files with 41592 additions and 3253 deletions

View file

@ -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');