@bigcommerce/checkout-sdk 1.262.1 → 1.262.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.
@@ -9,9 +9,7 @@
9
9
  * [AMAZON_PAY_V2](checkoutbuttonmethodtype.md#amazon_pay_v2)
10
10
  * [APPLEPAY](checkoutbuttonmethodtype.md#applepay)
11
11
  * [BRAINTREE_PAYPAL](checkoutbuttonmethodtype.md#braintree_paypal)
12
- * [BRAINTREE_PAYPALV2](checkoutbuttonmethodtype.md#braintree_paypalv2)
13
12
  * [BRAINTREE_PAYPAL_CREDIT](checkoutbuttonmethodtype.md#braintree_paypal_credit)
14
- * [BRAINTREE_PAYPAL_CREDITV2](checkoutbuttonmethodtype.md#braintree_paypal_creditv2)
15
13
  * [BRAINTREE_VENMO](checkoutbuttonmethodtype.md#braintree_venmo)
16
14
  * [GOOGLEPAY_ADYENV2](checkoutbuttonmethodtype.md#googlepay_adyenv2)
17
15
  * [GOOGLEPAY_ADYENV3](checkoutbuttonmethodtype.md#googlepay_adyenv3)
@@ -46,24 +44,12 @@ ___
46
44
 
47
45
  ___
48
46
 
49
- ### BRAINTREE_PAYPALV2
50
-
51
- • **BRAINTREE_PAYPALV2**: = "braintreepaypalv2"
52
-
53
- ___
54
-
55
47
  ### BRAINTREE_PAYPAL_CREDIT
56
48
 
57
49
  • **BRAINTREE_PAYPAL_CREDIT**: = "braintreepaypalcredit"
58
50
 
59
51
  ___
60
52
 
61
- ### BRAINTREE_PAYPAL_CREDITV2
62
-
63
- • **BRAINTREE_PAYPAL_CREDITV2**: = "braintreepaypalcreditv2"
64
-
65
- ___
66
-
67
53
  ### BRAINTREE_VENMO
68
54
 
69
55
  • **BRAINTREE_VENMO**: = "braintreevenmo"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.262.1",
3
+ "version": "1.262.4",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -40,10 +40,10 @@
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 --target=test --all",
44
- "test:coverage": "npm run test -- --coverage",
45
- "test:series": "npm run test -- --runInBand",
46
- "test:watch": "npm run test -- --watch"
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",
46
+ "test:watch": "npx nx run-many --all --target=test --parallel -- --watch"
47
47
  },
48
48
  "dependencies": {
49
49
  "@babel/polyfill": "^7.4.4",