@useparagon/connect
Advanced tools
Comparing version 1.0.29-experimental.1 to 1.0.29-experimental.2
@@ -1,2 +0,2 @@ | ||
import type { ReactNode } from 'react'; | ||
import { ReactNode } from 'react'; | ||
import { AuthenticationScheme } from '../entities/credential.interface'; | ||
@@ -3,0 +3,0 @@ import { SidebarInput } from './connect'; |
@@ -10,2 +10,8 @@ /// <reference types="react" /> | ||
}; | ||
export type BasicAuthError = { | ||
name: string; | ||
message: string; | ||
details?: Record<string, any>; | ||
meta?: Record<string, any>; | ||
}; | ||
export type Props = { | ||
@@ -33,5 +39,5 @@ integration: IConnectIntegrationWithCredentialInfo | null; | ||
apiInstallationOptions?: ModalApiInstallationOptions; | ||
connectionError?: string; | ||
connectionError?: BasicAuthError | undefined; | ||
selectedCredentialId?: string; | ||
}; | ||
export {}; |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.29-experimental.1", | ||
"version": "1.0.29-experimental.2", | ||
"description": "Embed integrations into your app with the Paragon SDK", | ||
@@ -35,2 +35,3 @@ "main": "dist/src/index.js", | ||
"jwt-decode": "^3.1.2", | ||
"react": "^17.0.2", | ||
"tslib": "2.3.1" | ||
@@ -41,2 +42,3 @@ }, | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.5", | ||
"@testing-library/jest-dom": "^5.14.1", | ||
@@ -78,3 +80,2 @@ "@testing-library/react": "^12.1.0", | ||
"process": "^0.11.10", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
@@ -81,0 +82,0 @@ "rimraf": "^3.0.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
306134
2585
4
+ Addedreact@^17.0.2
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)