@redaksjon/protokoll-cli 0.1.1-dev.0 → 0.1.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/main.js CHANGED
@@ -1095,8 +1095,8 @@ Examples:
1095
1095
  };
1096
1096
 
1097
1097
  const program = new Command();
1098
- const VERSION = "0.1.1-dev.0";
1099
- const GIT_INFO = "working 6754a2d ";
1098
+ const VERSION = "0.1.1";
1099
+ const GIT_INFO = "HEAD 5460af5 T:v0.1.1";
1100
1100
  program.name("protokoll").description("Protokoll CLI - MCP client for transcription and context management").version(VERSION);
1101
1101
  program.command("version").description("Show version information from MCP server").action(async () => {
1102
1102
  const client = await createMCPClient();