@johnowennixon/diffdash 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/out/diffdash.cjs +1 -4
  2. package/package.json +1 -1
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.1",
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.1",
4
4
  "description": "A command-line tool to generate Git commit messages using AI",
5
5
  "license": "0BSD",
6
6
  "author": "John Owen Nixon",