@hasna/contacts 0.3.0 → 0.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.
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -4384,7 +4384,7 @@ async function confirm(question) {
|
|
|
4384
4384
|
const answer = await prompt(question + " [y/N]");
|
|
4385
4385
|
return answer.toLowerCase() === "y" || answer.toLowerCase() === "yes";
|
|
4386
4386
|
}
|
|
4387
|
-
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.
|
|
4387
|
+
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.3.0");
|
|
4388
4388
|
function collect(val, prev) {
|
|
4389
4389
|
return [...prev, val];
|
|
4390
4390
|
}
|