opencommit 1.1.4 → 1.1.6
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/out/cli.cjs +3 -3
- package/package.json +1 -1
package/out/cli.cjs
CHANGED
|
@@ -15412,7 +15412,7 @@ function G3(t, e2) {
|
|
|
15412
15412
|
// package.json
|
|
15413
15413
|
var package_default = {
|
|
15414
15414
|
name: "opencommit",
|
|
15415
|
-
version: "1.1.
|
|
15415
|
+
version: "1.1.5",
|
|
15416
15416
|
description: "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
|
15417
15417
|
keywords: [
|
|
15418
15418
|
"git",
|
|
@@ -17625,8 +17625,8 @@ var INIT_MESSAGES_PROMPT = [
|
|
|
17625
17625
|
},
|
|
17626
17626
|
{
|
|
17627
17627
|
role: import_openai2.ChatCompletionRequestMessageRoleEnum.Assistant,
|
|
17628
|
-
content:
|
|
17629
|
-
|
|
17628
|
+
content: `${config2?.emoji ? "\u{1F41B} " : ""}fix(server.ts): change port variable case from lowercase port to uppercase PORT
|
|
17629
|
+
${config2?.emoji ? "\u2728 " : ""}feat(server.ts): add support for process.env.PORT environment variable
|
|
17630
17630
|
${config2?.description ? "The port variable is now named PORT, which improves consistency with the naming conventions as PORT is a constant. Support for an environment variable allows the application to be more flexible as it can now run on any available port specified via the process.env.PORT environment variable." : ""}`
|
|
17631
17631
|
}
|
|
17632
17632
|
];
|