@bigcommerce/checkout-sdk 1.734.0 → 1.735.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.
@@ -6,6 +6,7 @@
6
6
 
7
7
  ### Enumeration Members
8
8
 
9
+ - [GlobalWebWorker](ExtensionRegion.md#globalwebworker)
9
10
  - [ShippingSelectedShippingMethod](ExtensionRegion.md#shippingselectedshippingmethod)
10
11
  - [ShippingShippingAddressFormAfter](ExtensionRegion.md#shippingshippingaddressformafter)
11
12
  - [ShippingShippingAddressFormBefore](ExtensionRegion.md#shippingshippingaddressformbefore)
@@ -14,6 +15,12 @@
14
15
 
15
16
  ## Enumeration Members
16
17
 
18
+ ### GlobalWebWorker
19
+
20
+ • **GlobalWebWorker**
21
+
22
+ ___
23
+
17
24
  ### ShippingSelectedShippingMethod
18
25
 
19
26
  • **ShippingSelectedShippingMethod**
@@ -9,6 +9,7 @@
9
9
  - [id](Extension.md#id)
10
10
  - [name](Extension.md#name)
11
11
  - [region](Extension.md#region)
12
+ - [type](Extension.md#type)
12
13
  - [url](Extension.md#url)
13
14
 
14
15
  ## Properties
@@ -31,6 +32,12 @@ ___
31
32
 
32
33
  ___
33
34
 
35
+ ### type
36
+
37
+ • `Optional` **type**: ``"iframe"`` \| ``"worker"``
38
+
39
+ ___
40
+
34
41
  ### url
35
42
 
36
43
  • **url**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.734.0",
3
+ "version": "1.735.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",