fix: correct uuidv5 call for cjs to esm

This commit is contained in:
2025-03-25 11:07:28 -07:00
parent 7e71ff5e37
commit e857bfee03

View File

@@ -55,7 +55,7 @@ if (action === 'guid') {
} }
}) })
} else if (action === 'generate') { } else if (action === 'generate') {
const buildGuid = uuidv5(`${repository.url}`, uuidV5.URL) const buildGuid = uuidv5(`${repository.url}`, uuidv5.URL)
const buildUuid = uuidv5(version, buildGuid) const buildUuid = uuidv5(version, buildGuid)
const ids = ` const ids = `