@hestia-earth/schema-validation 33.7.9 → 33.7.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/schema-validation",
3
- "version": "33.7.9",
3
+ "version": "33.7.11",
4
4
  "description": "HESTIA Schema Validation",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -67,8 +67,8 @@ exports.run = void 0;
67
67
  var fs_1 = require("fs");
68
68
  var path_1 = require("path");
69
69
  var validate_1 = require("./validate");
70
- var _a = __read(process.argv.slice(2), 3), DOMAIN = _a[0], folder = _a[1], strictMode = _a[2];
71
- var domain = "https://".concat(DOMAIN || process.env.DOMAIN || 'www.hestia.earth');
70
+ var _a = __read(process.argv.slice(2), 2), folder = _a[0], strictMode = _a[1];
71
+ var domain = 'https://www.hestia.earth';
72
72
  var loadFile = function (filename) { return JSON.parse((0, fs_1.readFileSync)(filename, 'utf8')); };
73
73
  var extensions = ['jsonld', 'json', 'hestia'];
74
74
  var findFiles = function (directory) {