BREAKING(uuid): remove V1Options in favor of GenerateOptions (#4925)

This commit is contained in:
Asher Gomez 2024-05-31 21:48:51 +10:00 committed by GitHub
parent b1684ec912
commit 0bfa4faed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,14 +33,6 @@ let _clockseq: number;
let _lastMSecs = 0;
let _lastNSecs = 0;
/**
* Options for {@linkcode generate}.
*
* @deprecated This will be removed in 1.0.0. Use {@linkcode GenerateOptions}
* instead.
*/
export interface V1Options extends GenerateOptions {}
/** Options for {@linkcode generate}. */
export interface GenerateOptions {
/**