opencommit 2.4.1 → 2.4.2
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 +2 -2
- package/package.json +2 -2
package/out/cli.cjs
CHANGED
|
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
|
|
|
16272
16272
|
// package.json
|
|
16273
16273
|
var package_default = {
|
|
16274
16274
|
name: "opencommit",
|
|
16275
|
-
version: "2.4.
|
|
16275
|
+
version: "2.4.1",
|
|
16276
16276
|
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
|
16277
16277
|
keywords: [
|
|
16278
16278
|
"git",
|
|
@@ -16313,7 +16313,7 @@ var package_default = {
|
|
|
16313
16313
|
start: "node ./out/cli.cjs",
|
|
16314
16314
|
dev: "ts-node ./src/cli.ts",
|
|
16315
16315
|
build: "rimraf out && node esbuild.config.js",
|
|
16316
|
-
deploy: "npm run build:push && npm version patch && git push --tags && npm publish --tag latest",
|
|
16316
|
+
deploy: "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
|
|
16317
16317
|
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
|
16318
16318
|
lint: "eslint src --ext ts && tsc --noEmit",
|
|
16319
16319
|
format: "prettier --write src"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencommit",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"start": "node ./out/cli.cjs",
|
|
42
42
|
"dev": "ts-node ./src/cli.ts",
|
|
43
43
|
"build": "rimraf out && node esbuild.config.js",
|
|
44
|
-
"deploy": "npm run build:push && npm version patch && git push --tags && npm publish --tag latest",
|
|
44
|
+
"deploy": "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
|
|
45
45
|
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
|
46
46
|
"lint": "eslint src --ext ts && tsc --noEmit",
|
|
47
47
|
"format": "prettier --write src"
|