build
This commit is contained in:
+6
-4
@@ -28111,7 +28111,7 @@ function G3(t2, e3) {
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "opencommit",
|
name: "opencommit",
|
||||||
version: "3.0.16",
|
version: "3.0.17",
|
||||||
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",
|
||||||
@@ -28157,7 +28157,8 @@ var package_default = {
|
|||||||
"dev:gemini": "OCO_AI_PROVIDER='gemini' ts-node ./src/cli.ts",
|
"dev:gemini": "OCO_AI_PROVIDER='gemini' ts-node ./src/cli.ts",
|
||||||
build: "rimraf out && node esbuild.config.js",
|
build: "rimraf out && node esbuild.config.js",
|
||||||
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
||||||
deploy: "npm version patch && npm run build:push && git push --tags && npm publish --tag latest",
|
deploy: "npm run build:push && git push --tags && npm publish --tag latest",
|
||||||
|
"deploy:patch": "npm version patch && npm run deploy",
|
||||||
lint: "eslint src --ext ts && tsc --noEmit",
|
lint: "eslint src --ext ts && tsc --noEmit",
|
||||||
format: "prettier --write src",
|
format: "prettier --write src",
|
||||||
test: "node --no-warnings --experimental-vm-modules $( [ -f ./node_modules/.bin/jest ] && echo ./node_modules/.bin/jest || which jest ) test/unit",
|
test: "node --no-warnings --experimental-vm-modules $( [ -f ./node_modules/.bin/jest ] && echo ./node_modules/.bin/jest || which jest ) test/unit",
|
||||||
@@ -30687,9 +30688,10 @@ var MODEL_LIST = {
|
|||||||
"gpt-4o-mini-2024-07-18"
|
"gpt-4o-mini-2024-07-18"
|
||||||
],
|
],
|
||||||
anthropic: [
|
anthropic: [
|
||||||
"claude-3-haiku-20240307",
|
"claude-3-5-sonnet-20240620",
|
||||||
|
"claude-3-opus-20240229",
|
||||||
"claude-3-sonnet-20240229",
|
"claude-3-sonnet-20240229",
|
||||||
"claude-3-opus-20240229"
|
"claude-3-haiku-20240307"
|
||||||
],
|
],
|
||||||
gemini: [
|
gemini: [
|
||||||
"gemini-1.5-flash",
|
"gemini-1.5-flash",
|
||||||
|
|||||||
@@ -49498,9 +49498,10 @@ var MODEL_LIST = {
|
|||||||
"gpt-4o-mini-2024-07-18"
|
"gpt-4o-mini-2024-07-18"
|
||||||
],
|
],
|
||||||
anthropic: [
|
anthropic: [
|
||||||
"claude-3-haiku-20240307",
|
"claude-3-5-sonnet-20240620",
|
||||||
|
"claude-3-opus-20240229",
|
||||||
"claude-3-sonnet-20240229",
|
"claude-3-sonnet-20240229",
|
||||||
"claude-3-opus-20240229"
|
"claude-3-haiku-20240307"
|
||||||
],
|
],
|
||||||
gemini: [
|
gemini: [
|
||||||
"gemini-1.5-flash",
|
"gemini-1.5-flash",
|
||||||
|
|||||||
+2
-1
@@ -46,7 +46,8 @@
|
|||||||
"dev:gemini": "OCO_AI_PROVIDER='gemini' ts-node ./src/cli.ts",
|
"dev:gemini": "OCO_AI_PROVIDER='gemini' ts-node ./src/cli.ts",
|
||||||
"build": "rimraf out && node esbuild.config.js",
|
"build": "rimraf out && node esbuild.config.js",
|
||||||
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
|
||||||
"deploy": "npm version patch && npm run build:push && git push --tags && npm publish --tag latest",
|
"deploy": "npm run build:push && git push --tags && npm publish --tag latest",
|
||||||
|
"deploy:patch": "npm version patch && npm run deploy",
|
||||||
"lint": "eslint src --ext ts && tsc --noEmit",
|
"lint": "eslint src --ext ts && tsc --noEmit",
|
||||||
"format": "prettier --write src",
|
"format": "prettier --write src",
|
||||||
"test": "node --no-warnings --experimental-vm-modules $( [ -f ./node_modules/.bin/jest ] && echo ./node_modules/.bin/jest || which jest ) test/unit",
|
"test": "node --no-warnings --experimental-vm-modules $( [ -f ./node_modules/.bin/jest ] && echo ./node_modules/.bin/jest || which jest ) test/unit",
|
||||||
|
|||||||
Reference in New Issue
Block a user