@cardano-sdk/util
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -20,3 +20,4 @@ export * from './equals'; | ||
export * from './transformer'; | ||
export * from './Percent'; | ||
export { PromiseOrValue, resolveObjectValues } from './util'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -37,4 +37,5 @@ "use strict"; | ||
__exportStar(require("./transformer"), exports); | ||
__exportStar(require("./Percent"), exports); | ||
var util_1 = require("./util"); | ||
Object.defineProperty(exports, "resolveObjectValues", { enumerable: true, get: function () { return util_1.resolveObjectValues; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -53,3 +53,3 @@ "use strict"; | ||
this.state = 'starting'; | ||
this.logger.info('Starting'); | ||
this.logger.info('Starting...'); | ||
} | ||
@@ -68,3 +68,3 @@ startAfter() { | ||
this.state = 'stopping'; | ||
this.logger.info('Stopping'); | ||
this.logger.info('Stopping...'); | ||
} | ||
@@ -76,3 +76,3 @@ shutdownAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Shutdown complete...'); | ||
this.logger.info('Shutdown complete'); | ||
} | ||
@@ -79,0 +79,0 @@ } |
@@ -20,3 +20,4 @@ export * from './equals'; | ||
export * from './transformer'; | ||
export * from './Percent'; | ||
export { PromiseOrValue, resolveObjectValues } from './util'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,3 +20,4 @@ export * from './equals'; | ||
export * from './transformer'; | ||
export * from './Percent'; | ||
export { resolveObjectValues } from './util'; | ||
//# sourceMappingURL=index.js.map |
@@ -49,3 +49,3 @@ import { CustomError } from 'ts-custom-error'; | ||
this.state = 'starting'; | ||
this.logger.info('Starting'); | ||
this.logger.info('Starting...'); | ||
} | ||
@@ -64,3 +64,3 @@ startAfter() { | ||
this.state = 'stopping'; | ||
this.logger.info('Stopping'); | ||
this.logger.info('Stopping...'); | ||
} | ||
@@ -72,5 +72,5 @@ shutdownAfter() { | ||
this.state = 'initialized'; | ||
this.logger.info('Shutdown complete...'); | ||
this.logger.info('Shutdown complete'); | ||
} | ||
} | ||
//# sourceMappingURL=RunnableModule.js.map |
{ | ||
"name": "@cardano-sdk/util", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "General, not cardano-specific utils", | ||
@@ -21,16 +21,2 @@ "engines": { | ||
"sideEffects": false, | ||
"contributors": [ | ||
"Rhys Bartels-Waller <rhys.bartelswaller@iohk.io> (https://iohk.io)", | ||
"Martynas Kazlauskas <martynas.kazlauskas@iohk.io> (https://iohk.io)", | ||
"Daniele Ricci <daniele.ricci@iohk.io> (https://iohk.io)", | ||
"Ivaylo Andonov <ivaylo.andonov@iohk.io> (https://iohk.io)", | ||
"Mircea Hasegan <mircea.hasegan@iohk.io> (https://iohk.io)", | ||
"Angel Castillo Bacigalupi <angel.castillo@iohk.io> (https://iohk.io)", | ||
"Seung Eun Song <seungeun.song@iohk.io> (https://iohk.io)", | ||
"Dmytro Iakymenko <dmytro.iakymenko@iohk.io> (https://iohk.io)", | ||
"Tomislav Horaček <tomislav.horacek@iohk.io> (https://iohk.io)", | ||
"Michael Chappell <michael.chappell@iohk.io> (https://iohk.io)", | ||
"Leonel Gobbi <leonel.gobbi@globant.com> (https://www.globant.com)", | ||
"Juan Cruz Vieiro <juan.vieiro@globant.com> (https://www.globant.com)" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -80,3 +66,3 @@ "scripts": { | ||
], | ||
"gitHead": "8d30ed7e21e922c5f08d688eba0bf9014247aaaf" | ||
"gitHead": "c7c3523ee84b5ec53d781b0e05511c2312fd6397" | ||
} |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
403613
184
1583
2