@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/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
@@ -23,4 +23,5 @@ AMSAutoDebitPay,
23
23
  AddressElement // 未使用
24
24
  } from "./main";
25
25
  export * from "./types";
26
+ export { load as loadAntom } from "./modern/index";
26
27
  export default AMSCheckout;
@@ -1,10 +1,10 @@
1
- import { BaseAppearance } from '@antintl/opensdk-core';
2
- import type { BaseConfig } from '@antintl/opensdk-core';
3
- import { BaseElement } from '@antintl/opensdk-core';
4
- import { BaseElementConfig } from '@antintl/opensdk-core';
5
- import { BaseElements } from '@antintl/opensdk-core';
6
- import { BaseElementsConfig } from '@antintl/opensdk-core';
7
- import { BaseElementsFactory } from '@antintl/opensdk-core';
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.1",
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",