@alipay/ams-checkout 2.0.6 → 2.0.7

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.
@@ -484,6 +484,7 @@ export declare enum EVENTNAME {
484
484
  }
485
485
  interface PaymentMethodChangedData {
486
486
  type: string;
487
+ name: string;
487
488
  }
488
489
  interface ValuesChangedData {
489
490
  region: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",