@camunda/element-templates-json-schema 0.10.0 → 0.11.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/element-templates-json-schema",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "JSON Schema for (Camunda) 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": "885b4fdb813fd40f6a0c91fe6c6507af8a7de6a7"
28
+ "gitHead": "4ce1e13b87008fb65b4b242c7a9f99e5c835892a"
29
29
  }
@@ -721,7 +721,7 @@
721
721
  },
722
722
  "version": {
723
723
  "$id": "#/version",
724
- "type": "number",
724
+ "type": "integer",
725
725
  "description": "Optional version of the template. If you add a version to a template it will be considered unique based on its ID and version. Two templates can have the same ID if their version is different."
726
726
  },
727
727
  "isDefault": {