@lumenflow/memory 2.18.3 → 2.20.0

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 +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/os).
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.18.3",
3
+ "version": "2.20.0",
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/os",
13
+ "homepage": "https://github.com/hellmai/lumenflow",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/hellmai/os.git",
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.18.3"
59
+ "@lumenflow/core": "2.20.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@vitest/coverage-v8": "^4.0.17",