@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/hooks/index.mjs
CHANGED
|
@@ -2162,7 +2162,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
|
|
|
2162
2162
|
applyCartCodes,
|
|
2163
2163
|
removeInvalidCodes,
|
|
2164
2164
|
addCustomAttributes,
|
|
2165
|
-
config
|
|
2165
|
+
config,
|
|
2166
|
+
cartAttributes
|
|
2166
2167
|
]
|
|
2167
2168
|
);
|
|
2168
2169
|
return useSWRMutation("add-to-cart", addToCart, swrOptions);
|