2.2.0
Added
createEncryptionStorage()
function to customize the encryptionEncryption
Interface for the encryption definition
Changed
- Change from
cyrup
tosjcl-es
andsjcl-codec-hex
(#31)
Fixed
- Error while compiling for SvelteKit (#31)
Deprecated
createEncryptedStorage()
usecreateEncryptionStorage()
insteadNO_ENCRYPTION_BEHAVIOR
enum (no replacement)noEncryptionBehavior()
(no replacement, function do nothing)
Thanks to @kroniapp for reporting the issue