@p697/clawket 0.3.5 → 0.3.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@p697/clawket",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Clawket CLI for pairing and running the Relay bridge runtime",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"status": "node scripts/run-command.mjs status",
|
|
26
26
|
"doctor": "node scripts/run-command.mjs doctor",
|
|
27
27
|
"logs": "node scripts/run-command.mjs logs",
|
|
28
|
-
"install": "node scripts/run-command.mjs install",
|
|
28
|
+
"cmd:install": "node scripts/run-command.mjs install",
|
|
29
29
|
"start": "node scripts/run-command.mjs start",
|
|
30
30
|
"restart": "node scripts/run-command.mjs restart",
|
|
31
31
|
"stop": "node scripts/run-command.mjs stop",
|