@sleepinsummer/agent-browser-cli-darwin-x64 0.0.0 → 0.2.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,23 @@
1
1
  {
2
2
  "name": "@sleepinsummer/agent-browser-cli-darwin-x64",
3
- "version": "0.0.0",
4
- "private": false,
5
- "description": "Placeholder package for agent-browser-cli native binary distribution.",
6
- "license": "MIT"
3
+ "version": "0.2.4",
4
+ "description": "Agent-oriented browser sensing and control CLI backed by a native Rust daemon. (darwin-x64 native binary).",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/sleepinginsummer/agent-browser-cli"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public",
12
+ "provenance": true
13
+ },
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "x64"
19
+ ],
20
+ "files": [
21
+ "bin"
22
+ ]
7
23
  }