zeebe-bpmn-moddle
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ # zeebe-bpmn-moddle |
@@ -552,2 +552,48 @@ { | ||
{ | ||
"name": "TaskListeners", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:UserTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "listeners", | ||
"type": "TaskListener", | ||
"isMany": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "TaskListener", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"zeebe:TaskListeners" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "eventType", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "retries", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "type", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "VersionTag", | ||
@@ -554,0 +600,0 @@ "superClass": [ |
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
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
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
15712
638
1