@bigcommerce/checkout-sdk 1.332.1 → 1.333.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.332.1",
3
+ "version": "1.333.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -36,15 +36,20 @@
36
36
  "bundle-dts": "npx nx run core:build-dts",
37
37
  "docs": "npx nx run core:docs",
38
38
  "generate": "npx nx run core:generate",
39
- "lint": "npx nx run-many --target=lint --all",
39
+ "lint": "npx nx run-many --target=lint --parallel=5 --all --verbose",
40
40
  "release": "echo 'Please do not release locally, use CircleCi'",
41
41
  "release:version": "git add dist docs && standard-version -a",
42
42
  "release:alpha": "export PRERELEASE=alpha; npm run lint && npm test && npm run build && npm run release:version",
43
- "test": "npx nx run-many --all --target=test --parallel",
44
- "test:coverage": "npx nx run-many --all --target=test --parallel -- --coverage",
45
- "test:series": "npx nx run-many --all --target=test --parallel -- --runInBand",
43
+ "test": "jest --config packages/core/jest.config.js",
44
+ "test:coverage": "npx nx run-many --all --target=test --parallel=5 -- --coverage",
45
+ "test:series": "npx nx run-many --all --target=test --parallel=5 -- --runInBand",
46
+ "test:core": "npx nx run core:test -- --coverage --runInBand",
47
+ "test:others": "npx nx run-many --all --target=test --exclude core --parallel=5 -- --runInBand",
46
48
  "test:watch": "npx nx run-many --all --target=test --parallel -- --watch"
47
49
  },
50
+ "jest-junit": {
51
+ "addFileAttribute": "true"
52
+ },
48
53
  "dependencies": {
49
54
  "@babel/polyfill": "^7.12.1",
50
55
  "@bigcommerce/bigpay-client": "^5.22.0",
@@ -104,6 +109,7 @@
104
109
  "eslint-plugin-react": "^7.30.1",
105
110
  "eslint-plugin-react-hooks": "^4.6.0",
106
111
  "jest": "^24.9.0",
112
+ "jest-junit": "^15.0.0",
107
113
  "nx": "^13.10.3",
108
114
  "prettier": "^2.6.2",
109
115
  "request": "^2.83.0",