@capgo/capacitor-social-login 8.2.0 → 8.2.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.
|
@@ -19,7 +19,7 @@ import org.json.JSONObject;
|
|
|
19
19
|
@CapacitorPlugin(name = "SocialLogin")
|
|
20
20
|
public class SocialLoginPlugin extends Plugin {
|
|
21
21
|
|
|
22
|
-
private final String pluginVersion = "8.2.
|
|
22
|
+
private final String pluginVersion = "8.2.2";
|
|
23
23
|
|
|
24
24
|
public static String LOG_TAG = "CapgoSocialLogin";
|
|
25
25
|
|
|
@@ -15,7 +15,7 @@ import GoogleSignIn
|
|
|
15
15
|
*/
|
|
16
16
|
@objc(SocialLoginPlugin)
|
|
17
17
|
public class SocialLoginPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
18
|
-
private let pluginVersion: String = "8.2.
|
|
18
|
+
private let pluginVersion: String = "8.2.2"
|
|
19
19
|
public let identifier = "SocialLoginPlugin"
|
|
20
20
|
public let jsName = "SocialLogin"
|
|
21
21
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-social-login",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2",
|
|
4
4
|
"description": "All social logins in one plugin",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/Cap-go/capacitor-social-login/issues"
|
|
28
28
|
},
|
|
29
|
+
"homepage": "https://capgo.app/docs/plugins/social-login/",
|
|
29
30
|
"keywords": [
|
|
30
31
|
"capacitor",
|
|
31
32
|
"plugin",
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
|
|
50
51
|
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
|
|
51
52
|
"eslint": "eslint . --ext .ts --ignore-path .eslintignore",
|
|
52
|
-
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
|
|
53
|
+
"prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
|
|
53
54
|
"swiftlint": "node-swiftlint",
|
|
54
55
|
"docgen": "docgen --api SocialLoginPlugin --output-readme README.md --output-json dist/docs.json",
|
|
55
56
|
"build": "npm run clean && npm run docgen && npm run build:scripts && tsc && rollup -c rollup.config.mjs",
|
|
@@ -74,7 +75,8 @@
|
|
|
74
75
|
"rimraf": "^6.1.0",
|
|
75
76
|
"rollup": "^4.53.2",
|
|
76
77
|
"swiftlint": "^2.0.0",
|
|
77
|
-
"typescript": "^5.9.3"
|
|
78
|
+
"typescript": "^5.9.3",
|
|
79
|
+
"prettier-pretty-check": "^0.2.0"
|
|
78
80
|
},
|
|
79
81
|
"peerDependencies": {
|
|
80
82
|
"@capacitor/core": ">=8.0.0"
|