handoff-mcp-server 0.27.0 → 0.28.0
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handoff-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "MCP server that gives AI coding agents persistent memory across sessions",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "AlphaElements <66808803+alphaelements@users.noreply.github.com>",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"//optionalDependencies": "Prebuilt binaries, one per platform. Pinned to an exact version (never ^ or ~): a wrapper must never pair with a platform package built from different sources. npm skips the entries whose os/cpu do not match instead of failing, which is what makes this work.",
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"handoff-mcp-server-darwin-arm64": "0.
|
|
31
|
-
"handoff-mcp-server-darwin-x64": "0.
|
|
32
|
-
"handoff-mcp-server-linux-arm64": "0.
|
|
33
|
-
"handoff-mcp-server-linux-x64": "0.
|
|
34
|
-
"handoff-mcp-server-win32-arm64": "0.
|
|
35
|
-
"handoff-mcp-server-win32-x64": "0.
|
|
30
|
+
"handoff-mcp-server-darwin-arm64": "0.28.0",
|
|
31
|
+
"handoff-mcp-server-darwin-x64": "0.28.0",
|
|
32
|
+
"handoff-mcp-server-linux-arm64": "0.28.0",
|
|
33
|
+
"handoff-mcp-server-linux-x64": "0.28.0",
|
|
34
|
+
"handoff-mcp-server-win32-arm64": "0.28.0",
|
|
35
|
+
"handoff-mcp-server-win32-x64": "0.28.0"
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"bin/handoff-mcp.js",
|