@hestia-earth/engine-models 0.74.12 → 0.74.14

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.
@@ -339,7 +339,8 @@
339
339
  "runStrategy": "always",
340
340
  "mergeStrategy": "list",
341
341
  "mergeArgs": {
342
- "replaceThreshold": ["value", 0.01]
342
+ "replaceThreshold": ["value", 0.01],
343
+ "sameMethodModel": true
343
344
  },
344
345
  "stage": 1
345
346
  },
@@ -962,7 +963,8 @@
962
963
  "runStrategy": "add_blank_node_if_missing",
963
964
  "mergeStrategy": "list",
964
965
  "mergeArgs": {
965
- "replaceThreshold": ["value", 0.01]
966
+ "replaceThreshold": ["value", 0.01],
967
+ "sameMethodModel": true
966
968
  },
967
969
  "stage": 1
968
970
  },
package/dist/models.d.ts CHANGED
@@ -8,6 +8,10 @@ export interface IModel {
8
8
  * Path to the documentation of the model.
9
9
  */
10
10
  docPath: string;
11
+ /**
12
+ * Path to the documentation of the model on the guide.
13
+ */
14
+ guidePath: string;
11
15
  /**
12
16
  * The name of the model used as `methodModel`.
13
17
  */
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.74.12";
1
+ export declare const ENGINE_VERSION = "0.74.14";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.74.12';
4
+ exports.ENGINE_VERSION = '0.74.14';