nativescript-secure-storage
nativescript-secure-storage copied to clipboard
Published version is not derived from the release tag
Current latest version (3.0.0) files are different from release tag. For example disableFallbackToUserDefaults
is missing in the released version, while it was clearly meant to be in the release (https://github.com/EddyVerbruggen/nativescript-secure-storage/blob/b4c97f92ddd96d2e0e9e825626295e8c05b563fc/src/secure-storage.ios.ts). Something probably went wrong with the build process.
To "reproduce":
- create a new NS project
-
ns plugin add @nativescript/secure-storage
- navigate to
/node_modules/@nativescript/secure-storage/secure-storage.ios.js
disableFallbackToUserDefaults
will be missing.