@relay-core/binaries-darwin-arm64 0.3.9

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,10 @@
1
+ # @relay-core/binaries-darwin-arm64
2
+
3
+ Prebuilt **relay-core-cli** and **relay-core-probe** for **macOS Apple Silicon** (darwin / arm64).
4
+
5
+ > **Do not install directly.** This package is pulled automatically when you install [`@relay-core/cli`](https://www.npmjs.com/package/@relay-core/cli) or [`@relay-core/mcp`](https://www.npmjs.com/package/@relay-core/mcp).
6
+
7
+ - [relaycore.dev](https://relaycore.dev)
8
+ - [relaycraft/relay-core](https://github.com/relaycraft/relay-core)
9
+
10
+ MIT
package/bin/.gitkeep ADDED
File without changes
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@relay-core/binaries-darwin-arm64",
3
+ "version": "0.3.9",
4
+ "description": "RelayCore native binaries (relay-core-cli, relay-core-probe) for macOS Apple Silicon",
5
+ "license": "MIT",
6
+ "homepage": "https://relaycore.dev",
7
+ "repository": "github:relaycraft/relay-core",
8
+ "os": [
9
+ "darwin"
10
+ ],
11
+ "cpu": [
12
+ "arm64"
13
+ ],
14
+ "preferUnplugged": true,
15
+ "files": [
16
+ "README.md",
17
+ "bin/"
18
+ ]
19
+ }