@camunda/zeebe-element-templates-json-schema 0.6.0 → 0.7.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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@camunda/zeebe-element-templates-json-schema",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "JSON Schema for (Zeebe) Element Templates",
5
5
  "files": [
6
6
  "resources"
7
7
  ],
8
8
  "scripts": {
9
- "test": "mocha -r esm --reporter=spec --recursive test/spec",
9
+ "test": "mocha --reporter=spec --recursive test/spec",
10
10
  "dev": "npm run test -- --watch",
11
11
  "all": "run-s build test",
12
12
  "build": "run-s build:error-messages build:schema",
@@ -25,5 +25,5 @@
25
25
  "camunda"
26
26
  ],
27
27
  "license": "MIT",
28
- "gitHead": "92ee15b12a90b2ac8c9cc81108efc759d79b8f07"
28
+ "gitHead": "4ce1e13b87008fb65b4b242c7a9f99e5c835892a"
29
29
  }
@@ -207,7 +207,7 @@
207
207
  "properties",
208
208
  "type"
209
209
  ],
210
- "errorMessage": "optional is not supported for binding type ${0}; must be any of { zeebe:input, zeebe:output, zeebe:property }"
210
+ "errorMessage": "optional is not supported for binding type ${0}; must be any of { zeebe:input, zeebe:output, zeebe:property, zeebe:taskHeader }"
211
211
  },
212
212
  {
213
213
  "path": [
@@ -342,7 +342,8 @@
342
342
  "enum": [
343
343
  "zeebe:input",
344
344
  "zeebe:output",
345
- "zeebe:property"
345
+ "zeebe:property",
346
+ "zeebe:taskHeader"
346
347
  ]
347
348
  }
348
349
  },