@hasna/contacts 0.6.9 → 0.6.10
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/cli/index.js +4 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -19306,7 +19306,10 @@ Health data cleared for ${contact.display_name}
|
|
|
19306
19306
|
}
|
|
19307
19307
|
|
|
19308
19308
|
// src/cli/index.tsx
|
|
19309
|
-
|
|
19309
|
+
import { createRequire as createRequire2 } from "module";
|
|
19310
|
+
var _require = createRequire2(import.meta.url);
|
|
19311
|
+
var pkg = _require("../../package.json");
|
|
19312
|
+
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version(pkg.version);
|
|
19310
19313
|
registerCoreCommands(program);
|
|
19311
19314
|
registerCrmCommands(program);
|
|
19312
19315
|
registerAdvancedCommands(program);
|