@alipay/ams-checkout 0.0.1733711101-dev.2 → 0.0.1733711101-dev.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.
package/esm/config/index.d.ts
CHANGED
@@ -10,5 +10,5 @@ export declare const AMSAutoDebitAppVersion = "1.26.0";
|
|
10
10
|
export declare const AMSEasyPayAppVersion = "1.26.0";
|
11
11
|
export declare const AMSCashierPaymentAppVersion = "1.26.0";
|
12
12
|
export declare const AMSVaultingAppVersion = "1.26.0";
|
13
|
-
export declare const AMSPaymentElementAppVersion = "1.
|
14
|
-
export declare const ADDRESSElementAppVersion = "1.
|
13
|
+
export declare const AMSPaymentElementAppVersion = "1.26.0";
|
14
|
+
export declare const ADDRESSElementAppVersion = "1.26.0";
|
package/esm/config/index.js
CHANGED
@@ -40,5 +40,5 @@ export var AMSAutoDebitAppVersion = '1.26.0'; // 代扣
|
|
40
40
|
export var AMSEasyPayAppVersion = '1.26.0'; // easypay
|
41
41
|
export var AMSCashierPaymentAppVersion = '1.26.0'; // 收银台(卡、apm)
|
42
42
|
export var AMSVaultingAppVersion = '1.26.0'; // 绑卡
|
43
|
-
export var AMSPaymentElementAppVersion = '1.
|
44
|
-
export var ADDRESSElementAppVersion = '1.
|
43
|
+
export var AMSPaymentElementAppVersion = '1.26.0'; // payment element
|
44
|
+
export var ADDRESSElementAppVersion = '1.26.0'; // address element
|