@johnowennixon/diffdash 1.0.0 → 1.0.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/README.md CHANGED
@@ -85,7 +85,7 @@ diffdash --disable-push
85
85
  diffdash --no-verify
86
86
 
87
87
  # Display commit messages generated by all models
88
- diffdash --compare
88
+ diffdash --llm-compare
89
89
 
90
90
  # Use the fallback LLM model
91
91
  diffdash --llm-fallback
package/out/diffdash.cjs CHANGED
@@ -21323,13 +21323,10 @@ function llm_list_models({ llm_model_details }) {
21323
21323
  // package.json
21324
21324
  var package_default = {
21325
21325
  name: "@johnowennixon/diffdash",
21326
- version: "0.0.0",
21326
+ version: "1.0.2",
21327
21327
  description: "A command-line tool to generate Git commit messages using AI",
21328
21328
  license: "0BSD",
21329
21329
  author: "John Owen Nixon",
21330
- publishConfig: {
21331
- access: "restricted"
21332
- },
21333
21330
  repository: {
21334
21331
  type: "git",
21335
21332
  url: "https://github.com/johnowennixon/diffdash.git"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johnowennixon/diffdash",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A command-line tool to generate Git commit messages using AI",
5
5
  "license": "0BSD",
6
6
  "author": "John Owen Nixon",