@semiont/make-meaning 0.5.31 → 0.5.33

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.
@@ -11391,8 +11391,9 @@ async function authenticate() {
11391
11391
  );
11392
11392
  }
11393
11393
  async function main() {
11394
- const { initObservabilityNode } = await import('@semiont/observability/node');
11394
+ const { initObservabilityNode, registerSupervisorRestartCount } = await import('@semiont/observability/node');
11395
11395
  initObservabilityNode({ serviceName: "semiont-librarian" });
11396
+ registerSupervisorRestartCount();
11396
11397
  logger.info("Authenticating", { baseUrl });
11397
11398
  const tokenSubject = new import_rxjs3.BehaviorSubject(accessToken(await authenticate()));
11398
11399
  logger.info("Authenticated");