@snabcentr/client-core 2.65.0 → 2.65.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-core",
3
- "version": "2.65.0",
3
+ "version": "2.65.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-core-lib",
6
6
  "license": "Commercial",
@@ -4,7 +4,7 @@ import { ScCategory } from '../catalog/dto/sc-category';
4
4
  /**
5
5
  * Токен потока данных о категории.
6
6
  */
7
- export declare const CATEGORY_INFO: InjectionToken<Observable<ScCategory | null>>;
7
+ export declare const SC_CATEGORY_INFO: InjectionToken<Observable<ScCategory | null>>;
8
8
  /**
9
9
  * Провайдеры потока данных о категории.
10
10
  */