whale-code 6.5.1 → 6.5.2

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/updater.js +1 -1
  2. package/package.json +1 -1
package/dist/updater.js CHANGED
@@ -15,7 +15,7 @@ import https from "https";
15
15
  // ============================================================================
16
16
  // CONFIG
17
17
  // ============================================================================
18
- const PACKAGE_NAME = "swagmanager-mcp";
18
+ const PACKAGE_NAME = "whale-code";
19
19
  const CHECK_INTERVAL_MS = 4 * 60 * 60 * 1000; // 4 hours
20
20
  const REGISTRY_URL = `https://registry.npmjs.org/${PACKAGE_NAME}/latest`;
21
21
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whale-code",
3
- "version": "6.5.1",
3
+ "version": "6.5.2",
4
4
  "description": "whale code — local-first AI agent CLI for inventory, orders, and analytics powered by MCP",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",