@alipay/ams-checkout 0.0.1734681171-dev.0 → 0.0.1734681171-dev.1
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/dist/umd/ams-checkout.min.js +1 -1
- package/esm/config/index.js +2 -14
- package/package.json +1 -1
package/esm/config/index.js
CHANGED
@@ -6,25 +6,13 @@
|
|
6
6
|
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
7
7
|
*/
|
8
8
|
import json from "../../package.json";
|
9
|
-
|
10
|
-
/*
|
11
|
-
export const marmotMap: Record<string, string> = {
|
9
|
+
export var marmotMap = {
|
12
10
|
dev: 'http://page.alipay.net/page/antom-web-checkout/src/component-app',
|
13
11
|
sit: 'http://page.test.alipay.net/page/antom-web-checkout/src/component-app',
|
14
12
|
pre: 'https://pre.ac.alipay.com/page/antom-web-checkout/src/component-app',
|
15
13
|
sandbox: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app',
|
16
14
|
light_sandbox: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app',
|
17
|
-
prod: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app'
|
18
|
-
};
|
19
|
-
*/
|
20
|
-
|
21
|
-
// FIXME: for popmart test
|
22
|
-
export var marmotMap = {
|
23
|
-
dev: 'http://dev.page.alipay.net/page/antom-web-checkout/feat-small-font-size/src/component-app',
|
24
|
-
pre: 'https://pre.ac.alipay.com/page/antom-web-checkout/feat-small-font-size/src/component-app',
|
25
|
-
sandbox: 'https://pre.ac.alipay.com/page/antom-web-checkout/feat-small-font-size/src/component-app',
|
26
|
-
light_sandbox: 'https://pre.ac.alipay.com/page/antom-web-checkout/feat-small-font-size/src/component-app',
|
27
|
-
prod: 'https://pre.ac.alipay.com/page/antom-web-checkout/feat-small-font-size/src/component-app'
|
15
|
+
prod: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app'
|
28
16
|
};
|
29
17
|
export var marmotConfigMap = {
|
30
18
|
dev: 'https://config-dev.marmot-cloud.com/config/data/antom-sdk-config/en_US.json',
|