@bigcommerce/checkout-sdk 1.768.0 → 1.768.1

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.
@@ -122,7 +122,7 @@ A callback for displaying error popup. This callback requires error object as pa
122
122
 
123
123
  | Name | Type |
124
124
  | :------ | :------ |
125
- | `error` | `Error` |
125
+ | `error` | `unknown` |
126
126
 
127
127
  #### Returns
128
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.768.0",
3
+ "version": "1.768.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",