@alipay/ams-checkout 0.0.1758505806-dev.2 → 0.0.1758505806-dev.4

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.
@@ -297,7 +297,6 @@ export var ApplePaySdk = /*#__PURE__*/function () {
297
297
  title: 'a3753.b103030.c386485.d507498'
298
298
  });
299
299
  }
300
- _this.abortSession();
301
300
  reject({
302
301
  errorCode: APPLEPAYERRORENUM.APPLE_PAY_CANCEL
303
302
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1758505806-dev.2",
3
+ "version": "0.0.1758505806-dev.4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",
@@ -16,8 +16,8 @@
16
16
  "scripts": {
17
17
  "build": "father build",
18
18
  "build:w": "father dev",
19
- "ci": "npm run lint",
20
- "cov": "jest --coverage",
19
+ "ci": "tnpm run cov",
20
+ "cov": "jest --coverage --silent",
21
21
  "dev": "father dev",
22
22
  "format": "prettier --write --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx,md,json,css,less}\"",
23
23
  "lint": "eslint ./src",
@@ -47,6 +47,7 @@
47
47
  "uuid": "^9.0.0"
48
48
  },
49
49
  "devDependencies": {
50
+ "@ali/ci": "^4.72.0",
50
51
  "@babel/core": "^7.20.7",
51
52
  "@babel/preset-env": "^7.20.2",
52
53
  "@commitlint/cli": "^17.3.0",
@@ -77,5 +78,9 @@
77
78
  },
78
79
  "publishConfig": {
79
80
  "access": "public"
81
+ },
82
+ "ci": {
83
+ "resourceClass": "L",
84
+ "type": "aci"
80
85
  }
81
86
  }