@frontegg/ionic-capacitor 2.0.8 → 2.0.9-alpha.10655751692

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 +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -56,6 +56,7 @@ from [Frontegg Portal Domain](https://portal.frontegg.com/development/settings/d
56
56
  - Toggle Hosted login method for Android:
57
57
  - Add `{{ANDROID_PACKAGE_NAME}}://{{FRONTEGG_BASE_URL}}/android/oauth/callback` **(without assetlinks)**
58
58
  - Add `https://{{FRONTEGG_BASE_URL}}/{{ANDROID_PACKAGE_NAME}}/android/oauth/callback` **(required for assetlinks)**
59
+ - Add `{{FRONTEGG_BASE_URL}}/oauth/authorize`
59
60
  - Replace `IOS_BUNDLE_IDENTIFIER` with your application identifier
60
61
  - Replace `FRONTEGG_BASE_URL` with your frontegg base url
61
62
  - Replace `ANDROID_PACKAGE_NAME` with your android package name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/ionic-capacitor",
3
- "version": "2.0.8",
3
+ "version": "2.0.9-alpha.10655751692",
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"