agentroam-cloudflared-darwin-arm64 0.2.0-preview.10

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 ADDED
@@ -0,0 +1,6 @@
1
+ # AgentRoam cloudflared for macOS arm64
2
+
3
+ Platform asset package used by `agentroam`. It contains the official
4
+ cloudflared 2026.8.2 macOS arm64 archive and a checksum manifest.
5
+
6
+ This package is installed automatically. It does not expose a command.
package/manifest.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "packageVersion": "0.2.0-preview.10",
3
+ "upstreamVersion": "2026.8.2",
4
+ "target": "darwin-arm64",
5
+ "assetFormat": "tgz",
6
+ "fileName": "cloudflared",
7
+ "archiveFileName": "cloudflared-darwin-arm64.tgz",
8
+ "url": "https://github.com/cloudflare/cloudflared/releases/download/2026.8.2/cloudflared-darwin-arm64.tgz",
9
+ "size": 19214189,
10
+ "sha256": "9042c2c5d8b2de78e60f313d5fb31b6c5c1cebde787a3caf1f2c9588084ac442"
11
+ }
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "agentroam-cloudflared-darwin-arm64",
3
+ "version": "0.2.0-preview.10",
4
+ "description": "Verified cloudflared binary archive for AgentRoam on macOS arm64",
5
+ "license": "MIT",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "files": [
13
+ "README.md",
14
+ "manifest.json",
15
+ "vendor/cloudflared-darwin-arm64.tgz"
16
+ ],
17
+ "exports": {
18
+ "./manifest.json": "./manifest.json",
19
+ "./archive": "./vendor/cloudflared-darwin-arm64.tgz"
20
+ },
21
+ "publishConfig": {
22
+ "access": "public",
23
+ "provenance": true,
24
+ "tag": "preview"
25
+ }
26
+ }