@x12i/memorix-hippox 1.4.0 → 1.32.0
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Materializing this into a snapshot's `associatedData` block is a separate assemb
|
|
|
71
71
|
|
|
72
72
|
## HTTP routes
|
|
73
73
|
|
|
74
|
-
When mounted through `memorix-
|
|
74
|
+
When mounted through `memorix-catalox-api`:
|
|
75
75
|
|
|
76
76
|
| Method | Path | Purpose |
|
|
77
77
|
|--------|------|---------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/memorix-hippox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.0",
|
|
4
4
|
"description": "Memorix Hippox: discover, simulate, persist, and resolve contextual relationships between Memorix object types.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"test:watch": "vitest"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@x12i/memorix-mongo": "^1.
|
|
38
|
-
"@x12i/memorix-retrieval": "^1.
|
|
37
|
+
"@x12i/memorix-mongo": "^1.32.0",
|
|
38
|
+
"@x12i/memorix-retrieval": "^1.32.0",
|
|
39
39
|
"mongodb": "^6.21.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|