@exellix/exellix-runtime 3.9.9 → 4.0.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.
- package/package.json +71 -68
package/package.json
CHANGED
|
@@ -1,68 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@exellix/exellix-runtime",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Execution matrix runtime: Catalox-shaped catalogs, Mongo matrix row lifecycle, claims, and orchestration hooks that inject @exellix/graph-engine executeGraph.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/execution-matrix/index.js",
|
|
7
|
-
"types": "./dist/execution-matrix/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/execution-matrix/index.d.ts",
|
|
11
|
-
"import": "./dist/execution-matrix/index.js"
|
|
12
|
-
},
|
|
13
|
-
"./execution-matrix": {
|
|
14
|
-
"types": "./dist/execution-matrix/index.d.ts",
|
|
15
|
-
"import": "./dist/execution-matrix/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./internal/xronox-matrix": {
|
|
18
|
-
"types": "./dist/execution-matrix/xronox-matrix-factory.d.ts",
|
|
19
|
-
"import": "./dist/execution-matrix/xronox-matrix-factory.js"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"bin": {
|
|
23
|
-
"exellix-runtime": "./dist/cli/exellix-runtime-cli.js"
|
|
24
|
-
},
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
28
|
-
"publishConfig": {
|
|
29
|
-
"registry": "https://registry.npmjs.org/",
|
|
30
|
-
"access": "public"
|
|
31
|
-
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc",
|
|
34
|
-
"cli": "npm run build && node dist/cli/exellix-runtime-cli.js",
|
|
35
|
-
"matrix:link": "npm run build && node dist/cli/exellix-runtime-cli.js matrix-link",
|
|
36
|
-
"matrix:read": "npm run build && node dist/cli/exellix-runtime-cli.js matrix-read",
|
|
37
|
-
"test:matrix:seed": "node scripts/seed-test-matrix.mjs",
|
|
38
|
-
"test:matrix:seed:build": "npm run build && npm run test:matrix:seed",
|
|
39
|
-
"matrix-read:smoke": "npm run test:smoke",
|
|
40
|
-
"test:smoke": "npm run test:matrix:seed:build && node dist/cli/exellix-runtime-cli.js matrix-read",
|
|
41
|
-
"catalox:inventory": "npm run build && node dist/cli/exellix-runtime-cli.js catalox-inventory",
|
|
42
|
-
"use-case:create-exellix-graphs-catalog": "node use-cases/create-exellix-graphs-catalog.mjs",
|
|
43
|
-
"test": "npm run test:unit",
|
|
44
|
-
"test:unit": "vitest run --exclude \"test/**/*.live*.spec.ts\"",
|
|
45
|
-
"test:live": "vitest run test/execution-matrix/execution-matrix.live.spec.ts test/execution-matrix/execution-matrix.live.xmemory.spec.ts test/execution-matrix/client-toolbox.live.spec.ts",
|
|
46
|
-
"test:watch": "vitest",
|
|
47
|
-
"verify": "node scripts/verify-suite.mjs",
|
|
48
|
-
"verify:ci": "node scripts/verify-suite.mjs --build --unit",
|
|
49
|
-
"verify:all": "node scripts/verify-suite.mjs --all"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@exellix/graph-engine": "^7.2.
|
|
53
|
-
"@x12i/activix": "^8.3.1",
|
|
54
|
-
"@x12i/catalox": "^5.1.1",
|
|
55
|
-
"@x12i/env": "^4.0.1",
|
|
56
|
-
"@x12i/logxer": "^4.4.0",
|
|
57
|
-
"@x12i/memorix-descriptors": "^1.6.0",
|
|
58
|
-
"@x12i/memorix-retrieval": "^1.10.0",
|
|
59
|
-
"@x12i/memorix-writer": "^1.0.0",
|
|
60
|
-
"@x12i/xronox-store": "^1.9.3"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@types/node": "^22.10.2",
|
|
64
|
-
"mongodb": "^6.21.0",
|
|
65
|
-
"typescript": "^5.7.2",
|
|
66
|
-
"vitest": "^2.1.8"
|
|
67
|
-
}
|
|
68
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@exellix/exellix-runtime",
|
|
3
|
+
"version": "4.0.1",
|
|
4
|
+
"description": "Execution matrix runtime: Catalox-shaped catalogs, Mongo matrix row lifecycle, claims, and orchestration hooks that inject @exellix/graph-engine executeGraph.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/execution-matrix/index.js",
|
|
7
|
+
"types": "./dist/execution-matrix/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/execution-matrix/index.d.ts",
|
|
11
|
+
"import": "./dist/execution-matrix/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./execution-matrix": {
|
|
14
|
+
"types": "./dist/execution-matrix/index.d.ts",
|
|
15
|
+
"import": "./dist/execution-matrix/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./internal/xronox-matrix": {
|
|
18
|
+
"types": "./dist/execution-matrix/xronox-matrix-factory.d.ts",
|
|
19
|
+
"import": "./dist/execution-matrix/xronox-matrix-factory.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"bin": {
|
|
23
|
+
"exellix-runtime": "./dist/cli/exellix-runtime-cli.js"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"registry": "https://registry.npmjs.org/",
|
|
30
|
+
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsc",
|
|
34
|
+
"cli": "npm run build && node dist/cli/exellix-runtime-cli.js",
|
|
35
|
+
"matrix:link": "npm run build && node dist/cli/exellix-runtime-cli.js matrix-link",
|
|
36
|
+
"matrix:read": "npm run build && node dist/cli/exellix-runtime-cli.js matrix-read",
|
|
37
|
+
"test:matrix:seed": "node scripts/seed-test-matrix.mjs",
|
|
38
|
+
"test:matrix:seed:build": "npm run build && npm run test:matrix:seed",
|
|
39
|
+
"matrix-read:smoke": "npm run test:smoke",
|
|
40
|
+
"test:smoke": "npm run test:matrix:seed:build && node dist/cli/exellix-runtime-cli.js matrix-read",
|
|
41
|
+
"catalox:inventory": "npm run build && node dist/cli/exellix-runtime-cli.js catalox-inventory",
|
|
42
|
+
"use-case:create-exellix-graphs-catalog": "node use-cases/create-exellix-graphs-catalog.mjs",
|
|
43
|
+
"test": "npm run test:unit",
|
|
44
|
+
"test:unit": "vitest run --exclude \"test/**/*.live*.spec.ts\"",
|
|
45
|
+
"test:live": "vitest run test/execution-matrix/execution-matrix.live.spec.ts test/execution-matrix/execution-matrix.live.xmemory.spec.ts test/execution-matrix/client-toolbox.live.spec.ts",
|
|
46
|
+
"test:watch": "vitest",
|
|
47
|
+
"verify": "node scripts/verify-suite.mjs",
|
|
48
|
+
"verify:ci": "node scripts/verify-suite.mjs --build --unit",
|
|
49
|
+
"verify:all": "node scripts/verify-suite.mjs --all"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@exellix/graph-engine": "^7.2.10",
|
|
53
|
+
"@x12i/activix": "^8.3.1",
|
|
54
|
+
"@x12i/catalox": "^5.1.1",
|
|
55
|
+
"@x12i/env": "^4.0.1",
|
|
56
|
+
"@x12i/logxer": "^4.4.0",
|
|
57
|
+
"@x12i/memorix-descriptors": "^1.6.0",
|
|
58
|
+
"@x12i/memorix-retrieval": "^1.10.0",
|
|
59
|
+
"@x12i/memorix-writer": "^1.0.0",
|
|
60
|
+
"@x12i/xronox-store": "^1.9.3"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@types/node": "^22.10.2",
|
|
64
|
+
"mongodb": "^6.21.0",
|
|
65
|
+
"typescript": "^5.7.2",
|
|
66
|
+
"vitest": "^2.1.8"
|
|
67
|
+
},
|
|
68
|
+
"overrides": {
|
|
69
|
+
"nanoid": "3.3.11"
|
|
70
|
+
}
|
|
71
|
+
}
|