@kiyeonjeon21/ncli 0.1.6 → 0.1.7

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.
@@ -76,7 +76,7 @@ export const initCommand = new Command("init")
76
76
  process.stderr.write(" Register an app at: https://developers.naver.com/apps/\n");
77
77
  process.stderr.write(" Select APIs: Search, DataLab, etc.\n");
78
78
  process.stderr.write(" Web service URL: http://localhost\n\n");
79
- const clientId = await prompt(" Client ID: ", true);
79
+ const clientId = await prompt(" Client ID: ");
80
80
  if (!clientId) {
81
81
  process.stderr.write(" Aborted — no Client ID provided.\n");
82
82
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiyeonjeon21/ncli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Agent-native CLI for Naver Open APIs",
5
5
  "type": "module",
6
6
  "bin": {