@ikas/storefront 5.0.0-beta.19 → 5.0.0-beta.20

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.
@@ -1,4 +1,4 @@
1
- export declare const useCustomerReviews: (params: {
1
+ export declare const useCustomerReviews: (params?: {
2
2
  productId: string;
3
3
  limit?: number;
4
4
  page?: number;
@@ -1 +1 @@
1
- import{__awaiter as i,__generator as t}from'./../ext/tslib/tslib.es6.js';import{createCustomerReviewList as o,getInitial as r}from"../models/ui/customer-review-list/functions.js";var e=function(e){return i(void 0,void 0,void 0,(function(){var i;return t(this,(function(t){switch(t.label){case 0:return i=o({productId:e.productId,limit:(null==e?void 0:e.limit)||10,page:(null==e?void 0:e.page)||1}),[4,r(i)];case 1:return t.sent(),[2,i]}}))}))};export{e as useCustomerReviews};
1
+ import{__awaiter as i,__generator as t}from'./../ext/tslib/tslib.es6.js';import{createCustomerReviewList as o,getInitial as r}from"../models/ui/customer-review-list/functions.js";var e=function(e){return i(void 0,void 0,void 0,(function(){var i;return t(this,(function(t){switch(t.label){case 0:return i=o({productId:null==e?void 0:e.productId,limit:(null==e?void 0:e.limit)||10,page:(null==e?void 0:e.page)||1}),[4,r(i)];case 1:return t.sent(),[2,i]}}))}))};export{e as useCustomerReviews};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "5.0.0-beta.19",
3
+ "version": "5.0.0-beta.20",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -17,11 +17,11 @@
17
17
  "build": "rm -rf build && rollup -c"
18
18
  },
19
19
  "devDependencies": {
20
- "@ikas/storefront-api": "^5.0.0-beta.19",
21
- "@ikas/storefront-config": "^5.0.0-beta.19",
22
- "@ikas/storefront-model-functions": "^5.0.0-beta.19",
23
- "@ikas/storefront-models": "^5.0.0-beta.19",
24
- "@ikas/storefront-providers": "^5.0.0-beta.19",
20
+ "@ikas/storefront-api": "^5.0.0-beta.20",
21
+ "@ikas/storefront-config": "^5.0.0-beta.20",
22
+ "@ikas/storefront-model-functions": "^5.0.0-beta.20",
23
+ "@ikas/storefront-models": "^5.0.0-beta.20",
24
+ "@ikas/storefront-providers": "^5.0.0-beta.20",
25
25
  "@ikas/localized-address": "^1.0.0-beta.2",
26
26
  "@adyen/adyen-web": "^5.28.2",
27
27
  "@rollup/plugin-commonjs": "^22.0.0",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@ikas/localized-address": "^1.0.0-beta.2",
58
- "@ikas/storefront-api": "^5.0.0-beta.19",
59
- "@ikas/storefront-config": "^5.0.0-beta.19",
60
- "@ikas/storefront-model-functions": "^5.0.0-beta.19",
61
- "@ikas/storefront-models": "^5.0.0-beta.19",
62
- "@ikas/storefront-providers": "^5.0.0-beta.19",
58
+ "@ikas/storefront-api": "^5.0.0-beta.20",
59
+ "@ikas/storefront-config": "^5.0.0-beta.20",
60
+ "@ikas/storefront-model-functions": "^5.0.0-beta.20",
61
+ "@ikas/storefront-models": "^5.0.0-beta.20",
62
+ "@ikas/storefront-providers": "^5.0.0-beta.20",
63
63
  "mobx": "^6.1.3",
64
64
  "mobx-react-lite": "^3.1.5",
65
65
  "next": "12.2.0",