zeebe-bpmn-moddle
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -9,2 +9,6 @@ # Changelog | ||
## 0.11.0 | ||
* `FEAT`: support `zeebe:modelerTemplate` and `zeebe:modelerTemplateVersion` ([#20](https://github.com/camunda-cloud/zeebe-bpmn-moddle/pull/20)) | ||
## 0.10.0 | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -13,3 +13,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/zeebe-io/zeebe-bpmn-moddle" | ||
"url": "https://github.com/camunda-cloud/zeebe-bpmn-moddle" | ||
}, | ||
@@ -16,0 +16,0 @@ "keywords": [ |
# zeebe-bpmn-moddle | ||
[![CI](https://github.com/zeebe-io/zeebe-bpmn-moddle/workflows/CI/badge.svg)](https://github.com/zeebe-io/zeebe-bpmn-moddle/actions?query=workflow%3ACI) | ||
[![CI](https://github.com/camunda-cloud/zeebe-bpmn-moddle/workflows/CI/badge.svg)](https://github.com/camunda-cloud/zeebe-bpmn-moddle/actions?query=workflow%3ACI) | ||
@@ -5,0 +5,0 @@ This project defines the [Zeebe](https://zeebe.io) namespace extensions for BPMN 2.0 as a [moddle](https://github.com/bpmn-io/moddle) descriptor. |
@@ -328,4 +328,25 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "TemplateSupported", | ||
"isAbstract": true, | ||
"extends": [ | ||
"bpmn:Collaboration", | ||
"bpmn:Process", | ||
"bpmn:FlowElement" | ||
], | ||
"properties": [ | ||
{ | ||
"name": "modelerTemplate", | ||
"isAttr": true, | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "modelerTemplateVersion", | ||
"isAttr": true, | ||
"type": "Integer" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
15624
433