@yuuvis/client-core 2.8.1 → 2.8.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.
@@ -5574,7 +5574,7 @@ const CLIENT_APP_REQUIREMENTS = new InjectionToken('Application / Extension requ
5574
5574
  factory: () => null
5575
5575
  });
5576
5576
  const provideRequirements = (requirements) => {
5577
- return { provide: CLIENT_APP_REQUIREMENTS, useValue: requirements };
5577
+ return { provide: CLIENT_APP_REQUIREMENTS, useValue: requirements || {} };
5578
5578
  };
5579
5579
 
5580
5580
  /**