nativescript-secure-storage icon indicating copy to clipboard operation
nativescript-secure-storage copied to clipboard

Published version is not derived from the release tag

Open nikoTM opened this issue 4 years ago • 0 comments

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.

nikoTM avatar Dec 12 '20 15:12 nikoTM