@wbern/cc-ping 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1556,7 +1556,7 @@ function showDefault(log = console.log, now = /* @__PURE__ */ new Date()) {
1556
1556
  log("No accounts configured.");
1557
1557
  log("\nGet started:");
1558
1558
  log(" cc-ping scan Auto-discover accounts");
1559
- log(" cc-ping add <dir> Add an account manually");
1559
+ log(" cc-ping add ~/.claude Add an account manually");
1560
1560
  return;
1561
1561
  }
1562
1562
  const dupes = findDuplicates(accounts);
@@ -1691,7 +1691,7 @@ function suggestAccount(accounts, now = /* @__PURE__ */ new Date()) {
1691
1691
  }
1692
1692
 
1693
1693
  // src/cli.ts
1694
- var program = new Command().name("cc-ping").description("Ping Claude Code sessions to trigger quota windows early").version("1.3.0").option(
1694
+ var program = new Command().name("cc-ping").description("Ping Claude Code sessions to trigger quota windows early").version("1.3.1").option(
1695
1695
  "--config <path>",
1696
1696
  "Path to config directory (default: ~/.config/cc-ping, env: CC_PING_CONFIG)"
1697
1697
  ).hook("preAction", (thisCommand) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wbern/cc-ping",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Ping Claude Code sessions to trigger quota windows early across multiple accounts",
5
5
  "type": "module",
6
6
  "bin": {