@eclipse-glsp-examples/workflow-glsp
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -43,3 +43,7 @@ "use strict"; | ||
function create(options) { | ||
return Object.assign({ kind: EditTaskOperation.KIND, isOperation: true }, options); | ||
return { | ||
kind: EditTaskOperation.KIND, | ||
isOperation: true, | ||
...options | ||
}; | ||
} | ||
@@ -46,0 +50,0 @@ EditTaskOperation.create = create; |
{ | ||
"name": "@eclipse-glsp-examples/workflow-glsp", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "GLSP diagrams for the Workflow DSL", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.2.0", | ||
"@eclipse-glsp/client": "2.2.1", | ||
"balloon-css": "^0.5.0" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "b0e3022fbd2df727a7604e530a27fa92ace29900" | ||
"gitHead": "ab41d5ab3f3633328b4b147f3eb627d208836083" | ||
} |
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 2 instances in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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 3 instances in 1 package
10
0
131452
44
1555
+ Added@eclipse-glsp/client@2.2.1(transitive)
+ Added@eclipse-glsp/protocol@2.2.1(transitive)
+ Added@eclipse-glsp/sprotty@2.2.1(transitive)
- Removed@eclipse-glsp/client@2.2.0(transitive)
- Removed@eclipse-glsp/protocol@2.2.0(transitive)
- Removed@eclipse-glsp/sprotty@2.2.0(transitive)
Updated@eclipse-glsp/client@2.2.1