@yamo/memory-mesh 3.2.1 → 3.2.2

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": "@yamo/memory-mesh",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Portable semantic memory system with Layer 0 Scrubber for YAMO agents (v3 Singularity Edition)",
5
5
  "type": "module",
6
6
  "main": "lib/memory/index.js",
@@ -32,7 +32,7 @@
32
32
  "pino-pretty": "^13.1.3",
33
33
  "cli-progress": "^3.12.0",
34
34
  "picocolors": "^1.1.1",
35
- "glob": "^11.0.1"
35
+ "glob": "^13.0.5"
36
36
  },
37
37
  "author": "Soverane Labs",
38
38
  "license": "MIT",