@useparagon/connect 1.0.6-experimental.1 → 1.0.6
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/dist/src/types/sdk.d.ts +0 -4
- package/package.json +3 -3
package/dist/src/types/sdk.d.ts
CHANGED
|
@@ -164,10 +164,6 @@ 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;
|
|
171
167
|
};
|
|
172
168
|
export type AuthenticateOptions = {
|
|
173
169
|
metadata?: PersonaMeta;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useparagon/connect",
|
|
3
|
-
"version": "1.0.6
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "dist/src/index.
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "Embed integrations into your app with the Paragon SDK",
|
|
5
|
+
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
7
7
|
"exports": "./dist/src/index.js",
|
|
8
8
|
"scripts": {
|