@exellix/graph-engine 7.3.0 → 7.3.1
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.
|
@@ -33,6 +33,8 @@ export declare const DebugLogAbstract: {
|
|
|
33
33
|
readonly EVENT: "EVENT";
|
|
34
34
|
readonly TRACE: "TRACE";
|
|
35
35
|
readonly ANOMALY: "ANOMALY";
|
|
36
|
+
readonly FAILURE: "failure";
|
|
37
|
+
readonly FAILURE_SYMPTOM: "failure_symptom";
|
|
36
38
|
};
|
|
37
39
|
export declare const fieldEvidence: typeof import("@x12i/logxer").fieldEvidence;
|
|
38
40
|
export declare const exceptionEvidence: typeof import("@x12i/logxer").exceptionEvidence;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-engine",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Graph executor SDK",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@exellix/ai-tasks": "^8.2.
|
|
53
|
+
"@exellix/ai-tasks": "^8.2.1",
|
|
54
54
|
"@x12i/activix": "8.3.1",
|
|
55
|
-
"@x12i/ai-profiles": "1.
|
|
56
|
-
"@x12i/catalox": "5.1.
|
|
55
|
+
"@x12i/ai-profiles": "1.7.0",
|
|
56
|
+
"@x12i/catalox": "5.1.3",
|
|
57
57
|
"@x12i/env": "4.0.1",
|
|
58
|
-
"@x12i/funcx": "4.2.
|
|
58
|
+
"@x12i/funcx": "4.2.4",
|
|
59
59
|
"@x12i/graphenix": "2.5.0",
|
|
60
60
|
"@x12i/graphenix-format": "2.0.0",
|
|
61
61
|
"@x12i/logxer": "^4.5.1",
|
|
62
62
|
"@x12i/memorix-descriptors": "1.6.0",
|
|
63
|
-
"@x12i/memorix-retrieval": "1.11.
|
|
63
|
+
"@x12i/memorix-retrieval": "1.11.2",
|
|
64
64
|
"@x12i/memorix-writer": "1.0.0",
|
|
65
65
|
"@x12i/optimixer": "^2.4.4",
|
|
66
66
|
"@x12i/rendrix": "4.3.0",
|