@extrahorizon/exh-cli 1.6.1 → 1.7.0-dev-48-62caf3f

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 +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Extra Horizon CLI changelog
2
2
 
3
+ ### v1.7.0
4
+
3
5
  ### v1.6.1
4
6
  * `exh data schemas sync` no longer logs the full schema definition json
5
7
  * Fixed `exh data schemas sync` not being able to traverse an object definition with only `additionalProperties` set
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.6.1",
3
+ "version": "1.7.0-dev-48-62caf3f",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",