Compare commits

...

3 Commits

Author SHA1 Message Date
di-sukharev
e17294abc7 3.2.15 2026-04-03 19:04:22 +03:00
di-sukharev
789b4f5e9f pin axios bc of the 1.14.1 virus issue 2026-04-03 19:04:16 +03:00
di-sukharev
9e601ca6b5 build 2026-02-24 15:10:52 +03:00
4 changed files with 8 additions and 6 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
min-release-age=7
save-exact=true

View File

@@ -48509,7 +48509,7 @@ function G3(t2, e3) {
// package.json
var package_default = {
name: "opencommit",
version: "3.2.13",
version: "3.2.14",
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [
"git",

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "opencommit",
"version": "3.2.14",
"version": "3.2.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "opencommit",
"version": "3.2.14",
"version": "3.2.15",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
@@ -20,7 +20,7 @@
"@mistralai/mistralai": "^1.3.5",
"@octokit/webhooks-schemas": "^6.11.0",
"@octokit/webhooks-types": "^6.11.0",
"axios": "^1.3.4",
"axios": "1.9.0",
"chalk": "^5.2.0",
"cleye": "^1.3.2",
"crypto": "^1.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "3.2.14",
"version": "3.2.15",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",
@@ -93,7 +93,7 @@
"@mistralai/mistralai": "^1.3.5",
"@octokit/webhooks-schemas": "^6.11.0",
"@octokit/webhooks-types": "^6.11.0",
"axios": "^1.3.4",
"axios": "1.9.0",
"chalk": "^5.2.0",
"cleye": "^1.3.2",
"crypto": "^1.0.1",