brainloper-ui 21.0.1 → 21.0.2

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": "brainloper-ui",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@angular/animations": "^21.2.18",
@@ -144,7 +144,7 @@ declare class FunctionsService {
144
144
  dateWithTime(date: string): string;
145
145
  areObjectsEqual(obj1: any, obj2: any): boolean;
146
146
  removeDuplicateObjects(originalArray: any[]): any[];
147
- transformDate(date: string): string;
147
+ transformDate(date: string, utc?: boolean): string;
148
148
  formatNumber(value: number): string;
149
149
  private validateTwoDigitFormat;
150
150
  static ɵfac: i0.ɵɵFactoryDeclaration<FunctionsService, never>;