opencommit 3.0.17 → 3.0.18

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/cli.cjs +444 -386
  2. package/package.json +5 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opencommit",
3
- "version": "3.0.17",
4
- "description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
3
+ "version": "3.0.18",
4
+ "description": "Auto-generate great commits in 1 second. Killing lame commits with AI 🤯🔫",
5
5
  "keywords": [
6
6
  "git",
7
7
  "chatgpt",
@@ -98,5 +98,8 @@
98
98
  "ini": "^3.0.1",
99
99
  "inquirer": "^9.1.4",
100
100
  "openai": "^3.2.1"
101
+ },
102
+ "overrides": {
103
+ "whatwg-url": "13.0.0"
101
104
  }
102
105
  }