czg 1.11.0 → 1.11.1-beta.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
@@ -37,10 +37,10 @@ Interactive Commitizen CLI that generate standardized git commit message
37
37
  <br/>
38
38
  <br/>
39
39
 
40
- - 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
41
- - ⚡️ **Lightweight** : Zero Dependencies (1.31MB)
40
+ - ⚡️ **Lightweight** : Zero Dependencies (1.32MB)
42
41
  - 🤗 **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
42
  - 😎 **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
43
+ - 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
44
44
 
45
45
  ![demo](https://user-images.githubusercontent.com/40693636/175753060-cf4f5e48-100d-430a-93e9-31b17f42802f.gif)
46
46
 
package/lib/index.d.ts CHANGED
@@ -136,9 +136,8 @@ type TargetCaseType = 'camel-case' | 'kebab-case' | 'snake-case' | 'pascal-case'
136
136
 
137
137
  /**
138
138
  * @description cz-git types
139
- * @author @Zhengqbbb (zhengqbbb@gmail.com)
139
+ * @author Zhengqbbb <zhengqbbb@gmail.com>
140
140
  * @license MIT
141
- * @copyright Copyright (c) 2022-present Qiubin Zheng
142
141
  */
143
142
 
144
143
  /** cz-git + commitlint configure */