vscode-ws-jsonrpc
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [3.3.1] - 2024-04-10 | ||
- Correction of README and unification of copyright statements. | ||
## [3.3.0] - 2024-03-18 | ||
@@ -7,0 +11,0 @@ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
{ | ||
"name": "vscode-ws-jsonrpc", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "VSCode JSON RPC over WebSocket", | ||
@@ -54,4 +54,4 @@ "author": { | ||
"volta": { | ||
"node": "20.11.1", | ||
"npm": "10.2.4" | ||
"node": "20.12.0", | ||
"npm": "10.5.0" | ||
}, | ||
@@ -74,2 +74,2 @@ "files": [ | ||
} | ||
} | ||
} |
@@ -71,5 +71,5 @@ # VSCode WebSocket JSON RPC | ||
### Further examples | ||
## Examples | ||
For a detailed list of examples please look at [this section](<https://github.com/TypeFox/monaco-languageclient#getting-started>) in the main repository. | ||
For a detailed list of examples please look at [this section](<https://github.com/TypeFox/monaco-languageclient#examples-overview>) in the main repository. | ||
@@ -76,0 +76,0 @@ ## License |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved. | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
@@ -4,0 +4,0 @@ * ------------------------------------------------------------------------------------------ */ |
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
58894