commit-whisper 1.0.2 → 1.0.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5233,7 +5233,7 @@ function formatShowConfig(config, secrets) {
|
|
|
5233
5233
|
}
|
|
5234
5234
|
|
|
5235
5235
|
// src/cli/version.ts
|
|
5236
|
-
var VERSION = "1.0.
|
|
5236
|
+
var VERSION = "1.0.4";
|
|
5237
5237
|
|
|
5238
5238
|
// src/cli/cli.ts
|
|
5239
5239
|
var PROVIDERS3 = ["ollama", "openai", "gemini", "anthropic", "openai-compatible"];
|