@beyondidentity/ceros-cli-linux-arm64 1.21.159 → 1.21.165

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 +2 -2
  2. package/bin/ceros +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,11 +6,11 @@ This is the platform-specific binary package for Ceros CLI usage on linux-arm64.
6
6
 
7
7
  More at: [Beyond Identity's Ceros](https://agent.beyondidentity.com/)
8
8
 
9
- This package is automatically installed as an optional dependency of `@beyondidentity/ai-ceros-cli` and **is not meant to be installed directly**.
9
+ This package is automatically installed as an optional dependency of `@beyondidentity/ceros-cli` and **is not meant to be installed directly**.
10
10
 
11
11
  ## What is this package?
12
12
 
13
- This package contains the native binary for ceros-cli compiled specifically for linux-arm64. When you install `@beyondidentity/ceros-ceros-cli`, npm automatically selects and installs the correct platform-specific package for your system.
13
+ This package contains the native binary for ceros-cli compiled specifically for linux-arm64. When you install `@beyondidentity/ceros-cli`, npm automatically selects and installs the correct platform-specific package for your system.
14
14
 
15
15
  ## Usage
16
16
 
package/bin/ceros CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beyondidentity/ceros-cli-linux-arm64",
3
- "version": "1.21.159",
3
+ "version": "1.21.165",
4
4
  "description": "Beyond Identity AI CLI - linux-arm64 binary",
5
5
  "keywords": ["beyondidentity", "ai", "ceros-cli"],
6
6
  "license": "SEE LICENSE in LICENSE.txt",