@parafin/react 1.0.7 → 1.0.8

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/index.tsx CHANGED
@@ -29,7 +29,7 @@ type OptInFields = {
29
29
  const ParafinWidget = (
30
30
  props: {
31
31
  token: string
32
- product: 'capital' | 'banking'
32
+ product: 'capital' | 'wallet'
33
33
  externalBusinessId?: string
34
34
  onExit?: () => void
35
35
  onOptIn?: () => Promise<OptInFields>
package/out/index.d.ts CHANGED
@@ -24,7 +24,7 @@ type OptInFields = {
24
24
  };
25
25
  declare const ParafinWidget: (props: {
26
26
  token: string;
27
- product: 'capital' | 'banking';
27
+ product: 'capital' | 'wallet';
28
28
  externalBusinessId?: string;
29
29
  onExit?: () => void;
30
30
  onOptIn?: () => Promise<OptInFields>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parafin/react",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Parafin React widget",
5
5
  "author": "Parafin (https://www.parafin.com)",
6
6
  "module": "out/index.js",
@@ -14,7 +14,7 @@
14
14
  "typescript": "^4.9.5"
15
15
  },
16
16
  "dependencies": {
17
- "@parafin/core": "^1.0.9",
17
+ "@parafin/core": "^1.0.10",
18
18
  "react": "^16.8.0"
19
19
  }
20
20
  }