@extrahorizon/exh-cli 1.13.0-dev-174-348b2fa → 1.13.0-dev-175-2fcbbbb

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.readAndValidateServiceSettingsConfig = void 0;
4
4
  const promises_1 = require("fs/promises");
5
- const serviceSettingsSchema = require("../../../config-json-schemas/SettingsConfig.json");
5
+ const serviceSettingsSchema = require("../../../config-json-schemas/ServiceSettings.json");
6
6
  const util_1 = require("../../../helpers/util");
7
7
  async function readAndValidateServiceSettingsConfig(path) {
8
8
  let config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.13.0-dev-174-348b2fa",
3
+ "version": "1.13.0-dev-175-2fcbbbb",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",