@extrahorizon/exh-cli 1.7.0-dev-61-2465122 → 1.7.0-dev-62-1c50207

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 +0 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  ### Unreleased
4
4
  * `exh data schemas sync` now also strips the description fields for conditions and actions in the creation transition
5
- * Added priority to the transition task action in the schema validator
6
- * Improved typing for the afterActions in the schema validator
7
5
 
8
6
  ### v1.7.0
9
7
  * `exh data schemas sync` now allows your schema `.json` files to contain a `$schema` property
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.7.0-dev-61-2465122",
3
+ "version": "1.7.0-dev-62-1c50207",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",