vscode-languageclient
Advanced tools
Comparing version 7.0.0-next.4 to 7.0.0-next.5
@@ -73,3 +73,3 @@ "use strict"; | ||
for (const key in obj) { | ||
if (Object.hasOwnProperty(obj)) { | ||
if (Object.prototype.hasOwnProperty.call(obj, key)) { | ||
res[key] = toJSONObject(obj[key]); | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "7.0.0-next.4", | ||
"version": "7.0.0-next.5", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
769278