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
|
@@ -25470,6 +25470,11 @@
|
|
|
25470
25470
|
isAttr: true,
|
|
25471
25471
|
type: "String",
|
|
25472
25472
|
"default": "latest"
|
|
25473
|
+
},
|
|
25474
|
+
{
|
|
25475
|
+
name: "versionTag",
|
|
25476
|
+
isAttr: true,
|
|
25477
|
+
type: "String"
|
|
25473
25478
|
}
|
|
25474
25479
|
]
|
|
25475
25480
|
}
|