@longvansoftware/storefront-js-client 4.4.2 → 4.4.3

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.
@@ -465,6 +465,7 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
465
465
  $onlyPromotion: Boolean
466
466
  $currentPage: Int
467
467
  $maxResult: Int
468
+ $feature: String
468
469
  ) {
469
470
  getSimpleProducts(
470
471
  partnerId: $partnerId
@@ -486,6 +487,7 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
486
487
  onlyPromotion: $onlyPromotion
487
488
  currentPage: $currentPage
488
489
  maxResult: $maxResult
490
+ feature:$feature
489
491
  ) {
490
492
  total
491
493
  currentPage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [