@d-fischer/logger
Advanced tools
Comparing version 2.0.0 to 2.1.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BaseLogger = void 0; | ||
var LogLevel_1 = require("./LogLevel"); | ||
@@ -4,0 +5,0 @@ var isNode = require("detect-node"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BrowserLogger = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var LogLevel_1 = require("./LogLevel"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LogLevel = exports.Logger = void 0; | ||
/* eslint-disable filenames/match-exported */ | ||
@@ -10,3 +11,3 @@ var isNode = require("detect-node"); | ||
var LogLevel_1 = require("./LogLevel"); | ||
exports.LogLevel = LogLevel_1.LogLevel; | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return LogLevel_1.LogLevel; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LogLevelToConsoleFunction = exports.resolveLogLevel = exports.LogLevel = void 0; | ||
var isNode = require("detect-node"); | ||
@@ -5,0 +6,0 @@ var LogLevel; |
"use strict"; | ||
var _a, _b, _c; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NodeLogger = exports.LogLevelToBackgroundColor = exports.LogLevelToColor = exports.LogLevelToEmoji = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -5,0 +6,0 @@ var LogLevel_1 = require("./LogLevel"); |
{ | ||
"name": "@d-fischer/logger", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A simple logger for Node and the browser.", | ||
"main": "lib", | ||
"types": "lib", | ||
"module": "es", | ||
"exports": { | ||
@@ -20,13 +19,13 @@ ".": { | ||
"detect-node": "^2.0.4", | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@d-fischer/eslint-config": "^1.0.3", | ||
"@types/node": "^14.0.20", | ||
"eslint": "^6.8.0", | ||
"husky": "^4.2.3", | ||
"lint-staged": "^10.0.8", | ||
"prettier": "^2.0.5", | ||
"tsukuru": "^0.4.1", | ||
"typescript": "~3.8.3" | ||
"@d-fischer/eslint-config": "^2.0.6", | ||
"@types/node": "^14.11.2", | ||
"eslint": "^7.10.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.0", | ||
"prettier": "^2.1.2", | ||
"tsukuru": "^0.5.0", | ||
"typescript": "~4.0.3" | ||
}, | ||
@@ -33,0 +32,0 @@ "files": [ |
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
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
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
42438
609
Updatedtslib@^2.0.1