@astral/features 4.18.4 → 4.18.6

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,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getFilteredProducts = void 0;
4
- const utils_1 = require("../../../utils");
5
4
  const getGroupsProducts_1 = require("../../../utils/getGroupsProducts");
5
+ const getIdentityProducts_1 = require("../../../utils/getIdentityProducts");
6
6
  const enums_1 = require("../../enums");
7
7
  /**
8
8
  * Получение всех продуктов из разных экосистем и группировка в единую мапу
@@ -16,7 +16,7 @@ const getFilteredProducts = (identityUrl, filterBy, code) => {
16
16
  return (0, getGroupsProducts_1.getGroupsProducts)(identityUrl, code);
17
17
  }
18
18
  default: {
19
- return (0, utils_1.getIdentityProducts)(identityUrl, code);
19
+ return (0, getIdentityProducts_1.getIdentityProducts)(identityUrl, code);
20
20
  }
21
21
  }
22
22
  };
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@astral/features",
3
3
  "main": "./node/index.js",
4
- "version": "4.18.4",
4
+ "version": "4.18.6",
5
5
  "dependencies": {
6
- "@astral/ui": "4.18.4",
6
+ "@astral/ui": "4.18.6",
7
7
  "mobx": "^6.15.0",
8
8
  "mobx-react-lite": "^4.1.1",
9
9
  "@astral/cryptopro-cades": "^1.5.1"
@@ -1,5 +1,5 @@
1
- import { getIdentityProducts } from '../../../utils';
2
1
  import { getGroupsProducts } from '../../../utils/getGroupsProducts';
2
+ import { getIdentityProducts } from '../../../utils/getIdentityProducts';
3
3
  import { ProductFilterType } from '../../enums';
4
4
  /**
5
5
  * Получение всех продуктов из разных экосистем и группировка в единую мапу