@lumenflow/memory 2.19.0 → 2.20.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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -506,7 +506,7 @@ interface IndexedMemory {
|
|
|
506
506
|
|
|
507
507
|
## Documentation
|
|
508
508
|
|
|
509
|
-
For complete documentation, see the [LumenFlow documentation](https://github.com/hellmai/
|
|
509
|
+
For complete documentation, see the [LumenFlow documentation](https://github.com/hellmai/lumenflow).
|
|
510
510
|
|
|
511
511
|
## License
|
|
512
512
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/memory",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"description": "Memory layer for LumenFlow workflow framework - session tracking, context recovery, and agent coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"context",
|
|
11
11
|
"coordination"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/hellmai/
|
|
13
|
+
"homepage": "https://github.com/hellmai/lumenflow",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/hellmai/
|
|
16
|
+
"url": "https://github.com/hellmai/lumenflow.git",
|
|
17
17
|
"directory": "packages/@lumenflow/memory"
|
|
18
18
|
},
|
|
19
19
|
"license": "Apache-2.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"ms": "^2.1.3",
|
|
57
57
|
"yaml": "^2.8.2",
|
|
58
58
|
"zod": "^4.3.5",
|
|
59
|
-
"@lumenflow/core": "2.
|
|
59
|
+
"@lumenflow/core": "2.20.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@vitest/coverage-v8": "^4.0.17",
|