@cadenza.io/service 1.9.26 → 1.9.27

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/dist/index.js CHANGED
@@ -757,6 +757,7 @@ var ServiceRegistry = class _ServiceRegistry {
757
757
  );
758
758
  this.useSocket = __useSocket;
759
759
  this.retryCount = __retryCount;
760
+ console.log("SETUP SERVICE", this.serviceInstanceId);
760
761
  return true;
761
762
  },
762
763
  "Sets service instance id after insertion"
@@ -3584,8 +3585,9 @@ var CadenzaService = class {
3584
3585
  var _a2, _b2, _c2, _d2, _e, _f;
3585
3586
  if (this.serviceCreated) return;
3586
3587
  this.bootstrap();
3587
- DatabaseController.instance;
3588
3588
  this.serviceRegistry.serviceName = name;
3589
+ GraphMetadataController.instance;
3590
+ DatabaseController.instance;
3589
3591
  options = __spreadValues({
3590
3592
  loadBalance: true,
3591
3593
  useSocket: true,