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.unsafeStringify = unsafeStringify;
exports.unsafeStringify = void 0;
const validate_js_1 = require("./validate.js");
const byteToHex = [];
for (let i = 0; i < 256; ++i) {
@ -28,6 +28,7 @@ function unsafeStringify(arr, offset = 0) {
byteToHex[arr[offset + 14]] +
byteToHex[arr[offset + 15]]).toLowerCase();
}
exports.unsafeStringify = unsafeStringify;
function stringify(arr, offset = 0) {
const uuid = unsafeStringify(arr, offset);
if (!(0, validate_js_1.default)(uuid)) {