@gedit/logger
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -20,3 +20,3 @@ /******************************************************************************** | ||
export declare const LoggerFactory: unique symbol; | ||
export declare type LoggerFactory = (name: string) => Logger; | ||
export type LoggerFactory = (name: string) => Logger; | ||
export declare const LoggerName: unique symbol; | ||
@@ -23,0 +23,0 @@ export { LogLevel, rootLoggerName }; |
{ | ||
"name": "@gedit/logger", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -12,6 +12,6 @@ "main": "lib/common/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.2.7", | ||
"@gedit/connection": "^0.2.7", | ||
"@gedit/keyboard": "^0.2.7", | ||
"@gedit/utils": "^0.2.7" | ||
"@gedit/application-common": "^0.2.8", | ||
"@gedit/connection": "^0.2.8", | ||
"@gedit/keyboard": "^0.2.8", | ||
"@gedit/utils": "^0.2.8" | ||
}, | ||
@@ -33,3 +33,3 @@ "geditExtensions": [ | ||
}, | ||
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a" | ||
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129" | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
59837
Updated@gedit/connection@^0.2.8
Updated@gedit/keyboard@^0.2.8
Updated@gedit/utils@^0.2.8