camunda-bpmn-js 4.18.0 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-modeler.development.js +178 -178
- package/dist/camunda-cloud-modeler.development.js +532 -194
- package/dist/camunda-cloud-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-navigated-viewer.development.js +5 -0
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +5 -0
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +178 -178
- package/package.json +4 -4
|
@@ -24320,6 +24320,11 @@
|
|
|
24320
24320
|
isAttr: true,
|
|
24321
24321
|
type: "String",
|
|
24322
24322
|
"default": "latest"
|
|
24323
|
+
},
|
|
24324
|
+
{
|
|
24325
|
+
name: "versionTag",
|
|
24326
|
+
isAttr: true,
|
|
24327
|
+
type: "String"
|
|
24323
24328
|
}
|
|
24324
24329
|
]
|
|
24325
24330
|
}
|