@extrahorizon/exh-cli 1.6.1-dev-45-24bd931 → 1.6.1-dev-46-b191b87

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 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Extra Horizon CLI changelog
2
2
 
3
3
  ### v1.6.1
4
- * No longer logging the full schemas when syncing
5
- * Fixed `exh data schemas sync` not being able to traverse an object definition with only `additionalProperties` set
4
+ * `exh data schemas sync` no longer logs the full schema definition json
5
+ * Fixed `exh data schemas sync` not being able to traverse an object definition with only `additionalProperties` set
6
6
 
7
7
  ### v1.6.0
8
8
  * Fixed some security vulnerabilities in the dependencies (Thanks @tran-simon)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.6.1-dev-45-24bd931",
3
+ "version": "1.6.1-dev-46-b191b87",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",