@jfrog-boost/boost-darwin-arm64 0.0.0 → 0.10.3
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 +0 -0
- package/boost.install-channel +1 -0
- package/package.json +20 -6
- package/README.md +0 -15
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.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.10.3",
|
|
4
|
+
"description": "Boost CLI binary for darwin-arm64",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
```
|