zeebe-bpmn-moddle
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ # zeebe-bpmn-moddle |
@@ -534,4 +534,22 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "VersionTag", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:Process" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "value", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
} | ||
] | ||
} |
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
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
14804
554