@capgo/capacitor-persistent-account 7.0.13 → 7.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ import Security
19
19
  let query: [String: Any] = [
20
20
  kSecClass as String: kSecClassGenericPassword,
21
21
  kSecAttrService as String: service,
22
- kSecAttrAccount as String: account,
22
+ kSecAttrAccount as String: account
23
23
  ]
24
24
  // Remove existing item if any
25
25
  SecItemDelete(query as CFDictionary)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-persistent-account",
3
- "version": "7.0.13",
3
+ "version": "7.0.15",
4
4
  "description": "This plugin allows you to securely store account information for a user in Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",