@alipay/ams-checkout 0.0.1767941604-dev.1 → 0.0.1767941604-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/ams-checkout.js +3 -3
- package/antom-cls.js +2 -2
- package/dist/ams-checkout.min.js +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.js +1 -0
- package/esm/modern/antom.d.ts +7 -7
- package/package.json +2 -1
package/esm/index.d.ts
CHANGED
|
@@ -10,4 +10,6 @@ AMSAutoDebit, // 被EasyPay代替,已废弃
|
|
|
10
10
|
AMSAutoDebitPay, // 被EasyPay代替,已废弃
|
|
11
11
|
AddressElement, } from './main';
|
|
12
12
|
export * from './types';
|
|
13
|
+
export { load as loadAntom } from './modern/index';
|
|
14
|
+
export type { AntomSDK } from './modern/index';
|
|
13
15
|
export default AMSCheckout;
|
package/esm/index.js
CHANGED
package/esm/modern/antom.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseAppearance } from '
|
|
2
|
-
import
|
|
3
|
-
import { BaseElement } from '
|
|
4
|
-
import { BaseElementConfig } from '
|
|
5
|
-
import { BaseElements } from '
|
|
6
|
-
import { BaseElementsConfig } from '
|
|
7
|
-
import { BaseElementsFactory } from '
|
|
1
|
+
import { BaseAppearance } from './types';
|
|
2
|
+
import { BaseConfig } from './types';
|
|
3
|
+
import { BaseElement } from './abstract/BaseElement';
|
|
4
|
+
import { BaseElementConfig } from './types';
|
|
5
|
+
import { BaseElements } from './abstract/BaseElements';
|
|
6
|
+
import { BaseElementsConfig } from './types';
|
|
7
|
+
import { BaseElementsFactory } from './abstract/BaseElementsFactory';
|
|
8
8
|
|
|
9
9
|
declare class AntomSDK extends BaseElementsFactory {
|
|
10
10
|
static version: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alipay/ams-checkout",
|
|
3
|
-
"version": "0.0.1767941604-dev.
|
|
3
|
+
"version": "0.0.1767941604-dev.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "esm/index.js",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@ali/ci": "^4.72.0",
|
|
58
58
|
"@antintl/opensdk-bridge": "^0.0.20251212104616-dev.8",
|
|
59
|
+
"@antintl/opensdk-core": "^0.0.20251212104616-dev.8",
|
|
59
60
|
"@antintl/opensdk-debugger": "^0.0.20251212104616-dev.8",
|
|
60
61
|
"@babel/core": "^7.20.7",
|
|
61
62
|
"@babel/preset-env": "^7.20.2",
|