@bigcommerce/checkout-sdk 1.722.0 → 1.723.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.
@@ -11,6 +11,7 @@
11
11
  - [createAccountLink](StoreLinks.md#createaccountlink)
12
12
  - [forgotPasswordLink](StoreLinks.md#forgotpasswordlink)
13
13
  - [loginLink](StoreLinks.md#loginlink)
14
+ - [logoutLink](StoreLinks.md#logoutlink)
14
15
  - [orderConfirmationLink](StoreLinks.md#orderconfirmationlink)
15
16
  - [siteLink](StoreLinks.md#sitelink)
16
17
 
@@ -46,6 +47,12 @@ ___
46
47
 
47
48
  ___
48
49
 
50
+ ### logoutLink
51
+
52
+ • **logoutLink**: `string`
53
+
54
+ ___
55
+
49
56
  ### orderConfirmationLink
50
57
 
51
58
  • **orderConfirmationLink**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.722.0",
3
+ "version": "1.723.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",