camunda-bpmn-js 0.13.0-alpha.7 → 0.13.0-alpha.8

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.
@@ -4,6 +4,8 @@ import BaseModeler from '../base/Modeler';
4
4
 
5
5
  import disableCollapsedSubprocessModule from 'bpmn-js-disable-collapsed-subprocess';
6
6
 
7
+ import iconRendererModule from '@bpmn-io/element-templates-icons-renderer';
8
+
7
9
  import modelingModule from './features/modeling';
8
10
 
9
11
  import paletteModule from './features/palette';
@@ -60,7 +62,8 @@ Modeler.prototype._camundaCloudModules = [
60
62
  rulesModule,
61
63
  zeebePropertiesProviderModule,
62
64
  cloudElementTemplatesPropertiesProvider,
63
- zeebeModdleExtension
65
+ zeebeModdleExtension,
66
+ iconRendererModule
64
67
  ];
65
68
 
66
69
  Modeler.prototype._modules = [].concat(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "0.13.0-alpha.7",
3
+ "version": "0.13.0-alpha.8",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -42,23 +42,24 @@
42
42
  "license": "MIT",
43
43
  "dependencies": {
44
44
  "@bpmn-io/align-to-origin": "^0.7.0",
45
+ "@bpmn-io/element-templates-icons-renderer": "^0.1.2",
45
46
  "bpmn-js": "^9.0.3",
46
47
  "bpmn-js-disable-collapsed-subprocess": "^0.1.3",
47
48
  "bpmn-js-executable-fix": "^0.1.3",
48
- "camunda-bpmn-moddle": "^6.1.1",
49
- "diagram-js": "^8.1.1",
49
+ "camunda-bpmn-moddle": "^6.1.2",
50
+ "diagram-js": "^8.2.1",
50
51
  "diagram-js-minimap": "^2.1.0",
51
52
  "diagram-js-origin": "^1.3.2",
52
53
  "inherits": "^2.0.4",
53
54
  "min-dash": "^3.8.1",
54
- "zeebe-bpmn-moddle": "^0.11.0"
55
+ "zeebe-bpmn-moddle": "^0.12.1"
55
56
  },
56
57
  "devDependencies": {
57
58
  "@bpmn-io/properties-panel": "^0.13.1",
58
59
  "@rollup/plugin-commonjs": "^17.1.0",
59
60
  "@rollup/plugin-json": "^4.1.0",
60
61
  "@rollup/plugin-node-resolve": "^11.1.1",
61
- "bpmn-js-properties-panel": "^1.0.0-alpha.10",
62
+ "bpmn-js-properties-panel": "^1.0.0-alpha.12",
62
63
  "chai": "^4.2.0",
63
64
  "cross-env": "^7.0.3",
64
65
  "del-cli": "^4.0.1",