mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
fix: correct uuidv5 call for cjs to esm
This commit is contained in:
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user