@camunda/linting 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ All notable changes to [@camunda/linting](https://github.com/camunda/linting) ar
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
+ ## 0.3.2
10
+
11
+ * `FIX`: make `modeler-moddle` dependency ([e9d53714](https://github.com/camunda/linting/commit/e9d5371456cd2e783ae2c7c0c3ca0f4c5047db1a))
12
+
9
13
  ## 0.3.1
10
14
 
11
15
  * `FIX`: include `properties-panel.js` in published package ([a532ba5b](https://github.com/camunda/linting/commit/a532ba5b7bf0b126477c218484e668c418875b4e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/linting",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Linting for Camunda Platform",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,8 @@
21
21
  "dependencies": {
22
22
  "bpmnlint": "^7.8.0",
23
23
  "bpmnlint-plugin-camunda-compat": "^0.9.1",
24
- "bpmnlint-utils": "^1.0.2"
24
+ "bpmnlint-utils": "^1.0.2",
25
+ "modeler-moddle": "^0.2.0"
25
26
  },
26
27
  "devDependencies": {
27
28
  "bpmn-moddle": "^7.1.2",
@@ -31,7 +32,6 @@
31
32
  "esm": "^3.2.25",
32
33
  "min-dash": "^3.8.1",
33
34
  "mocha": "^4.0.1",
34
- "modeler-moddle": "^0.2.0",
35
35
  "zeebe-bpmn-moddle": "^0.12.1"
36
36
  },
37
37
  "peerDependencies": {