Comparing version 0.0.35 to 0.0.37
@@ -647,4 +647,4 @@ /// <reference types="node" /> | ||
}; | ||
export * from './debug'; | ||
export * from './logger'; | ||
export * from './process'; | ||
export * from './timer'; |
@@ -10,5 +10,5 @@ "use strict"; | ||
exports.Utils = Object.assign(Object.assign({}, lo), utils); | ||
__export(require("./debug")); | ||
__export(require("./logger")); | ||
__export(require("./process")); | ||
__export(require("./timer")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "exer", | ||
"version": "0.0.35", | ||
"version": "0.0.37", | ||
"description": "Utils in TypeScript, Debug, NanoTimer ...", | ||
@@ -49,8 +49,8 @@ "author": "kbajalc@gmail.com", | ||
"chance": "^1.1.3", | ||
"ts-node": "^8.5.2", | ||
"ts-node": "^8.5.4", | ||
"tslint": "^5.20.1", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"tty": "^1.0.1", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.7.3" | ||
} | ||
} |
@@ -6,4 +6,4 @@ import * as lo from 'lodash'; | ||
export * from './debug'; | ||
export * from './logger'; | ||
export * from './process'; | ||
export * from './timer'; |
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
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
261250
4284