@exellix/graph-engine 7.2.14 → 7.2.16

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Graph-engine Logxer integration (@x12i/logxer 4.5.x).
3
- * Dynamic import avoids Node ESM loading CJS logxer trails nanoid@5 ERR_REQUIRE_ESM on some runtimes.
3
+ * Dynamic import defers loading @x12i/logxer until this module is evaluated (type-only imports stay erased).
4
4
  */
5
5
  import type { GetJobLogsInput, GetJobLogsResult, Logxer, LogRuntimeContext, StackLoggingOptions } from '@x12i/logxer';
6
6
  import type { LogxerQueryableClient, RuntimeObjects } from './runtimeObjects.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/graph-engine",
3
- "version": "7.2.14",
3
+ "version": "7.2.16",
4
4
  "type": "module",
5
5
  "description": "Graph executor SDK",
6
6
  "main": "dist/src/index.js",
@@ -50,19 +50,19 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@exellix/ai-tasks": "^8.1.12",
53
+ "@exellix/ai-tasks": "^8.1.16",
54
54
  "@x12i/activix": "8.3.1",
55
55
  "@x12i/ai-profiles": "1.6.0",
56
- "@x12i/catalox": "5.1.1",
56
+ "@x12i/catalox": "5.1.2",
57
57
  "@x12i/env": "4.0.1",
58
- "@x12i/funcx": "4.2.2",
58
+ "@x12i/funcx": "4.2.3",
59
59
  "@x12i/graphenix": "2.5.0",
60
60
  "@x12i/graphenix-format": "2.0.0",
61
- "@x12i/logxer": "^4.5.0",
61
+ "@x12i/logxer": "^4.5.1",
62
62
  "@x12i/memorix-descriptors": "1.6.0",
63
- "@x12i/memorix-retrieval": "1.11.0",
63
+ "@x12i/memorix-retrieval": "1.11.1",
64
64
  "@x12i/memorix-writer": "1.0.0",
65
- "@x12i/optimixer": "^2.4.2",
65
+ "@x12i/optimixer": "^2.4.4",
66
66
  "@x12i/rendrix": "4.3.0",
67
67
  "@x12i/runx": "1.3.0"
68
68
  },