claude-code-backup 1.0.5 → 1.0.6

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.
@@ -12,7 +12,7 @@ import { runConfig } from '../src/commands/config-cmd.js';
12
12
  program
13
13
  .name('claude-code-backup')
14
14
  .description('Backup and auto-sync Claude Code memory and settings to GitHub')
15
- .version('1.0.1');
15
+ .version('1.0.6');
16
16
 
17
17
  program
18
18
  .command('init')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-backup",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Backup and auto-sync Claude Code memory, settings, and CLAUDE.md files to a private GitHub repo — with real-time file watching and macOS launchd auto-start",
5
5
  "type": "module",
6
6
  "bin": {