You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/toprf-secure-backup 1.0.0
Added
Add EncAccountDataType enum for categorizing secret data (e.g., PrimarySrp, ImportedSrp, ImportedPrivateKey). (#157)
Add updateSecretDataItem and batchUpdateSecretDataItems methods to ToprfSecureBackup to update fields for existing items. (#157)
Changed
Breaking: fetchAllSecretDataItems now returns FetchedSecretDataItem[] instead of Uint8Array[], including data, itemId, version, dataType, and createdAt fields. (#157)