@aptove/aptove 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 --cask container
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.2",
3
+ "version": "0.1.3",
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.2",
39
- "@aptove/aptove-darwin-x64": "0.1.2",
40
- "@aptove/aptove-linux-arm64": "0.1.2",
41
- "@aptove/aptove-linux-x64": "0.1.2",
42
- "@aptove/aptove-win32-x64": "0.1.2"
38
+ "@aptove/aptove-darwin-arm64": "0.1.3",
39
+ "@aptove/aptove-darwin-x64": "0.1.3",
40
+ "@aptove/aptove-linux-arm64": "0.1.3",
41
+ "@aptove/aptove-linux-x64": "0.1.3",
42
+ "@aptove/aptove-win32-x64": "0.1.3"
43
43
  }
44
44
  }