@useparagon/connect 1.0.5 → 1.0.6-experimental.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.
@@ -164,6 +164,10 @@ export type InstallOptions = {
164
164
  * skips account type selection
165
165
  */
166
166
  accountType?: string;
167
+ /**
168
+ * used to override redirect url passed in getAuthUrl instead of our passport url
169
+ */
170
+ overrideRedirectUrl?: string;
167
171
  };
168
172
  export type AuthenticateOptions = {
169
173
  metadata?: PersonaMeta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-experimental.1",
4
4
  "description": "paragon connect npm package",
5
5
  "main": "dist/src/index.ts",
6
6
  "types": "dist/src/index.d.ts",