sprotty-vscode-protocol
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,2 +5,6 @@ ## Eclipse Sprotty Change Log (VS Code Protocol) | ||
### v0.3.0 (Jun. 2022) | ||
* Updated `sprotty-protocol` to v0.12.0 | ||
### v0.2.0 (Dec. 2021) | ||
@@ -7,0 +11,0 @@ |
@@ -18,5 +18,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isDiagramIdentifier = exports.SprottyDiagramIdentifier = exports.isWebviewReadyMessage = void 0; | ||
var sprotty_protocol_1 = require("sprotty-protocol"); | ||
function isWebviewReadyMessage(object) { | ||
return sprotty_protocol_1.hasOwnProperty(object, 'readyMessage'); | ||
return (0, sprotty_protocol_1.hasOwnProperty)(object, 'readyMessage'); | ||
} | ||
@@ -26,5 +27,5 @@ exports.isWebviewReadyMessage = isWebviewReadyMessage; | ||
function isDiagramIdentifier(object) { | ||
return sprotty_protocol_1.hasOwnProperty(object, ['clientId', 'diagramType', 'uri']); | ||
return (0, sprotty_protocol_1.hasOwnProperty)(object, ['clientId', 'diagramType', 'uri']); | ||
} | ||
exports.isDiagramIdentifier = isDiagramIdentifier; | ||
//# sourceMappingURL=handshake.js.map |
@@ -17,7 +17,18 @@ "use strict"; | ||
********************************************************************************/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./handshake")); | ||
__exportStar(require("./handshake"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DeleteWithWorkspaceEditAction = exports.WorkspaceEditAction = exports.LspLabelEditAction = void 0; | ||
var LspLabelEditAction; | ||
@@ -20,0 +21,0 @@ (function (LspLabelEditAction) { |
@@ -17,7 +17,18 @@ "use strict"; | ||
********************************************************************************/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./editing")); | ||
__exportStar(require("./editing"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "sprotty-vscode-protocol", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"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", | ||
"sprotty-protocol": "~0.11.0", | ||
"sprotty-protocol": "~0.12.0", | ||
"vscode-languageserver-protocol": "^3.16.0" | ||
@@ -55,3 +55,3 @@ }, | ||
"rimraf": "latest", | ||
"typescript": "~3.8.3" | ||
"typescript": "~4.6.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
37124
347
0
+ Addedsprotty-protocol@0.12.0(transitive)
- Removedsprotty-protocol@0.11.0(transitive)
Updatedsprotty-protocol@~0.12.0