responsible-vibe-mcp 4.3.0 → 4.3.1
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": "responsible-vibe-mcp",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory with persistent project artifacts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "packages/cli/dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@modelcontextprotocol/sdk": "1.17.5",
|
|
31
31
|
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
|
|
32
32
|
"@types/js-yaml": "4.0.9",
|
|
33
|
-
"js-yaml": "4.1.
|
|
33
|
+
"js-yaml": "4.1.1",
|
|
34
34
|
"zod": "^3.25.76",
|
|
35
|
-
"@codemcp/workflows-core": "4.3.
|
|
35
|
+
"@codemcp/workflows-core": "4.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@modelcontextprotocol/inspector": "0.16.8",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemcp/workflows-core",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
|
|
25
25
|
"@types/js-yaml": "4.0.9",
|
|
26
|
-
"js-yaml": "4.1.
|
|
26
|
+
"js-yaml": "4.1.1",
|
|
27
27
|
"zod": "^3.25.76"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|