@vortex-os/memory-extended 0.5.2 → 0.5.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vortex-os/memory-extended",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Add-on cluster — extended memory namespaces (sqlite, vector, sessionArchive, recall, consolidate) layered on @vortex-os/base.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vortex-os-project",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"yaml": "^2.6.0"
|
|
66
66
|
},
|
|
67
|
-
"_releaseNote": "@vortex-os/base
|
|
67
|
+
"_releaseNote": "0.5.3: broadened the @vortex-os/base peer to '>=0.3.0 <1.0.0' (any 0.x) so an mx republish is NOT needed on every base minor. The trigger was base 0.6.0 (a minor for new features): mx 0.5.2's range topped out at ^0.5.0 and ERESOLVE-conflicted against base 0.6.0. @vortex-os/base is the only @vortex-os peer; it is published. The proactive-curator surface this add-on used is inlined (src/internal/proactive-curator-helpers.ts), so no separate @vortex-os/proactive-curator dependency is needed. better-sqlite3 / classic-level are native peers.",
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@vortex-os/base": "
|
|
69
|
+
"@vortex-os/base": ">=0.3.0 <1.0.0",
|
|
70
70
|
"better-sqlite3": "^12.0.0",
|
|
71
71
|
"classic-level": "^3.0.0"
|
|
72
72
|
},
|