@mneme-ai/core 2.19.63 → 2.19.65

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 CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@mneme-ai/core",
3
- "version": "2.19.63",
4
- "description": "Core indexing, retrieval, and graph engine for Mneme",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
12
- },
13
- "./public": {
14
- "import": "./dist/public.js",
15
- "types": "./dist/public.d.ts"
16
- },
17
- "./git": {
18
- "import": "./dist/git/index.js",
19
- "types": "./dist/git/index.d.ts"
20
- },
21
- "./store": {
22
- "import": "./dist/store/index.js",
23
- "types": "./dist/store/index.d.ts"
24
- },
25
- "./indexer": {
26
- "import": "./dist/indexer/index.js",
27
- "types": "./dist/indexer/index.d.ts"
28
- },
29
- "./retrieve": {
30
- "import": "./dist/retrieve/index.js",
31
- "types": "./dist/retrieve/index.d.ts"
32
- },
33
- "./correlate": {
34
- "import": "./dist/correlate/index.js",
35
- "types": "./dist/correlate/index.d.ts"
36
- },
37
- "./dynamic": {
38
- "import": "./dist/dynamic/index.js",
39
- "types": "./dist/dynamic/index.d.ts"
40
- },
41
- "./metrics": {
42
- "import": "./dist/metrics/index.js",
43
- "types": "./dist/metrics/index.d.ts"
44
- }
45
- },
46
- "repository": {
47
- "type": "git",
48
- "url": "git+https://github.com/patsa2561-art/mneme-ai.git",
49
- "directory": "packages/core"
50
- },
51
- "homepage": "https://github.com/patsa2561-art/mneme-ai#readme",
52
- "bugs": {
53
- "url": "https://github.com/patsa2561-art/mneme-ai/issues"
54
- },
55
- "license": "MIT",
56
- "files": [
57
- "dist",
58
- "src/dynamic/packs/*.yml",
59
- "README.md"
60
- ],
61
- "scripts": {
62
- "build": "tsc -b",
63
- "clean": "tsc -b --clean"
64
- },
65
- "dependencies": {
66
- "typescript": "^5.6.3",
67
- "yaml": "^2.6.1",
68
- "zod": "^3.23.8"
69
- },
70
- "engines": {
71
- "node": ">=22.13.0 <25.0.0"
72
- },
73
- "optionalDependencies": {
74
- "z3-solver": "^4.16.0"
75
- }
76
- }
1
+ {
2
+ "name": "@mneme-ai/core",
3
+ "version": "2.19.65",
4
+ "description": "Core indexing, retrieval, and graph engine for Mneme",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ },
13
+ "./public": {
14
+ "import": "./dist/public.js",
15
+ "types": "./dist/public.d.ts"
16
+ },
17
+ "./git": {
18
+ "import": "./dist/git/index.js",
19
+ "types": "./dist/git/index.d.ts"
20
+ },
21
+ "./store": {
22
+ "import": "./dist/store/index.js",
23
+ "types": "./dist/store/index.d.ts"
24
+ },
25
+ "./indexer": {
26
+ "import": "./dist/indexer/index.js",
27
+ "types": "./dist/indexer/index.d.ts"
28
+ },
29
+ "./retrieve": {
30
+ "import": "./dist/retrieve/index.js",
31
+ "types": "./dist/retrieve/index.d.ts"
32
+ },
33
+ "./correlate": {
34
+ "import": "./dist/correlate/index.js",
35
+ "types": "./dist/correlate/index.d.ts"
36
+ },
37
+ "./dynamic": {
38
+ "import": "./dist/dynamic/index.js",
39
+ "types": "./dist/dynamic/index.d.ts"
40
+ },
41
+ "./metrics": {
42
+ "import": "./dist/metrics/index.js",
43
+ "types": "./dist/metrics/index.d.ts"
44
+ }
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "git+https://github.com/patsa2561-art/mneme-ai.git",
49
+ "directory": "packages/core"
50
+ },
51
+ "homepage": "https://github.com/patsa2561-art/mneme-ai#readme",
52
+ "bugs": {
53
+ "url": "https://github.com/patsa2561-art/mneme-ai/issues"
54
+ },
55
+ "license": "MIT",
56
+ "files": [
57
+ "dist",
58
+ "src/dynamic/packs/*.yml",
59
+ "README.md"
60
+ ],
61
+ "scripts": {
62
+ "build": "tsc -b",
63
+ "clean": "tsc -b --clean"
64
+ },
65
+ "dependencies": {
66
+ "typescript": "^5.6.3",
67
+ "yaml": "^2.6.1",
68
+ "zod": "^3.23.8"
69
+ },
70
+ "engines": {
71
+ "node": ">=22.13.0 <25.0.0"
72
+ },
73
+ "optionalDependencies": {
74
+ "z3-solver": "^4.16.0"
75
+ }
76
+ }