kylon-cli 0.2.2-next.177 → 0.2.2-next.183
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/README.md +2 -2
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gateway CLI for connecting local agent providers to a P2 workspace.
|
|
4
4
|
|
|
5
|
-
Requires Node.js 22 or newer.
|
|
5
|
+
Requires Node.js 22.15.0 or newer.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -29,7 +29,7 @@ The dist-tag tracks the environment: production installs `@latest`,
|
|
|
29
29
|
dev installs `@next` (newest prerelease). To pin a specific build,
|
|
30
30
|
install `kylon-cli@X.Y.Z`.
|
|
31
31
|
|
|
32
|
-
Requirements: Node.js 22+ (npm ships with Node). Linux / macOS only
|
|
32
|
+
Requirements: Node.js 22.15.0+ (npm ships with Node). Linux / macOS only
|
|
33
33
|
(Windows operators should use WSL).
|
|
34
34
|
|
|
35
35
|
### Step 2 — Start the gateway daemon
|