@haybarn/cli-linux-arm64 0.0.0-placeholder → 1.5.2-rc7

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/bin/haybarn +0 -0
  2. package/package.json +21 -4
package/bin/haybarn ADDED
Binary file
package/package.json CHANGED
@@ -1,9 +1,26 @@
1
1
  {
2
2
  "name": "@haybarn/cli-linux-arm64",
3
- "version": "0.0.0-placeholder",
4
- "description": "Placeholder for the @haybarn/cli-linux-arm64 platform leaf. Real versions are published by the Query-farm-haybarn/haybarn CI on each release tag. Depend on the 'haybarn' meta-package, not this leaf.",
3
+ "version": "1.5.2-rc7",
4
+ "description": "Haybarn CLI for linux/arm64 (glibc). Installed automatically by the `haybarn` meta-package; use that, not this leaf, in your dependencies.",
5
5
  "homepage": "https://github.com/Query-farm-haybarn/haybarn",
6
- "repository": { "type": "git", "url": "git+https://github.com/Query-farm-haybarn/haybarn.git" },
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Query-farm-haybarn/haybarn.git"
9
+ },
7
10
  "license": "MIT",
8
- "publishConfig": { "access": "public" }
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "files": [
18
+ "bin"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "libc": [
24
+ "glibc"
25
+ ]
9
26
  }