memoire-ai 0.6.15 → 0.6.16
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 +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memoire-ai",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Memoire CLI for installing local research tools and session context",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -36,18 +36,17 @@
|
|
|
36
36
|
},
|
|
37
37
|
"main": "./dist/index.js",
|
|
38
38
|
"types": "./dist/index.d.ts",
|
|
39
|
-
"scripts": {
|
|
40
|
-
"build": "tsc",
|
|
41
|
-
"dev": "tsc --watch",
|
|
42
|
-
"test": "node --test dist/*.test.js",
|
|
43
|
-
"prepack": "pnpm build"
|
|
44
|
-
},
|
|
45
39
|
"dependencies": {
|
|
46
|
-
"@memoire-ai/
|
|
47
|
-
"@memoire-ai/
|
|
40
|
+
"@memoire-ai/mcp-runtime": "0.2.12",
|
|
41
|
+
"@memoire-ai/collector": "0.4.7"
|
|
48
42
|
},
|
|
49
43
|
"devDependencies": {
|
|
50
44
|
"@types/node": "^20.0.0",
|
|
51
45
|
"typescript": "^5.7.0"
|
|
46
|
+
},
|
|
47
|
+
"scripts": {
|
|
48
|
+
"build": "tsc",
|
|
49
|
+
"dev": "tsc --watch",
|
|
50
|
+
"test": "node --test dist/*.test.js"
|
|
52
51
|
}
|
|
53
|
-
}
|
|
52
|
+
}
|