@sentecacommerce-theme/lib 0.12.83 → 0.12.84
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.
@@ -154,7 +154,7 @@ var WishlistApiFactory = function() {
|
|
154
154
|
var id = compactWishlist.items[value.productId][identifier];
|
155
155
|
return id;
|
156
156
|
});
|
157
|
-
return wishListApi.removeMyItemsBulk(ids);
|
157
|
+
return wishListApi.removeMyItemsBulk({}, ids);
|
158
158
|
}, {
|
159
159
|
onMutate: function() {
|
160
160
|
return (0, _utils1).onMutate(queryCache);
|
@@ -142,7 +142,7 @@ export var WishlistApiFactory = function() {
|
|
142
142
|
var id = compactWishlist.items[value.productId][identifier];
|
143
143
|
return id;
|
144
144
|
});
|
145
|
-
return wishListApi.removeMyItemsBulk(ids);
|
145
|
+
return wishListApi.removeMyItemsBulk({}, ids);
|
146
146
|
}, {
|
147
147
|
onMutate: function() {
|
148
148
|
return onMutate(queryCache);
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sentecacommerce-theme/lib",
|
3
3
|
"sideEffects": false,
|
4
|
-
"version": "0.12.
|
4
|
+
"version": "0.12.84",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
7
7
|
"types": "dist/types/index.d.ts",
|
@@ -31,11 +31,11 @@
|
|
31
31
|
"watch:cjs": "swc src --out-dir dist/cjs -w",
|
32
32
|
"watch:esm": "swc src --out-dir dist/esm --no-swcrc -w"
|
33
33
|
},
|
34
|
-
"gitHead": "
|
34
|
+
"gitHead": "8014e554223eed7af763a8893642e1ff43eb191e",
|
35
35
|
"dependencies": {
|
36
|
-
"@sentecacommerce-theme/base": "^0.12.
|
37
|
-
"@sentecacommerce-theme/cms": "^0.12.
|
38
|
-
"@sentecacommerce/sdk": "2.0.
|
36
|
+
"@sentecacommerce-theme/base": "^0.12.84",
|
37
|
+
"@sentecacommerce-theme/cms": "^0.12.84",
|
38
|
+
"@sentecacommerce/sdk": "2.0.161",
|
39
39
|
"body-scroll-lock": "^3.1.5",
|
40
40
|
"classnames": "^2.3.1",
|
41
41
|
"copy-to-clipboard": "^3.3.1",
|