@eclipse-glsp-examples/workflow-glsp
Advanced tools
Comparing version 2.3.0-next.366 to 2.3.0-next.374
@@ -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.3.0-next.366+b0e3022", | ||
"version": "2.3.0-next.374+96b3c76", | ||
"description": "GLSP diagrams for the Workflow DSL", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.3.0-next.366+b0e3022", | ||
"@eclipse-glsp/client": "2.3.0-next.374+96b3c76", | ||
"balloon-css": "^0.5.0" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "b0e3022fbd2df727a7604e530a27fa92ace29900" | ||
"gitHead": "96b3c762fb376aa26e84ae5214d3950e4a45b3c8" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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 3 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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 3 instances in 1 package
131486
1555