vscode-languageclient
Advanced tools
Comparing version 10.0.0-next.12 to 10.0.0-next.13
"use strict"; | ||
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* ------------------------------------------------------------------------------------------ */ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -31,2 +27,6 @@ if (k2 === undefined) k2 = k; | ||
exports.ProgressPart = void 0; | ||
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* ------------------------------------------------------------------------------------------ */ | ||
const vscode_1 = require("vscode"); | ||
@@ -33,0 +33,0 @@ const vscode_languageserver_protocol_1 = require("vscode-languageserver-protocol"); |
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "10.0.0-next.12", | ||
"version": "10.0.0-next.13", | ||
"author": "Microsoft Corporation", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
"semver": "^7.6.0", | ||
"vscode-languageserver-protocol": "3.17.6-next.10" | ||
"vscode-languageserver-protocol": "3.17.6-next.11" | ||
}, | ||
@@ -49,0 +49,0 @@ "scripts": { |
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
+ Addedvscode-jsonrpc@9.0.0-next.6(transitive)
+ Addedvscode-languageserver-protocol@3.17.6-next.11(transitive)
- Removedvscode-jsonrpc@9.0.0-next.5(transitive)
- Removedvscode-languageserver-protocol@3.17.6-next.10(transitive)