@hyperlynq/synaptic 0.7.0 → 0.7.1
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -391,7 +391,7 @@ Data is stored in SQLite with full-text search and vector similarity search. All
|
|
|
391
391
|
|
|
392
392
|
<br>
|
|
393
393
|
|
|
394
|
-
Interested in Synaptic for your team? **[Get in touch →](mailto:hyperlynq@
|
|
394
|
+
Interested in Synaptic for your team? **[Get in touch →](mailto:hyperlynq@gmail.com)**
|
|
395
395
|
|
|
396
396
|
<br>
|
|
397
397
|
|
|
@@ -414,7 +414,7 @@ Copyright (c) 2026 HYPERLYNQ. All rights reserved.
|
|
|
414
414
|
|
|
415
415
|
Synaptic is **source-available**. You can use it freely for personal and internal purposes. You may not copy, modify, redistribute, or create derivative works from the source code. See [LICENSE](LICENSE) for details.
|
|
416
416
|
|
|
417
|
-
For commercial licensing, contact **[hyperlynq@
|
|
417
|
+
For commercial licensing, contact **[hyperlynq@gmail.com](mailto:hyperlynq@gmail.com)**.
|
|
418
418
|
|
|
419
419
|
<br>
|
|
420
420
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperlynq/synaptic",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Persistent local memory for Claude Code — cross-session context recall, semantic search, zero cloud",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/src/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"ai-tools",
|
|
32
32
|
"developer-tools"
|
|
33
33
|
],
|
|
34
|
-
"author": "HYPERLYNQ <hyperlynq@
|
|
34
|
+
"author": "HYPERLYNQ <hyperlynq@gmail.com>",
|
|
35
35
|
"license": "SEE LICENSE IN LICENSE",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|