fable 3.0.90 → 3.0.91

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.
@@ -2832,7 +2832,9 @@ _this17.UUID=new libFableUUID(_this17.SettingsManager.settings);// Instantiate t
2832
2832
  _this17.Logging=new libFableLog(_this17.SettingsManager.settings);_this17.Logging.initialize();// Initialization Phase 1.5: Instantiate the service manager
2833
2833
  // This is the start actual bootstrapping point for fable.
2834
2834
  // For consistency fable is treated as a service.
2835
- _this17.ServiceManager=_assertThisInitialized(_this17);_this17.connectFable(_assertThisInitialized(_this17));// --> Bootstrapping of fable into the Service Manager is complete
2835
+ _this17.ServiceManager=_assertThisInitialized(_this17);// TODO: Remove this when Orator and meadow-endpoints are shifted to this new pattern
2836
+ _this17.serviceManager=_assertThisInitialized(_this17);// END TODO
2837
+ _this17.connectFable(_assertThisInitialized(_this17));// --> Bootstrapping of fable into the Service Manager is complete
2836
2838
  // Initialization Phase 2: Map in the default services.
2837
2839
  // They will then be available in the Default service provider set as well.
2838
2840
  _this17.connectPreinitServiceProviderInstance(_this17.UUID);_this17.connectPreinitServiceProviderInstance(_this17.Logging);_this17.connectPreinitServiceProviderInstance(_this17.SettingsManager);// Initialize and instantiate the default baked-in Data Arithmatic service