mnemosyne-core 2.0.1 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnemosyne-core",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Unified memory engine for AI agents — graph atoms, semantic search, and collaborative memory",
5
5
  "logo": "logo.png",
6
6
  "author": "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
@@ -43,7 +43,7 @@
43
43
  "scripts": {
44
44
  "start": "node dist/cli/index.js",
45
45
  "dev": "tsx watch src/cli/index.ts",
46
- "build": "tsup --config tsup.config.ts",
46
+ "build": "tsup --config tsup.config.ts && node -e \"require('fs').mkdirSync('dist/dashboard',{recursive:true});require('fs').copyFileSync('src/dashboard/index.html','dist/dashboard/index.html')\"",
47
47
  "typecheck": "tsc --noEmit"
48
48
  },
49
49
  "devDependencies": {