@tempoxyz/mercator 0.0.204 → 0.0.233
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/README.md +5 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,6 +24,11 @@ mercator setup --client codex
|
|
|
24
24
|
mercator doctor
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
The installer stages and verifies immutable releases under
|
|
28
|
+
`~/.local/share/mercator/releases/<version>`, atomically links the selected release into
|
|
29
|
+
`~/.local/bin`. Failed installs leave the active CLI unchanged, previous releases remain available
|
|
30
|
+
for rollback, and unmanaged `mercator` launchers are never replaced.
|
|
31
|
+
|
|
27
32
|
## Payment wallet
|
|
28
33
|
|
|
29
34
|
Payment setup is optional. Discovery, service descriptions, quotes, result polling, and feedback do
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tempoxyz/mercator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.233",
|
|
4
4
|
"description": "Install Mercator MCP and prepare its payment wallet",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"vitest": "4.1.10"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"accounts": "0.
|
|
51
|
+
"accounts": "0.18.0",
|
|
52
52
|
"incur": "0.5.1",
|
|
53
|
-
"mppx": "
|
|
54
|
-
"viem": "2.
|
|
53
|
+
"mppx": "0.9.1",
|
|
54
|
+
"viem": "2.56.0"
|
|
55
55
|
}
|
|
56
56
|
}
|