@hasna/contacts 0.2.0 → 0.2.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
|
@@ -3787,7 +3787,7 @@ async function confirm(question) {
|
|
|
3787
3787
|
const answer = await prompt(question + " [y/N]");
|
|
3788
3788
|
return answer.toLowerCase() === "y" || answer.toLowerCase() === "yes";
|
|
3789
3789
|
}
|
|
3790
|
-
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.1
|
|
3790
|
+
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.2.1");
|
|
3791
3791
|
function collect(val, prev) {
|
|
3792
3792
|
return [...prev, val];
|
|
3793
3793
|
}
|