Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add proxy configuration #423

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
build
  • Loading branch information
di-sukharev committed Dec 14, 2024
commit 5fd84937c5f3951770153e8f1ac6cb40a3619722
8 changes: 4 additions & 4 deletions out/cli.cjs
Original file line number Diff line number Diff line change
@@ -46512,7 +46512,7 @@ function G3(t2, e3) {
// package.json
var package_default = {
name: "opencommit",
version: "3.2.4",
version: "3.2.3",
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [
"git",
@@ -46529,11 +46529,11 @@ var package_default = {
],
main: "cli.js",
bin: {
opencommit: "./out/cli.cjs",
oco: "./out/cli.cjs"
opencommit: "out/cli.cjs",
oco: "out/cli.cjs"
},
repository: {
url: "https://github.com/di-sukharev/opencommit"
url: "git+https://github.com/di-sukharev/opencommit.git"
},
type: "module",
author: "https://github.com/di-sukharev",
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "3.2.4",
"version": "3.2.3",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI πŸ€―πŸ”«",
"keywords": [
"git",
@@ -17,11 +17,11 @@
],
"main": "cli.js",
"bin": {
"opencommit": "./out/cli.cjs",
"oco": "./out/cli.cjs"
"opencommit": "out/cli.cjs",
"oco": "out/cli.cjs"
},
"repository": {
"url": "https://github.com/di-sukharev/opencommit"
"url": "git+https://github.com/di-sukharev/opencommit.git"
},
"type": "module",
"author": "https://github.com/di-sukharev",
Loading
Oops, something went wrong.