@cassady/cli-darwin-arm64 0.3.5

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,5 @@
1
+ # @cassady/cli-darwin-arm64
2
+
3
+ Cassady CLI binaries for macOS Apple Silicon.
4
+
5
+ This package is installed automatically by the `cassady` npm package on supported platforms. It contains the Rust-built `cass` and `cassady` executables for `aarch64-apple-darwin`.
package/bin/cass ADDED
Binary file
package/bin/cassady ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@cassady/cli-darwin-arm64",
3
+ "version": "0.3.5",
4
+ "description": "Cassady CLI binaries for macOS Apple Silicon.",
5
+ "license": "MIT",
6
+ "homepage": "https://github.com/owenqwenstarsky/cassady#readme",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/owenqwenstarsky/cassady.git"
10
+ },
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "files": [
18
+ "bin"
19
+ ]
20
+ }