stream-chat-angular 4.59.2 → 4.59.3

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 +1 @@
1
- export declare const version = "4.59.2";
1
+ export declare const version = "4.59.3";
@@ -356,7 +356,7 @@
356
356
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
357
357
  }
358
358
 
359
- var version = '4.59.2';
359
+ var version = '4.59.3';
360
360
 
361
361
  /**
362
362
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -5556,7 +5556,7 @@
5556
5556
  nextWeek: 'dddd',
5557
5557
  lastDay: '[Yesterday]',
5558
5558
  lastWeek: '[Last] dddd',
5559
- sameElse: 'DD/MM/YYYY', // Everything else ( 17/10/2011 )
5559
+ sameElse: 'MM/DD/YYYY', // Everything else ( 10/17/2011 )
5560
5560
  });
5561
5561
  };
5562
5562