@hasna/contacts 0.5.0 → 0.5.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
|
@@ -6178,7 +6178,7 @@ async function confirm(question) {
|
|
|
6178
6178
|
const answer = await prompt(question + " [y/N]");
|
|
6179
6179
|
return answer.toLowerCase() === "y" || answer.toLowerCase() === "yes";
|
|
6180
6180
|
}
|
|
6181
|
-
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.
|
|
6181
|
+
program.name("contacts").description("Open Contacts \u2014 contact management for AI coding agents").version("0.5.0");
|
|
6182
6182
|
function collect(val, prev) {
|
|
6183
6183
|
return [...prev, val];
|
|
6184
6184
|
}
|