martinkasa / capacitor-secure-storage-plugin

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

config object was deprecated in v3 #38

Closed Janaka-Steph closed 2 years ago

Janaka-Steph commented 3 years ago

I still get the warning Capacitor WebPlugin "SecureStoragePlugin" config object was deprecated in v3 and will be removed in v4., even though I use version "^0.6.2" with Capacitor v3

pablomaurer commented 3 years ago

something todo with the

  constructor() {
    super({
      name: 'SecureStoragePlugin',
      platforms: ['web'],
    });

in web.ts

as the WebPlugin constructor warns when you pass something in super()

aanders77 commented 2 years ago

I just installed this plugin and got the same warning. Using Capacitor v3. How do I get rid of it?

martinkasa commented 2 years ago

fixed in v0.7.0