@vess-id/ai-identity 0.5.0-alpha.4 → 0.6.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/dist/index.d.mts
CHANGED
|
@@ -2837,12 +2837,6 @@ declare class VPManager {
|
|
|
2837
2837
|
}>;
|
|
2838
2838
|
}
|
|
2839
2839
|
|
|
2840
|
-
/**
|
|
2841
|
-
* NOTE: MemoryManager is currently DORMANT (as of 2026-03-29).
|
|
2842
|
-
* The API memory endpoints exist but are not actively called in production.
|
|
2843
|
-
* The server-side implementation (InMemoryProvider) is volatile and not shared across instances.
|
|
2844
|
-
* Do not rely on this in production until a persistent backend is introduced.
|
|
2845
|
-
*/
|
|
2846
2840
|
interface MemoryDocument {
|
|
2847
2841
|
id: string;
|
|
2848
2842
|
namespace: string;
|