@wipcomputer/memory-crystal 0.7.25 → 0.7.26
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/CHANGELOG.md +10 -0
- package/_trash/RELEASE-NOTES-v0-7-26.md +7 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## 0.7.26 (2026-03-16)
|
|
23
|
+
|
|
24
|
+
# Memory Crystal v0.7.26
|
|
25
|
+
|
|
26
|
+
Add repository field to package.json. GitHub Packages needs this to link packages to the repo.
|
|
27
|
+
|
|
28
|
+
## Issues closed
|
|
29
|
+
|
|
30
|
+
- Closes #50
|
|
31
|
+
|
|
22
32
|
## 0.7.25 (2026-03-16)
|
|
23
33
|
|
|
24
34
|
# Release Notes: memory-crystal v0.7.25
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipcomputer/memory-crystal",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.26",
|
|
4
4
|
"description": "Sovereign memory system — local-first with ephemeral encrypted relay. Your memory, your machine, your rules.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/wipcomputer/memory-crystal-private.git"
|
|
8
|
+
},
|
|
5
9
|
"type": "module",
|
|
6
10
|
"main": "dist/core.js",
|
|
7
11
|
"openclaw": {
|