@provoly/hypervisor 1.4.91 → 1.4.93

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": "@provoly/hypervisor",
3
- "version": "1.4.91",
3
+ "version": "1.4.93",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -17,6 +17,7 @@ export declare const frTranslations: {
17
17
  NEW: string;
18
18
  IN_PROGRESS: string;
19
19
  DONE: string;
20
+ OT_CLOSED: string;
20
21
  ARCHIVED: string;
21
22
  };
22
23
  address: string;
@@ -207,6 +208,7 @@ export declare const frTranslations: {
207
208
  IN_PROGRESS: string;
208
209
  DONE: string;
209
210
  CANCELLED: string;
211
+ OT_CLOSED: string;
210
212
  };
211
213
  };
212
214
  associationModal: {