@camera.ui/cloudflared-darwin-arm64 2026.9.1-cui.1

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/cloudflared +4 -0
  2. package/package.json +23 -0
package/cloudflared ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/cloudflared
3
+ size: 38893072 bytes
4
+ sha256: 9a0b19f67dc7a3011bc6b972c7ce06a5fcea8784ac6bd599ffa382ea4aeb5a6e
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@camera.ui/cloudflared-darwin-arm64",
3
+ "version": "2026.9.1-cui.1",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "cloudflared",
11
+ "files": [
12
+ "cloudflared"
13
+ ],
14
+ "license": "Apache-2.0",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/cameraui/binaries.git",
18
+ "directory": "packages/cloudflared/npm/darwin-arm64"
19
+ },
20
+ "engines": {
21
+ "node": ">=22.0.0"
22
+ }
23
+ }