@aptove/aptove 0.1.2 → 0.1.4
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Apple Native runs Linux containers directly via the macOS Virtualization.framewo
|
|
|
146
146
|
|
|
147
147
|
```sh
|
|
148
148
|
# Install the container CLI
|
|
149
|
-
brew install
|
|
149
|
+
brew install container # requires arm64 + macOS 26 (Tahoe)
|
|
150
150
|
|
|
151
151
|
# Run
|
|
152
152
|
container run \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptove/aptove",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "ACP AI coding agent — connects to Claude, Gemini, and OpenAI",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"node": ">=16"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@aptove/aptove-darwin-arm64": "0.1.
|
|
39
|
-
"@aptove/aptove-darwin-x64": "0.1.
|
|
40
|
-
"@aptove/aptove-linux-arm64": "0.1.
|
|
41
|
-
"@aptove/aptove-linux-x64": "0.1.
|
|
42
|
-
"@aptove/aptove-win32-x64": "0.1.
|
|
38
|
+
"@aptove/aptove-darwin-arm64": "0.1.4",
|
|
39
|
+
"@aptove/aptove-darwin-x64": "0.1.4",
|
|
40
|
+
"@aptove/aptove-linux-arm64": "0.1.4",
|
|
41
|
+
"@aptove/aptove-linux-x64": "0.1.4",
|
|
42
|
+
"@aptove/aptove-win32-x64": "0.1.4"
|
|
43
43
|
}
|
|
44
44
|
}
|