ckweb-cli 0.5.0 → 0.5.1
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -207,7 +207,7 @@ async function fetchApi(method, path2, options = {}) {
|
|
|
207
207
|
}
|
|
208
208
|
const headers = {
|
|
209
209
|
"Content-Type": "application/json",
|
|
210
|
-
"User-Agent": `ckweb-cli/${"0.5.
|
|
210
|
+
"User-Agent": `ckweb-cli/${"0.5.1"}`
|
|
211
211
|
};
|
|
212
212
|
if (apiKey) {
|
|
213
213
|
headers["x-api-key"] = apiKey;
|
|
@@ -3003,7 +3003,7 @@ function registerAdminCommand(program2) {
|
|
|
3003
3003
|
// src/index.ts
|
|
3004
3004
|
loadDotenvFiles();
|
|
3005
3005
|
var program = new Command();
|
|
3006
|
-
program.name("ckweb").description("CLI for interacting with ClaudeKit.cc API").version("0.5.
|
|
3006
|
+
program.name("ckweb").description("CLI for interacting with ClaudeKit.cc API").version("0.5.1");
|
|
3007
3007
|
program.option("--json", "Output as JSON").option("--table", "Output as table").option("--quiet", "Minimal output");
|
|
3008
3008
|
registerAuthCommand(program);
|
|
3009
3009
|
registerHealthCommand(program);
|