EddyVerbruggen / nativescript-secure-storage

:closed_lock_with_key: NativeScript plugin for secure local storage of fi. passwords
MIT License
111 stars 26 forks source link

Published version is not derived from the release tag #53

Open nikoTM opened 3 years ago

nikoTM commented 3 years ago

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":

  1. create a new NS project
  2. ns plugin add @nativescript/secure-storage
  3. navigate to /node_modules/@nativescript/secure-storage/secure-storage.ios.js

disableFallbackToUserDefaults will be missing.