@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/hooks/index.js +2 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
package/dist/index.mjs
CHANGED
|
@@ -2286,7 +2286,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
|
|
|
2286
2286
|
applyCartCodes,
|
|
2287
2287
|
removeInvalidCodes,
|
|
2288
2288
|
addCustomAttributes,
|
|
2289
|
-
config
|
|
2289
|
+
config,
|
|
2290
|
+
cartAttributes
|
|
2290
2291
|
]
|
|
2291
2292
|
);
|
|
2292
2293
|
return useSWRMutation("add-to-cart", addToCart, swrOptions);
|