@antfly/cli 0.0.0 → 0.2.0-rc.10

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,4 +9,5 @@ antfly --version
9
9
 
10
10
  This package is separate from `@antfly/sdk`, which contains the TypeScript SDK.
11
11
  The CLI package depends on a platform-specific package that carries the native
12
- `antfly` executable and Antfarm dashboard assets.
12
+ `antfly` executable, Antfarm dashboard assets, and the Antfly C ABI
13
+ header/library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antfly/cli",
3
- "version": "0.0.0",
3
+ "version": "0.2.0-rc.10",
4
4
  "description": "Native Antfly CLI installer package",
5
5
  "license": "Elastic-2.0",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "homepage": "https://antfly.io",
15
15
  "bin": {
16
- "antfly": "./bin/antfly.js"
16
+ "antfly": "bin/antfly.js"
17
17
  },
18
18
  "files": [
19
19
  "bin",
@@ -23,9 +23,9 @@
23
23
  "test": "node --check ./bin/antfly.js"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@antfly/cli-darwin-arm64": "0.0.0",
27
- "@antfly/cli-linux-arm64": "0.0.0",
28
- "@antfly/cli-linux-x64": "0.0.0"
26
+ "@antfly/cli-darwin-arm64": "0.2.0-rc.10",
27
+ "@antfly/cli-linux-arm64": "0.2.0-rc.10",
28
+ "@antfly/cli-linux-x64": "0.2.0-rc.10"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18"