@provoly/hypervisor 1.4.92 → 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.92",
3
+ "version": "1.4.93",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -208,6 +208,7 @@ export declare const frTranslations: {
208
208
  IN_PROGRESS: string;
209
209
  DONE: string;
210
210
  CANCELLED: string;
211
+ OT_CLOSED: string;
211
212
  };
212
213
  };
213
214
  associationModal: {