vscode-languageserver-protocol
Advanced tools
Comparing version 3.15.0-next.15 to 3.15.0
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.15.0-next.15", | ||
"version": "3.15.0", | ||
"author": "Microsoft Corporation", | ||
@@ -18,4 +18,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-jsonrpc": "^5.0.0-next.7", | ||
"vscode-languageserver-types": "^3.15.0-next.10" | ||
"vscode-jsonrpc": "^5.0.0", | ||
"vscode-languageserver-types": "3.15.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
176195
4151
1
+ Addedvscode-languageserver-types@3.15.0(transitive)
- Removedvscode-languageserver-types@3.17.5(transitive)
Updatedvscode-jsonrpc@^5.0.0