@ih8e/express-cli 0.1.1 → 0.1.2

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/index.js CHANGED
@@ -4033,7 +4033,7 @@ function createMcpCommand() {
4033
4033
  // src/cli/root.ts
4034
4034
  function createRootCommand() {
4035
4035
  const program2 = new Command15();
4036
- program2.name("express-cli").description("CLI client for eXpress Chat").version("0.1.0").option("--host <host>", "eXpress server host");
4036
+ program2.name("express-cli").description("CLI client for eXpress Chat").version("0.1.2");
4037
4037
  program2.addCommand(createAuthCommand());
4038
4038
  program2.addCommand(createApiCommand());
4039
4039
  program2.addCommand(createConfigCommand());