• Generates a UUID v5-like identifier by hashing text with SHA-256.

    Parameters

    • text: string

      The input text.

    Returns Promise<string>

    A UUID string.