@devlensio/cli-linux-arm64 0.2.6 → 0.2.7

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/devlens +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @devlensio/cli-linux-arm64
2
+
3
+ Prebuilt **DevLens CLI** native binary for **Linux arm64**.
4
+
5
+ **Don't install this directly.** It's an internal, platform-specific optional dependency of [`@devlensio/cli`](https://www.npmjs.com/package/@devlensio/cli). npm installs only the package matching your OS/CPU, and the `@devlensio/cli` launcher execs the binary inside it.
6
+
7
+ Install the CLI instead:
8
+
9
+ ```bash
10
+ npm install -g @devlensio/cli
11
+ ```
12
+
13
+ Docs & usage: https://github.com/devlensio/devlensOSS · License: AGPL-3.0
package/devlens CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devlensio/cli-linux-arm64",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Prebuilt DevLens CLI binary for Linux arm64",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {