@jfrog-boost/boost-darwin-arm64 0.0.0 → 0.10.4

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/boost ADDED
Binary file
@@ -0,0 +1 @@
1
+ npm
package/package.json CHANGED
@@ -1,10 +1,24 @@
1
1
  {
2
2
  "name": "@jfrog-boost/boost-darwin-arm64",
3
- "version": "0.0.0",
4
- "description": "Placeholder for Boost CLI binary (darwin-arm64). Real binaries ship on semver releases.",
3
+ "version": "0.10.4",
4
+ "description": "Boost CLI binary for darwin-arm64",
5
5
  "license": "UNLICENSED",
6
- "os": ["darwin"],
7
- "cpu": ["arm64"],
8
- "files": ["README.md"],
9
- "publishConfig": { "access": "public" }
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/jfrog-fastci/boost-cli.git"
9
+ },
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "files": [
17
+ "boost",
18
+ "boost.install-channel"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public",
22
+ "provenance": false
23
+ }
10
24
  }
package/README.md DELETED
@@ -1,15 +0,0 @@
1
- # @jfrog-boost/boost-darwin-arm64
2
-
3
- Placeholder package that reserves the name for the Boost CLI darwin-arm64 binary.
4
-
5
- Install the meta package once real releases are published:
6
-
7
- ```bash
8
- npm install -g @jfrog-boost/boost
9
- ```
10
-
11
- Until then, use:
12
-
13
- ```bash
14
- curl -fsSL https://boost.jfrog.com/install.sh | bash
15
- ```