@contextmirror/claude-memory 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -319,4 +319,4 @@ Nathan (with Claude as co-developer)
319
319
 
320
320
  ---
321
321
 
322
- *[GitHub](https://github.com/nayballs/claude-memory)*
322
+ *[GitHub](https://github.com/contextmirror/claude-memory)*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextmirror/claude-memory",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Cross-project memory for Claude Code - know about all your projects",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/nayballs/claude-memory.git"
12
+ "url": "git+https://github.com/contextmirror/claude-memory.git"
13
13
  },
14
14
  "bugs": {
15
- "url": "https://github.com/nayballs/claude-memory/issues"
15
+ "url": "https://github.com/contextmirror/claude-memory/issues"
16
16
  },
17
17
  "homepage": "https://claude-memory.dev",
18
18
  "engines": {