@theopenbee/cli-darwin-x64 0.0.5 → 0.0.6

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 (3) hide show
  1. package/README.md +13 -0
  2. package/bin/openbee +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @theopenbee/cli-darwin-x64
2
+
3
+ This is the macOS x64 (Intel) binary for [OpenBee](https://github.com/theopenbee/openbee).
4
+
5
+ **You should not install this package directly.** Instead, install the main package:
6
+
7
+ ```bash
8
+ npm install -g @theopenbee/cli
9
+ ```
10
+
11
+ The correct platform-specific binary will be downloaded automatically.
12
+
13
+ For more information, visit the [OpenBee GitHub repository](https://github.com/theopenbee/openbee).
package/bin/openbee CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theopenbee/cli-darwin-x64",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "openbee darwin/x64 binary",
5
5
  "os": [
6
6
  "darwin"