From e857bfee039c8171cc6871428cc9ac46aafce0b4 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 25 Mar 2025 11:07:28 -0700 Subject: [PATCH] fix: correct `uuidv5` call for cjs to esm --- tvapp2/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/root.js b/tvapp2/root.js index 0c68b860..17a79358 100644 --- a/tvapp2/root.js +++ b/tvapp2/root.js @@ -55,7 +55,7 @@ if (action === 'guid') { } }) } else if (action === 'generate') { - const buildGuid = uuidv5(`${repository.url}`, uuidV5.URL) + const buildGuid = uuidv5(`${repository.url}`, uuidv5.URL) const buildUuid = uuidv5(version, buildGuid) const ids = `