@extrahorizon/exh-cli 1.12.0-dev-155-01e75cd → 1.12.0-dev-157-3f5bd08

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.
@@ -17,7 +17,7 @@ async function sync({ path, schemas, tasks, templates, dispatchers, cleanDispatc
17
17
  if ((syncAll || schemas) && cfg.schemas) {
18
18
  console.log(chalk.green('\n ⚙️ Syncing schemas ...'));
19
19
  for (const schema of cfg.schemas) {
20
- await schemaService.sync(ospath.join(targetPath, schema), undefined, false, ignoreSchemaVerificationErrors);
20
+ await schemaService.sync(undefined, ospath.join(targetPath, schema), false, ignoreSchemaVerificationErrors);
21
21
  }
22
22
  }
23
23
  if ((syncAll || templates) && cfg.templates) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.12.0-dev-155-01e75cd",
3
+ "version": "1.12.0-dev-157-3f5bd08",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",