camunda-bpmn-js 5.17.0 → 5.18.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 +359 -371
- package/dist/base-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-modeler.development.js +783 -880
- package/dist/camunda-cloud-modeler.production.min.js +6 -6
- package/dist/camunda-platform-modeler.development.js +458 -470
- package/dist/camunda-platform-modeler.production.min.js +4 -4
- package/index.js +1 -0
- package/package.json +3 -4
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// This file is left intentionally empty. Use nested imports instead.
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "camunda-bpmn-js",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0",
|
|
4
4
|
"description": "Embeddable Camunda modeling distributions based on bpmn-js",
|
|
5
|
-
"main": "
|
|
6
|
-
"types": "lib/index.d.ts",
|
|
5
|
+
"main": "index.js",
|
|
7
6
|
"scripts": {
|
|
8
7
|
"all": "run-s clean lint test generate-types distro test:distro",
|
|
9
8
|
"lint": "eslint .",
|
|
@@ -85,7 +84,7 @@
|
|
|
85
84
|
"babel-loader": "^10.0.0",
|
|
86
85
|
"babel-plugin-istanbul": "^7.0.1",
|
|
87
86
|
"bio-dts": "^0.13.0",
|
|
88
|
-
"bpmn-js-properties-panel": "^5.
|
|
87
|
+
"bpmn-js-properties-panel": "^5.48.0",
|
|
89
88
|
"chai": "^4.5.0",
|
|
90
89
|
"cross-env": "^10.0.0",
|
|
91
90
|
"del-cli": "^7.0.0",
|