@omnia/workplace 7.0.58-preview → 7.0.59-preview

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.
@@ -5,6 +5,7 @@ export declare class TeamCollaborationStore extends Store {
5
5
  private subscriptionHandler;
6
6
  private appStore;
7
7
  private omniaContext;
8
+ private multilingualStore;
8
9
  private followedSitesLocalStorageKey;
9
10
  private loadMemberOfGroupsPromise;
10
11
  private loadFollowingSitesPromise;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.58-preview",
4
+ "version": "7.0.59-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"