Release v3.7.2
Published from npm package build Source: https://github.com/thedotmack/claude-mem-source
This commit is contained in:
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "Memory compression system for Claude Code - persist context across sessions",
|
||||
"keywords": [
|
||||
"claude",
|
||||
|
||||
@@ -9,8 +9,6 @@ export function registerMigrations(): void {
|
||||
|
||||
// Register migrations in order
|
||||
manager.registerMigration(migration001);
|
||||
|
||||
console.log('📋 Registered all database migrations');
|
||||
}
|
||||
|
||||
// Auto-register migrations when this module is imported
|
||||
|
||||
Reference in New Issue
Block a user