@bigcommerce/checkout-sdk 1.529.0 → 1.531.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.
@@ -78,7 +78,7 @@ A callback for displaying error popup. This callback requires error object as pa
78
78
 
79
79
  | Name | Type |
80
80
  | :------ | :------ |
81
- | `error` | `Error` |
81
+ | `error` | `unknown` |
82
82
 
83
83
  #### Returns
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.529.0",
3
+ "version": "1.531.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",