react-es-fb-login 1.0.0 → 1.0.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.
@@ -51,6 +51,7 @@ export type LoginOptions = {
51
51
  *
52
52
  * Use 'rerequest' when re-requesting a declined permission. */
53
53
  auth_type?: 'rerequest' | 'reauthenticate' | 'reauthorize';
54
+ response_type?: string;
54
55
  scope: string;
55
56
  /** Facebook login for business uses config_id instead of scope - won't work without this - reference: https://developers.facebook.com/docs/facebook-login/facebook-login-for-business/ */
56
57
  config_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-es-fb-login",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "keywords": [
5
5
  "react",
6
6
  "reactjs",