vscode-ws-jsonrpc
Advanced tools
Comparing version 3.0.0-next.1 to 3.0.0
@@ -5,3 +5,3 @@ # Changelog | ||
## [3.0.0] - upcoming | ||
## [3.0.0] - 2023-04-04 | ||
@@ -8,0 +8,0 @@ - **BREAKING CHANGE**: Do not reexport code of imported libraries (e.g. vscode-languageclient) #[459](https://github.com/TypeFox/monaco-languageclient/pull/459) |
{ | ||
"name": "vscode-ws-jsonrpc", | ||
"version": "3.0.0-next.1", | ||
"version": "3.0.0", | ||
"description": "VSCode JSON RPC over WebSocket", | ||
@@ -54,4 +54,4 @@ "author": { | ||
"volta": { | ||
"node": "18.14.2", | ||
"npm": "9.5.0" | ||
"node": "18.15.0", | ||
"npm": "9.6.2" | ||
}, | ||
@@ -66,3 +66,3 @@ "files": [ | ||
"dependencies": { | ||
"vscode-jsonrpc": "8.0.2" | ||
"vscode-jsonrpc": "~8.1.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "scripts": { |
@@ -7,4 +7,4 @@ # VSCode WebSocket JSON RPC | ||
- [client](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/client/) | ||
- [server](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/server/) | ||
- [client](/packages/examples/main/src/client) | ||
- [server](/packages/examples/main/src/server) | ||
@@ -11,0 +11,0 @@ ## Client side connection handling |
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
0
57445
+ Addedvscode-jsonrpc@8.1.0(transitive)
- Removedvscode-jsonrpc@8.0.2(transitive)
Updatedvscode-jsonrpc@~8.1.0