@alipay/ams-checkout 0.0.1757298389-dev.15 → 0.0.1757298389-dev.16

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.
@@ -300,7 +300,6 @@ export var ApplePaySdk = /*#__PURE__*/function () {
300
300
  title: 'a3753.b103030.c386485.d507498'
301
301
  });
302
302
  }
303
- _this.abortSession();
304
303
  reject({
305
304
  errorCode: APPLEPAYERRORENUM.APPLE_PAY_CANCEL
306
305
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1757298389-dev.15",
3
+ "version": "0.0.1757298389-dev.16",
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",
@@ -55,13 +56,13 @@
55
56
  "@testing-library/react": "^9.5.0",
56
57
  "@types/jest": "^29.2.4",
57
58
  "@types/uuid": "^9.0.0",
58
- "@typescript-eslint/eslint-plugin": "latest",
59
- "@typescript-eslint/parser": "^5.60.0",
59
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
60
+ "@typescript-eslint/parser": "^6.21.0",
60
61
  "babel-jest": "^29.3.1",
61
62
  "babel-loader": "^9.1.0",
62
63
  "babel-plugin-import": "^1.13.0",
63
- "eslint": "^8.36.0",
64
- "eslint-plugin-prettier": "latest",
64
+ "eslint": "^8.56.0",
65
+ "eslint-plugin-prettier": "^5.1.3",
65
66
  "father": "^4.2.3",
66
67
  "jest": "^29.5.0",
67
68
  "jest-environment-jsdom": "^29.3.1",
@@ -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
  }