craby-gateway 0.2.0 → 0.3.0
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 +3 -3
- package/dist-sea/gateway.cjs +64 -64
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# craby-gateway
|
|
2
2
|
|
|
3
3
|
CLI package for running the Craby desktop gateway service.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g
|
|
8
|
+
npm install -g craby-gateway
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Requires Node 20 or newer.
|
|
@@ -42,7 +42,7 @@ Useful verification commands:
|
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
44
|
npm whoami --userconfig ../../.npmrc
|
|
45
|
-
npm view
|
|
45
|
+
npm view craby-gateway version
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
## Run
|