Revert uuid

This commit is contained in:
Vallie Joseph
2023-07-31 19:51:01 +00:00
parent 15a848a9ab
commit d77f97af87
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
import * as fs from 'fs'
import * as os from 'os'
import {v7 as uuidv7} from 'uuid'
import {v4 as uuidv4} from 'uuid'
import {toCommandValue} from './utils'
export function issueFileCommand(command: string, message: any): void {
@@ -25,7 +25,7 @@ export function issueFileCommand(command: string, message: any): void {
}
export function prepareKeyValueMessage(key: string, value: any): string {
const delimiter = `ghadelimiter_${uuidv7()}`
const delimiter = `ghadelimiter_${uuidv4()}`
const convertedValue = toCommandValue(value)
// These should realistically never happen, but just in case someone finds a