@elasticpath/js-sdk 28.0.0 → 28.0.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/dist/index.cjs.js CHANGED
@@ -530,7 +530,7 @@ if (!globalThis.fetch) {
530
530
  globalThis.Response = fetch$1.Response;
531
531
  }
532
532
 
533
- var version = "28.0.0";
533
+ var version = "28.0.1";
534
534
 
535
535
  var LocalStorageFactory = /*#__PURE__*/function () {
536
536
  function LocalStorageFactory() {
@@ -3699,13 +3699,9 @@ var HierarchiesEndpoint = /*#__PURE__*/function (_CRUDExtend) {
3699
3699
  });
3700
3700
  }
3701
3701
  var filter = {
3702
- or: nodeIds.map(function (id) {
3703
- return {
3704
- eq: {
3705
- id: id
3706
- }
3707
- };
3708
- })
3702
+ "in": {
3703
+ id: nodeIds
3704
+ }
3709
3705
  };
3710
3706
  return this.request.send(buildURL('hierarchies/nodes', {
3711
3707
  filter: filter,
package/dist/index.esm.js CHANGED
@@ -519,7 +519,7 @@ if (!globalThis.fetch) {
519
519
  globalThis.Response = Response;
520
520
  }
521
521
 
522
- var version = "28.0.0";
522
+ var version = "28.0.1";
523
523
 
524
524
  var LocalStorageFactory = /*#__PURE__*/function () {
525
525
  function LocalStorageFactory() {
@@ -3688,13 +3688,9 @@ var HierarchiesEndpoint = /*#__PURE__*/function (_CRUDExtend) {
3688
3688
  });
3689
3689
  }
3690
3690
  var filter = {
3691
- or: nodeIds.map(function (id) {
3692
- return {
3693
- eq: {
3694
- id: id
3695
- }
3696
- };
3697
- })
3691
+ "in": {
3692
+ id: nodeIds
3693
+ }
3698
3694
  };
3699
3695
  return this.request.send(buildURL('hierarchies/nodes', {
3700
3696
  filter: filter,
package/dist/index.js CHANGED
@@ -1085,7 +1085,7 @@
1085
1085
  globalThis.Response = browserPonyfill.exports.Response;
1086
1086
  }
1087
1087
 
1088
- var version = "28.0.0";
1088
+ var version = "28.0.1";
1089
1089
 
1090
1090
  var LocalStorageFactory = /*#__PURE__*/function () {
1091
1091
  function LocalStorageFactory() {
@@ -4860,13 +4860,9 @@
4860
4860
  });
4861
4861
  }
4862
4862
  var filter = {
4863
- or: nodeIds.map(function (id) {
4864
- return {
4865
- eq: {
4866
- id: id
4867
- }
4868
- };
4869
- })
4863
+ "in": {
4864
+ id: nodeIds
4865
+ }
4870
4866
  };
4871
4867
  return this.request.send(buildURL('hierarchies/nodes', {
4872
4868
  filter: filter,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elasticpath/js-sdk",
3
3
  "description": "SDK for the Elastic Path eCommerce API",
4
- "version": "28.0.0",
4
+ "version": "28.0.1",
5
5
  "homepage": "https://github.com/elasticpath/js-sdk",
6
6
  "author": "Elastic Path (https://elasticpath.com/)",
7
7
  "files": [