@bootpay/client-js 5.0.3-rc.2 → 5.0.3-rc.3

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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.0.3-rc.2",
3
+ "version": "5.0.3-rc.3",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",
@@ -3,7 +3,8 @@ import BootpaySDK from './bootpay-sdk';
3
3
  import BootpayEnvironment from "./bootpay-environment";
4
4
  import BootpayEx from './bootpay-ex';
5
5
  import BootpayWidget, { BootpayWidgetInterface } from './bootpay-widget';
6
- export { Bootpay, BootpaySDK, BootpayEnvironment, BootpayWidget, BootpayEx };
6
+ import BootpayWallet from './bootpay-wallet';
7
+ export { Bootpay, BootpaySDK, BootpayEnvironment, BootpayWidget, BootpayEx, BootpayWallet };
7
8
  export default Bootpay;
8
9
  import { UserTokenTemplateManager } from './lib/template/user-token';
9
10
  import { BiometricDataModel, RequestPaymentWalletModel } from './models/bootpay-sdk-interface';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.0.3-rc.2",
3
+ "version": "5.0.3-rc.3",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",