sprotty-vscode-protocol
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -16,4 +16,4 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export * from './editing'; | ||
export * from './lsp/editing/editing'; | ||
export * from './handshake'; | ||
export * from './sprotty'; |
@@ -21,5 +21,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./editing")); | ||
__export(require("./lsp/editing/editing")); | ||
__export(require("./handshake")); | ||
__export(require("./sprotty")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "sprotty-vscode-protocol", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension", | ||
@@ -43,3 +43,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)", | ||
"path": "^0.12.7", | ||
"vscode-languageclient": "^5.1.0-next.9" | ||
"vscode-languageserver-protocol": "^3.14.1" | ||
}, | ||
@@ -57,6 +57,4 @@ "devDependencies": { | ||
"watch": "tsc -w", | ||
"lint": "tslint -c ./tslint.json --project ./tsconfig.json", | ||
"link:install": "yarn link", | ||
"link:uninstall": "yarn unlink" | ||
"lint": "tslint -c ./tslint.json --project ./tsconfig.json" | ||
} | ||
} |
@@ -17,4 +17,4 @@ /******************************************************************************** | ||
export * from './editing'; | ||
export * from './lsp/editing/editing'; | ||
export * from './handshake'; | ||
export * from './sprotty'; |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
35871
22
377
6
+ Addedvscode-jsonrpc@8.2.0(transitive)
+ Addedvscode-languageserver-protocol@3.17.5(transitive)
+ Addedvscode-languageserver-types@3.17.5(transitive)
- Removedvscode-languageclient@^5.1.0-next.9
- Removedsemver@5.7.2(transitive)
- Removedvscode-jsonrpc@4.0.0(transitive)
- Removedvscode-languageclient@5.2.1(transitive)
- Removedvscode-languageserver-protocol@3.14.1(transitive)
- Removedvscode-languageserver-types@3.14.0(transitive)