@bootpay/client-js 5.2.0-beta.5 → 5.2.0-beta.6

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.2.0-beta.5",
3
+ "version": "5.2.0-beta.6",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",
@@ -27,6 +27,7 @@ export declare const WidgetWindowMessage: {
27
27
  bootpayWidgetUpdateStore(data: any): void;
28
28
  bootpayWidgetToUrl(data: any): void;
29
29
  bootpayWidgetShowModal(data: any): void;
30
+ brandpayWalletUpdated(data: any): void;
30
31
  /**
31
32
  * 결제 선택시 global 이벤트를 분리하여 호출한다
32
33
  * Comment by GOSOMI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.2.0-beta.5",
3
+ "version": "5.2.0-beta.6",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",