@bootpay/client-js 4.2.0-beta.1 → 4.2.0-beta.2

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.
@@ -0,0 +1,2 @@
1
+ declare const _exports: {};
2
+ export = _exports;
package/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export default Bootpay;
1
2
  import Bootpay from "./bootpay";
2
3
  import BootpaySDK from "./bootpay-sdk";
3
4
  import BootpayEnvironment from "./bootpay-environment";
package/index.js CHANGED
@@ -2,4 +2,6 @@ import Bootpay from './bootpay'
2
2
  import BootpaySDK from './bootpay-sdk'
3
3
  import BootpayEnvironment from "./bootpay-environment"
4
4
 
5
- export { Bootpay, BootpaySDK, BootpayEnvironment };
5
+ export { Bootpay, BootpaySDK, BootpayEnvironment }
6
+
7
+ export default Bootpay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.2.0-beta.1",
3
+ "version": "4.2.0-beta.2",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {
@@ -0,0 +1 @@
1
+ export {};