@lumenflow/memory 2.0.0 → 2.1.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/memory",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Memory layer for LumenFlow workflow framework - session tracking, context recovery, and agent coordination",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -47,7 +47,7 @@
47
47
  "ms": "^2.1.3",
48
48
  "yaml": "^2.8.2",
49
49
  "zod": "^4.3.5",
50
- "@lumenflow/core": "2.0.0"
50
+ "@lumenflow/core": "2.1.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vitest/coverage-v8": "^4.0.17",