@gedit/logger
Advanced tools
Comparing version 0.1.65 to 0.1.66
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@gedit/logger", | ||
"version": "0.1.65", | ||
"version": "0.1.66", | ||
"license": "MIT", | ||
@@ -12,6 +12,6 @@ "main": "lib/common/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.1.62", | ||
"@gedit/connection": "^0.1.62", | ||
"@gedit/keyboard": "^0.1.65", | ||
"@gedit/utils": "^0.1.64" | ||
"@gedit/application-common": "^0.1.63", | ||
"@gedit/connection": "^0.1.63", | ||
"@gedit/keyboard": "^0.1.66", | ||
"@gedit/utils": "^0.1.65" | ||
}, | ||
@@ -33,3 +33,3 @@ "geditExtensions": [ | ||
}, | ||
"gitHead": "db74e452a213a016b3be82938fe68df8fdde2e6b" | ||
"gitHead": "f76d857b72ca85cb6090328623331a727eaf2815" | ||
} |
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
66806
1117
Updated@gedit/connection@^0.1.63
Updated@gedit/keyboard@^0.1.66
Updated@gedit/utils@^0.1.65