@capgo/capacitor-social-login 7.12.0 → 7.13.1

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.
package/Package.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["SocialLoginPlugin"])
11
11
  ],
12
12
  dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"),
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.4.4"),
14
14
  // FBSDKCoreKit and FBSDKLoginKit
15
15
  .package(url: "https://github.com/facebook/facebook-ios-sdk.git", .upToNextMajor(from: "18.0.1")),
16
16
  // Add Google Sign-In dependency
package/README.md CHANGED
@@ -83,7 +83,7 @@ const res = await SocialLogin.login({
83
83
 
84
84
  ## Facebook
85
85
 
86
- Docs: [How to setup facebook login](./docs/setup_facebook.md)
86
+ Docs: [How to setup facebook login](https://capgo.app/docs/plugins/social-login/facebook/)
87
87
 
88
88
  ### Android configuration
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-social-login",
3
- "version": "7.12.0",
3
+ "version": "7.13.1",
4
4
  "description": "All social logins in one plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",