sprotty-vscode-protocol
Advanced tools
Comparing version 0.5.0 to 1.0.0
@@ -26,3 +26,3 @@ "use strict"; | ||
LspLabelEditAction.is = is; | ||
})(LspLabelEditAction = exports.LspLabelEditAction || (exports.LspLabelEditAction = {})); | ||
})(LspLabelEditAction || (exports.LspLabelEditAction = LspLabelEditAction = {})); | ||
var WorkspaceEditAction; | ||
@@ -35,3 +35,3 @@ (function (WorkspaceEditAction) { | ||
WorkspaceEditAction.is = is; | ||
})(WorkspaceEditAction = exports.WorkspaceEditAction || (exports.WorkspaceEditAction = {})); | ||
})(WorkspaceEditAction || (exports.WorkspaceEditAction = WorkspaceEditAction = {})); | ||
var DeleteWithWorkspaceEditAction; | ||
@@ -44,3 +44,3 @@ (function (DeleteWithWorkspaceEditAction) { | ||
DeleteWithWorkspaceEditAction.is = is; | ||
})(DeleteWithWorkspaceEditAction = exports.DeleteWithWorkspaceEditAction || (exports.DeleteWithWorkspaceEditAction = {})); | ||
})(DeleteWithWorkspaceEditAction || (exports.DeleteWithWorkspaceEditAction = DeleteWithWorkspaceEditAction = {})); | ||
//# sourceMappingURL=editing.js.map |
{ | ||
"name": "sprotty-vscode-protocol", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension", | ||
@@ -14,3 +14,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)", | ||
], | ||
"homepage": "https://github.com/eclipse/sprotty-vscode", | ||
"homepage": "https://sprotty.org/", | ||
"bugs": "https://github.com/eclipse/sprotty-vscode/issues", | ||
@@ -20,14 +20,2 @@ "author": { | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Jan Köhnlein", | ||
"email": "jan.koehnlein@typefox.io", | ||
"url": "http://typefox.io" | ||
}, | ||
{ | ||
"name": "Miro Spönemann", | ||
"email": "miro.spoenemann@typefox.io", | ||
"url": "http://typefox.io" | ||
} | ||
], | ||
"repository": { | ||
@@ -45,15 +33,6 @@ "type": "git", | ||
"dependencies": { | ||
"sprotty-protocol": "~0.13.0", | ||
"vscode-languageserver-protocol": "^3.17.2", | ||
"vscode-messenger-common": "^0.4.3" | ||
"sprotty-protocol": "^1.0.0", | ||
"vscode-languageserver-protocol": "^3.17.5", | ||
"vscode-messenger-common": "^0.4.5" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
"@typescript-eslint/parser": "^5.30.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-no-null": "^1.0.2", | ||
"typescript": "~4.6.2" | ||
}, | ||
"scripts": { | ||
@@ -66,3 +45,3 @@ "prepare": "yarn run clean && yarn run build", | ||
}, | ||
"gitHead": "fa9c9ac4cc36960208ea732d22fc0904d4fcd5b2" | ||
"gitHead": "24764a8db539b2b89816f478bf6ef7861190d619" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
0
0
44534
+ Addedsprotty-protocol@1.3.0(transitive)
- Removedsprotty-protocol@0.13.0(transitive)
Updatedsprotty-protocol@^1.0.0