memtrace 0.8.53 → 0.8.54

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memtrace-skills",
3
- "version": "0.8.53",
3
+ "version": "0.8.54",
4
4
  "description": "Memtrace skills for AI coding agents — codebase exploration, temporal evolution, impact analysis, and more.",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memtrace",
3
- "version": "0.8.53",
3
+ "version": "0.8.54",
4
4
  "description": "Code intelligence graph — MCP server + AI agent skills + visualization UI",
5
5
  "keywords": [
6
6
  "mcp",
@@ -40,12 +40,12 @@
40
40
  "fs-extra": "^11.0.0"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@memtrace/darwin-arm64": "0.8.53",
44
- "@memtrace/linux-x64": "0.8.53",
45
- "@memtrace/linux-arm64": "0.8.53",
46
- "@memtrace/win32-x64": "0.8.53",
47
- "@memtrace/linux-x64-noavx2": "0.8.53",
48
- "@memtrace/win32-x64-noavx2": "0.8.53"
43
+ "@memtrace/darwin-arm64": "0.8.54",
44
+ "@memtrace/linux-x64": "0.8.54",
45
+ "@memtrace/linux-arm64": "0.8.54",
46
+ "@memtrace/win32-x64": "0.8.54",
47
+ "@memtrace/linux-x64-noavx2": "0.8.54",
48
+ "@memtrace/win32-x64-noavx2": "0.8.54"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=18"