@snabcentr/client-core 4.0.0 → 4.2.0

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": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-core-lib",
6
6
  "license": "Commercial",
package/release_notes.tmp CHANGED
@@ -0,0 +1,4 @@
1
+ ## 4.2.0 (2026-06-11)
2
+
3
+ No changes.
4
+
@@ -96,8 +96,7 @@ interface ScITypedNullableRange<T> {
96
96
  /**
97
97
  * Данные о периоде времени, начало и окончание которого представлены {@link Date}.
98
98
  */
99
- interface ScIDatePeriod extends ScITypedNullableRange<Date | null> {
100
- }
99
+ type ScIDatePeriod = ScITypedNullableRange<Date | null>;
101
100
 
102
101
  /**
103
102
  * Базовая идентифицируемая сущность содержащая название.