sprotty-vscode-protocol
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -27,1 +27,2 @@ /******************************************************************************** | ||
export declare function isDiagramIdentifier(object: any): object is SprottyDiagramIdentifier; | ||
//# sourceMappingURL=handshake.d.ts.map |
@@ -18,1 +18,2 @@ /******************************************************************************** | ||
export * from './sprotty'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -40,1 +40,2 @@ /******************************************************************************** | ||
} | ||
//# sourceMappingURL=editing.d.ts.map |
@@ -17,1 +17,2 @@ /******************************************************************************** | ||
export * from './editing'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -25,1 +25,2 @@ /******************************************************************************** | ||
export declare function isActionMessage(object: any): object is ActionMessage; | ||
//# sourceMappingURL=sprotty.d.ts.map |
{ | ||
"name": "sprotty-vscode-protocol", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension", | ||
@@ -58,3 +58,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)", | ||
}, | ||
"gitHead": "99132778720736ee312df31a76df741ab0c4c082" | ||
"gitHead": "e5284f2d26250e82de52e70705a76af805563bc5" | ||
} |
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 2 instances in 1 package
39185
27