This commit is contained in:
di-sukharev
2024-12-14 20:05:17 +01:00
parent dc4fe43642
commit 5fd84937c5
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -46512,7 +46512,7 @@ function G3(t2, e3) {
// package.json // package.json
var package_default = { var package_default = {
name: "opencommit", 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}", description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [ keywords: [
"git", "git",
@@ -46529,11 +46529,11 @@ var package_default = {
], ],
main: "cli.js", main: "cli.js",
bin: { bin: {
opencommit: "./out/cli.cjs", opencommit: "out/cli.cjs",
oco: "./out/cli.cjs" oco: "out/cli.cjs"
}, },
repository: { repository: {
url: "https://github.com/di-sukharev/opencommit" url: "git+https://github.com/di-sukharev/opencommit.git"
}, },
type: "module", type: "module",
author: "https://github.com/di-sukharev", author: "https://github.com/di-sukharev",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "opencommit", "name": "opencommit",
"version": "3.2.4", "version": "3.2.3",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫", "description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [ "keywords": [
"git", "git",
@@ -17,11 +17,11 @@
], ],
"main": "cli.js", "main": "cli.js",
"bin": { "bin": {
"opencommit": "./out/cli.cjs", "opencommit": "out/cli.cjs",
"oco": "./out/cli.cjs" "oco": "out/cli.cjs"
}, },
"repository": { "repository": {
"url": "https://github.com/di-sukharev/opencommit" "url": "git+https://github.com/di-sukharev/opencommit.git"
}, },
"type": "module", "type": "module",
"author": "https://github.com/di-sukharev", "author": "https://github.com/di-sukharev",