@salesforce/commerce-sdk-react 1.4.0 → 1.4.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.4.1 (Apr 16, 2024)
2
+ - Add missing params keys `allVariationProperties` and `perPricebook` for Shopper Search [#1750](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1750)
3
+
1
4
  ## v1.4.0 (Apr 15, 2024)
2
5
 
3
6
  - Add Support for SLAS private flow [#1722](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1722)
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- productSearch: readonly ["organizationId", "siteId", "q", "refine", "sort", "currency", "locale", "expand", "offset", "limit", "select", "allImages"];
2
+ productSearch: readonly ["organizationId", "siteId", "q", "refine", "sort", "currency", "locale", "expand", "offset", "limit", "select", "allImages", "allVariationProperties", "perPricebook"];
3
3
  getSearchSuggestions: readonly ["organizationId", "siteId", "q", "limit", "currency", "locale"];
4
4
  };
5
5
  export default _default;
@@ -10,7 +10,7 @@ exports.default = void 0;
10
10
  * SPDX-License-Identifier: BSD-3-Clause
11
11
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
12
12
  */
13
- const productSearch = ['organizationId', 'siteId', 'q', 'refine', 'sort', 'currency', 'locale', 'expand', 'offset', 'limit', 'select', 'allImages'];
13
+ const productSearch = ['organizationId', 'siteId', 'q', 'refine', 'sort', 'currency', 'locale', 'expand', 'offset', 'limit', 'select', 'allImages', 'allVariationProperties', 'perPricebook'];
14
14
  const getSearchSuggestions = ['organizationId', 'siteId', 'q', 'limit', 'currency', 'locale'];
15
15
  var _default = exports.default = {
16
16
  productSearch,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A library that provides react hooks for fetching data from Commerce Cloud",
5
5
  "homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/ecom-react-hooks#readme",
6
6
  "bugs": {
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "directory": "dist"
91
91
  },
92
- "gitHead": "59b8a18d31aff3dbe0116d240d6c7c3d2bb4a137"
92
+ "gitHead": "2e2780d22a9b2573c0f7eb3e96cc89bb6d90740c"
93
93
  }