@frontegg/ionic-capacitor 2.0.6 → 2.0.7-alpha.8565941839

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.
Files changed (2) hide show
  1. package/README.md +22 -12
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -807,18 +807,28 @@ NOTE: if you are using `Custom Chrome Tab` you have to use `android:name` `com.f
807
807
 
808
808
  <activity android:exported="true" android:name="com.frontegg.android.AuthenticationActivity"
809
809
  tools:node="merge">
810
- <intent-filter>
811
- <action android:name="android.intent.action.VIEW" />
812
-
813
- <category android:name="android.intent.category.DEFAULT" />
814
- <category android:name="android.intent.category.BROWSABLE" />
815
-
816
- <!-- DO NOT COMBINE THE FOLLOWING LINES INTO ONE LINE OR SPLIT TO MULTIPLE -->
817
- <data android:host="${FRONTEGG_DOMAIN_2}" android:scheme="${package_name}" />
818
- <data android:host="${FRONTEGG_DOMAIN_2}"
819
- android:pathPrefix="/${package_name}/android/oauth/callback"
820
- android:scheme="https" />
821
- </intent-filter>
810
+ <intent-filter android:autoVerify="true">
811
+ <action android:name="android.intent.action.VIEW" />
812
+
813
+ <category android:name="android.intent.category.DEFAULT" />
814
+ <category android:name="android.intent.category.BROWSABLE" />
815
+
816
+ <!-- DONT NOT COMBINE THE FOLLOWING LINES INTO ONE LINE-->
817
+ <data
818
+ android:host="${FRONTEGG_DOMAIN_2}"
819
+ android:pathPrefix="/oauth/account/redirect/android/${package_name}"
820
+ android:scheme="https" />
821
+ </intent-filter>
822
+ <intent-filter>
823
+ <action android:name="android.intent.action.VIEW" />
824
+
825
+ <category android:name="android.intent.category.DEFAULT" />
826
+ <category android:name="android.intent.category.BROWSABLE" />
827
+
828
+ <data
829
+ android:host="${FRONTEGG_DOMAIN_2}"
830
+ android:scheme="${package_name}" />
831
+ </intent-filter>
822
832
  </activity>
823
833
  </application>
824
834
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/ionic-capacitor",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-alpha.8565941839",
4
4
  "description": "Frontegg Ionic Capacitor SDK",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -51,6 +51,11 @@
51
51
  "@frontegg/rest-api": "^3.1.56"
52
52
  },
53
53
  "devDependencies": {
54
+ "@angular-eslint/builder": "^16.0.0",
55
+ "@angular-eslint/eslint-plugin": "^16.0.0",
56
+ "@angular-eslint/eslint-plugin-template": "^16.0.0",
57
+ "@angular-eslint/schematics": "^16.0.0",
58
+ "@angular-eslint/template-parser": "^16.0.0",
54
59
  "@angular/core": ">=14.0.0",
55
60
  "@capacitor/android": "^5.0.0",
56
61
  "@capacitor/core": "^5.0.0",
@@ -65,12 +70,7 @@
65
70
  "rimraf": "^3.0.2",
66
71
  "rollup": "^2.32.0",
67
72
  "swiftlint": "^1.0.1",
68
- "typescript": "~4.1.5",
69
- "@angular-eslint/builder": "^16.0.0",
70
- "@angular-eslint/eslint-plugin": "^16.0.0",
71
- "@angular-eslint/eslint-plugin-template": "^16.0.0",
72
- "@angular-eslint/schematics": "^16.0.0",
73
- "@angular-eslint/template-parser": "^16.0.0"
73
+ "typescript": "~4.1.5"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@capacitor/core": "^5.0.0"