@meridian-flow/mars-agents 0.4.0 → 0.4.5
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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -21,8 +21,8 @@ Supported prebuilt platforms:
|
|
|
21
21
|
If your platform is not supported, install from source instead:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
cargo install --git https://github.com/
|
|
24
|
+
cargo install --git https://github.com/haowjy/mars-agents
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
Project README:
|
|
28
|
-
<https://github.com/
|
|
28
|
+
<https://github.com/haowjy/mars-agents>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meridian-flow/mars-agents",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "Mars — agent package manager for .agents/ directories",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/haowjy/mars-agents.git"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
11
|
"mars": "bin/mars"
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"node": ">=16"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@meridian-flow/mars-agents-linux-x64": "0.4.
|
|
21
|
-
"@meridian-flow/mars-agents-linux-arm64": "0.4.
|
|
22
|
-
"@meridian-flow/mars-agents-darwin-arm64": "0.4.
|
|
23
|
-
"@meridian-flow/mars-agents-darwin-x64": "0.4.
|
|
24
|
-
"@meridian-flow/mars-agents-win32-x64": "0.4.
|
|
20
|
+
"@meridian-flow/mars-agents-linux-x64": "0.4.5",
|
|
21
|
+
"@meridian-flow/mars-agents-linux-arm64": "0.4.5",
|
|
22
|
+
"@meridian-flow/mars-agents-darwin-arm64": "0.4.5",
|
|
23
|
+
"@meridian-flow/mars-agents-darwin-x64": "0.4.5",
|
|
24
|
+
"@meridian-flow/mars-agents-win32-x64": "0.4.5"
|
|
25
25
|
}
|
|
26
26
|
}
|