@cardano-sdk/util
Advanced tools
Comparing version 0.15.5 to 0.15.6
@@ -39,3 +39,3 @@ "use strict"; | ||
this.state = 'initializing'; | ||
this.logger.info('Initializing...'); | ||
this.logger.debug('Initializing...'); | ||
} | ||
@@ -47,3 +47,3 @@ initializeAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Initialized'); | ||
this.logger.debug('Initialized'); | ||
} | ||
@@ -55,3 +55,3 @@ startBefore() { | ||
this.state = 'starting'; | ||
this.logger.info('Starting...'); | ||
this.logger.debug('Starting...'); | ||
} | ||
@@ -63,3 +63,3 @@ startAfter() { | ||
this.state = 'running'; | ||
this.logger.info('Started'); | ||
this.logger.debug('Started'); | ||
} | ||
@@ -71,3 +71,3 @@ shutdownBefore() { | ||
this.state = 'stopping'; | ||
this.logger.info('Stopping...'); | ||
this.logger.debug('Stopping...'); | ||
} | ||
@@ -79,3 +79,3 @@ shutdownAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Shutdown complete'); | ||
this.logger.debug('Shutdown complete'); | ||
} | ||
@@ -82,0 +82,0 @@ } |
@@ -35,3 +35,3 @@ import { CustomError } from 'ts-custom-error'; | ||
this.state = 'initializing'; | ||
this.logger.info('Initializing...'); | ||
this.logger.debug('Initializing...'); | ||
} | ||
@@ -43,3 +43,3 @@ initializeAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Initialized'); | ||
this.logger.debug('Initialized'); | ||
} | ||
@@ -51,3 +51,3 @@ startBefore() { | ||
this.state = 'starting'; | ||
this.logger.info('Starting...'); | ||
this.logger.debug('Starting...'); | ||
} | ||
@@ -59,3 +59,3 @@ startAfter() { | ||
this.state = 'running'; | ||
this.logger.info('Started'); | ||
this.logger.debug('Started'); | ||
} | ||
@@ -67,3 +67,3 @@ shutdownBefore() { | ||
this.state = 'stopping'; | ||
this.logger.info('Stopping...'); | ||
this.logger.debug('Stopping...'); | ||
} | ||
@@ -75,5 +75,5 @@ shutdownAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Shutdown complete'); | ||
this.logger.debug('Shutdown complete'); | ||
} | ||
} | ||
//# sourceMappingURL=RunnableModule.js.map |
{ | ||
"name": "@cardano-sdk/util", | ||
"version": "0.15.5", | ||
"version": "0.15.6", | ||
"description": "General, not cardano-specific utils", | ||
@@ -63,3 +63,3 @@ "engines": { | ||
], | ||
"gitHead": "2554ac5404b55dd236381cf4c089d682148a12d7" | ||
"gitHead": "fb3ca11bcdd4f668a1cecd75d7e580df6b16c40f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
424263