Skip to content

Commit 4f57201

Browse files
committed
build
1 parent 009462f commit 4f57201

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

out/cli.cjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
1627216272
// package.json
1627316273
var package_default = {
1627416274
name: "opencommit",
16275-
version: "2.0.18",
16275+
version: "2.0.19",
1627616276
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
1627716277
keywords: [
1627816278
"git",
@@ -16903,7 +16903,7 @@ ${import_picocolors.default.magenta("\u25CB")} ${t}
1690316903
let i2 = 0, c3 = 0;
1690416904
n = setInterval(() => {
1690516905
let l = C3[i2];
16906-
process.stdout.write(import_sisteransi2.cursor.move(-999, -1)), process.stdout.write(`${import_picocolors.default.magenta(l)} ${t}${Math.floor(c3) >= 1 ? ".".repeat(Math.floor(c3)).slice(0, 3) : ""}
16906+
process.stdout.write(import_sisteransi2.cursor.move(-999, -1)), process.stdout.write(`${import_picocolors.default.magenta(l)} ${t}${Math.floor(c3) >= 1 ? ".".repeat(Math.floor(c3)).slice(0, 3) : ""}
1690716907
`), i2 = i2 === C3.length - 1 ? 0 : i2 + 1, c3 = c3 === C3.length ? 0 : c3 + 0.125;
1690816908
}, s);
1690916909
}, stop(t = "") {
@@ -21685,7 +21685,7 @@ var [command, mode] = process.argv.slice(2);
2168521685
if (!apiKey && command !== "config" && mode !== "set" /* set */) {
2168621686
ae("opencommit");
2168721687
ce(
21688-
"OCO_OPENAI_API_KEY is not set, please run `oc config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
21688+
"OCO_OPENAI_API_KEY is not set, please run `oco config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
2168921689
);
2169021690
ce(
2169121691
"For help look into README https://github.com/di-sukharev/opencommit#setup"
@@ -21788,18 +21788,18 @@ index ad4db42..f3b18a9 100644
2178821788
@@ -10,7 +10,7 @@
2178921789
import {
2179021790
initWinstonLogger();
21791-
21791+
2179221792
const app = express();
2179321793
-const port = 7799;
2179421794
+const PORT = 7799;
21795-
21795+
2179621796
app.use(express.json());
21797-
21797+
2179821798
@@ -34,6 +34,6 @@
2179921799
app.use((_, res, next) => {
2180021800
// ROUTES
2180121801
app.use(PROTECTED_ROUTER_URL, protectedRouter);
21802-
21802+
2180321803
-app.listen(port, () => {
2180421804
- console.log(\`Server listening on port \${port}\`);
2180521805
+app.listen(process.env.PORT || PORT, () => {

out/github-action.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26973,7 +26973,7 @@ var [command, mode] = process.argv.slice(2);
2697326973
if (!apiKey && command !== "config" && mode !== "set" /* set */) {
2697426974
ae("opencommit");
2697526975
ce(
26976-
"OCO_OPENAI_API_KEY is not set, please run `oc config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
26976+
"OCO_OPENAI_API_KEY is not set, please run `oco config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
2697726977
);
2697826978
ce(
2697926979
"For help look into README https://github.com/di-sukharev/opencommit#setup"

0 commit comments

Comments
 (0)