opencommit 1.1.1 → 1.1.3

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.
Files changed (2) hide show
  1. package/out/cli.cjs +2 -2
  2. package/package.json +2 -2
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.1",
15415
+ version: "1.1.2",
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",
@@ -15453,7 +15453,7 @@ var package_default = {
15453
15453
  start: "node ./out/cli.cjs",
15454
15454
  dev: "ts-node ./src/cli.ts",
15455
15455
  build: "rimraf out && esbuild ./src/cli.ts --bundle --outfile=out/cli.cjs --format=cjs --platform=node",
15456
- deploy: "npm run build && npm version patch && npm publish",
15456
+ deploy: "npm run build && npm version patch && npm publish --tag latest",
15457
15457
  lint: "eslint src --ext ts && tsc --noEmit"
15458
15458
  },
15459
15459
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencommit",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "GPT CLI to 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 && esbuild ./src/cli.ts --bundle --outfile=out/cli.cjs --format=cjs --platform=node",
44
- "deploy": "npm run build && npm version patch && npm publish",
44
+ "deploy": "npm run build && npm version patch && npm publish --tag latest",
45
45
  "lint": "eslint src --ext ts && tsc --noEmit"
46
46
  },
47
47
  "devDependencies": {