opencommit 1.0.6 → 1.0.8
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 +1 -1
- package/out/cli.cjs +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h4 align="center">Author <a href="https://github.com/di-sukharev">@di-sukharev</a> <a href="https://twitter.com/io_Y_oi"><img src="https://img.shields.io/twitter/follow/io_Y_oi?style=flat&label=io_Y_oi&logo=twitter&color=0bf&logoColor=fff" align="center"></a>
|
|
6
6
|
</h4>
|
|
7
7
|
</div>
|
|
8
|
-
<p>AI generates conventional commits with mind-blowing accuracy
|
|
8
|
+
<p>AI generates conventional commits with mind-blowing accuracy 🤯🔫</p>
|
|
9
9
|
<a href="https://www.npmjs.com/package/opencommit"><img src="https://img.shields.io/npm/v/opencommit" alt="Current version"></a>
|
|
10
10
|
</div>
|
|
11
11
|
|
package/out/cli.cjs
CHANGED
|
@@ -15412,8 +15412,8 @@ function G3(t, e2) {
|
|
|
15412
15412
|
// package.json
|
|
15413
15413
|
var package_default = {
|
|
15414
15414
|
name: "opencommit",
|
|
15415
|
-
version: "1.0.
|
|
15416
|
-
description: "AI generates conventional commits with mind-blowing accuracy
|
|
15415
|
+
version: "1.0.7",
|
|
15416
|
+
description: "AI generates conventional commits with mind-blowing accuracy \u{1F92F}\u{1F52B}",
|
|
15417
15417
|
keywords: [
|
|
15418
15418
|
"git",
|
|
15419
15419
|
"chatgpt",
|
|
@@ -17549,7 +17549,8 @@ ${source_default.grey("\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2
|
|
|
17549
17549
|
pushSpinner.start("Running `git push`");
|
|
17550
17550
|
const { stdout: stdout2 } = await execa("git", ["push"]);
|
|
17551
17551
|
pushSpinner.stop(`${source_default.green("\u2714")} successfully pushed all commits`);
|
|
17552
|
-
|
|
17552
|
+
if (stdout2)
|
|
17553
|
+
ce(stdout2);
|
|
17553
17554
|
}
|
|
17554
17555
|
} else
|
|
17555
17556
|
ce(`${source_default.gray("\u2716")} process cancelled`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencommit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "AI generates conventional commits with mind-blowing accuracy
|
|
3
|
+
"version": "1.0.8",
|
|
4
|
+
"description": "AI generates conventional commits with mind-blowing accuracy 🤯🔫",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
7
7
|
"chatgpt",
|