@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.
- package/config/ImpactAssessment.json +4 -2
- package/dist/models.d.ts +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +495 -0
- package/package.json +2 -1
- package/search-results.json +1 -1
- package/src/models.ts +4 -0
- package/src/version.ts +1 -1
|
@@ -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
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.74.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.74.14";
|
package/dist/version.js
CHANGED