flex-plugins-utils-logger
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -7,3 +7,3 @@ declare const boxen: { | ||
}; | ||
export { default as Logger } from './lib/logger'; | ||
export { Logger } from './lib/logger'; | ||
export { default as logger } from './lib/logger'; | ||
@@ -10,0 +10,0 @@ export { default as strings, multilineString, singleLineString } from './lib/strings'; |
@@ -19,3 +19,3 @@ "use strict"; | ||
var logger_1 = require("./lib/logger"); | ||
exports.Logger = logger_1.default; | ||
exports.Logger = logger_1.Logger; | ||
var logger_2 = require("./lib/logger"); | ||
@@ -22,0 +22,0 @@ exports.logger = logger_2.default; |
{ | ||
"name": "flex-plugins-utils-logger", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Flex Plugins Logger", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a0e1881fbcf6c7bc5216328b633d908bd3c9f738" | ||
"gitHead": "4a850ff7c4b7fe99ae32b595c0feea33dfffd527" | ||
} |
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
37972