czg 1.10.0-beta.1 → 1.10.0-beta.3

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 (3) hide show
  1. package/README.md +1 -1
  2. package/lib/index.js +75 -75
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ Interactive Commitizen CLI that generate standardized git commit message
38
38
  <br/>
39
39
 
40
40
  - 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
41
- - ⚡️ **Lightweight** : Zero Dependencies (1.6MB)
41
+ - ⚡️ **Lightweight** : Zero Dependencies (1.31MB)
42
42
  - 🤗 **Simpler and Faster** : No plugin, No adapter, No extra steps, You can use `npx` | `npm script` | `global install`... quick start CLI in your any project
43
43
  - 😎 **Highly Customizable** : Internally contains the core of cz-git. Extend all the features of cz-git. Same behavior, Same configuration loader... You can customize the commit CLI according to your need
44
44