@anker-in/shopify-react 1.1.1 → 1.1.2

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.
package/dist/index.js CHANGED
@@ -2294,7 +2294,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
2294
2294
  applyCartCodes,
2295
2295
  removeInvalidCodes,
2296
2296
  addCustomAttributes,
2297
- config
2297
+ config,
2298
+ cartAttributes
2298
2299
  ]
2299
2300
  );
2300
2301
  return useSWRMutation__default.default("add-to-cart", addToCart, swrOptions);