react-plaid-link
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -25,2 +25,3 @@ /// <reference types="react" /> | ||
link_session_id: string; | ||
transfer_status?: string; | ||
} | ||
@@ -27,0 +28,0 @@ interface PlaidLinkOnExitMetadata { |
@@ -25,2 +25,3 @@ /// <reference types="react" /> | ||
link_session_id: string; | ||
transfer_status?: string; | ||
} | ||
@@ -27,0 +28,0 @@ interface PlaidLinkOnExitMetadata { |
@@ -25,2 +25,3 @@ /// <reference types="react" /> | ||
link_session_id: string; | ||
transfer_status?: string; | ||
} | ||
@@ -27,0 +28,0 @@ interface PlaidLinkOnExitMetadata { |
@@ -25,2 +25,3 @@ /// <reference types="react" /> | ||
link_session_id: string; | ||
transfer_status?: string; | ||
} | ||
@@ -27,0 +28,0 @@ interface PlaidLinkOnExitMetadata { |
{ | ||
"name": "react-plaid-link", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "A React component for Plaid Link", | ||
@@ -51,4 +51,4 @@ "registry": "https://registry.npmjs.org", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
@@ -28,2 +28,3 @@ import React from 'react'; | ||
link_session_id: string; | ||
transfer_status?: string; | ||
} | ||
@@ -30,0 +31,0 @@ |
106318
18
2400