fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.4.24 to 0.4.25
@@ -43,3 +43,2 @@ /* -------------------------------------------------------------------------------------------- | ||
const url_1 = __importDefault(require("url")); | ||
const winston_1 = __importDefault(require("winston")); | ||
const go_mod_1 = require("./collector/go.mod"); | ||
@@ -55,15 +54,2 @@ const package_json_1 = require("./collector/package.json"); | ||
const cache_1 = require("./cache"); | ||
let transport; | ||
try { | ||
transport = new winston_1.default.transports.File({ filename: '/workspace-logs/ls-bayesian/bayesian.log' }); | ||
} | ||
catch (err) { | ||
transport = new winston_1.default.transports.Console({ silent: true }); | ||
} | ||
const logger = winston_1.default.createLogger({ | ||
level: 'debug', | ||
format: winston_1.default.format.simple(), | ||
transports: [transport] | ||
}); | ||
logger.info('Starting Bayesian'); | ||
var EventStream; | ||
@@ -70,0 +56,0 @@ (function (EventStream) { |
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.4.24", | ||
"version": "0.4.25", | ||
"author": "Pavel Odvody", | ||
@@ -41,4 +41,3 @@ "contributors": [ | ||
"node-fetch": "^2.6.0", | ||
"vscode-languageserver": "^5.3.0-next.9", | ||
"winston": "3.2.1" | ||
"vscode-languageserver": "^5.3.0-next.9" | ||
}, | ||
@@ -45,0 +44,0 @@ "devDependencies": { |
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
7
110345
1144
- Removedwinston@3.2.1
- Removed@colors/colors@1.6.0(transitive)
- Removed@types/triple-beam@1.3.5(transitive)
- Removedasync@2.6.4(transitive)
- Removedcolor@3.2.1(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcolor-string@1.9.1(transitive)
- Removedcolornames@1.1.1(transitive)
- Removedcolorspace@1.1.4(transitive)
- Removeddiagnostics@1.1.1(transitive)
- Removedenabled@1.0.2(transitive)
- Removedenv-variable@0.0.6(transitive)
- Removedfecha@4.2.3(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arrayish@0.3.2(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedkuler@1.0.1(transitive)
- Removedlogform@2.7.0(transitive)
- Removedms@2.1.3(transitive)
- Removedone-time@0.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafe-stable-stringify@2.5.0(transitive)
- Removedsimple-swizzle@0.2.2(transitive)
- Removedstack-trace@0.0.10(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtext-hex@1.0.0(transitive)
- Removedtriple-beam@1.4.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwinston@3.2.1(transitive)
- Removedwinston-transport@4.9.0(transitive)