martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
152 stars 53 forks source link

Capacitor V4 compatibility #58

Closed de-dan closed 2 years ago

de-dan commented 2 years ago

Hey, thanks for your lovely work!

Unfortunately this lib is not (yet) compatible with the newest capacitor release:

npm ERR! Found: @capacitor/core@4.0.0
npm ERR! node_modules/@capacitor/core
npm ERR!   optional @capacitor/core@"^4.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @capacitor/core@"^3.0.0" from capacitor-secure-storage-plugin@0.7.1
npm ERR! node_modules/capacitor-secure-storage-plugin
npm ERR!   optional capacitor-secure-storage-plugin@"^0.7.1" from the root project
de-dan commented 2 years ago

Created PR #59

martinkasa commented 2 years ago

Fixed by #59