@capgo/capacitor-persistent-account 8.0.1 → 8.0.2
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.
|
@@ -11,7 +11,7 @@ import com.getcapacitor.annotation.PermissionCallback;
|
|
|
11
11
|
@CapacitorPlugin(name = "CapacitorPersistentAccount")
|
|
12
12
|
public class CapacitorPersistentAccountPlugin extends Plugin {
|
|
13
13
|
|
|
14
|
-
private final String pluginVersion = "8.0.
|
|
14
|
+
private final String pluginVersion = "8.0.2";
|
|
15
15
|
|
|
16
16
|
private CapacitorPersistentAccount implementation;
|
|
17
17
|
|
|
@@ -7,7 +7,7 @@ import Capacitor
|
|
|
7
7
|
*/
|
|
8
8
|
@objc(CapacitorPersistentAccountPlugin)
|
|
9
9
|
public class CapacitorPersistentAccountPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
10
|
-
private let pluginVersion: String = "8.0.
|
|
10
|
+
private let pluginVersion: String = "8.0.2"
|
|
11
11
|
public let identifier = "CapacitorPersistentAccountPlugin"
|
|
12
12
|
public let jsName = "CapacitorPersistentAccount"
|
|
13
13
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-persistent-account",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
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",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/Cap-go/capacitor-persistent-account/issues"
|
|
26
26
|
},
|
|
27
|
+
"homepage": "https://capgo.app/docs/plugins/persistent-account/",
|
|
27
28
|
"keywords": [
|
|
28
29
|
"capacitor",
|
|
29
30
|
"plugin",
|
|
@@ -53,7 +54,9 @@
|
|
|
53
54
|
"@ionic/eslint-config": "^0.4.0",
|
|
54
55
|
"@ionic/prettier-config": "^4.0.0",
|
|
55
56
|
"@ionic/swiftlint-config": "^2.0.0",
|
|
57
|
+
"@types/node": "^24.10.1",
|
|
56
58
|
"eslint": "^8.57.1",
|
|
59
|
+
"eslint-plugin-import": "^2.31.0",
|
|
57
60
|
"prettier": "^3.6.2",
|
|
58
61
|
"prettier-plugin-java": "^2.7.7",
|
|
59
62
|
"rimraf": "^6.1.0",
|