git-coco 0.21.2 → 0.21.4

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.
@@ -48,7 +48,7 @@ import { pathToFileURL } from 'url';
48
48
  /**
49
49
  * Current build version from package.json
50
50
  */
51
- const BUILD_VERSION = "0.21.2";
51
+ const BUILD_VERSION = "0.21.4";
52
52
 
53
53
  const isInteractive = (config) => {
54
54
  return config?.mode === 'interactive' || !!config?.interactive;
package/dist/index.js CHANGED
@@ -70,7 +70,7 @@ var readline__namespace = /*#__PURE__*/_interopNamespaceDefault(readline);
70
70
  /**
71
71
  * Current build version from package.json
72
72
  */
73
- const BUILD_VERSION = "0.21.2";
73
+ const BUILD_VERSION = "0.21.4";
74
74
 
75
75
  const isInteractive = (config) => {
76
76
  return config?.mode === 'interactive' || !!config?.interactive;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-coco",
3
- "version": "0.21.2",
3
+ "version": "0.21.4",
4
4
  "description": "zero-effort git commits with coco.",
5
5
  "author": "gfargo <ghfargo@gmail.com>",
6
6
  "license": "MIT",
@@ -58,14 +58,14 @@
58
58
  "@typescript-eslint/parser": "^7.13.1",
59
59
  "eslint": "^8.54.0",
60
60
  "jest": "^30.0.5",
61
- "release-it": "^18.1.2",
61
+ "release-it": "^19.0.4",
62
62
  "rollup": "^3.26.1",
63
63
  "rollup-plugin-dts": "^6.1.0",
64
64
  "rollup-plugin-executable": "^1.6.3",
65
65
  "rollup-plugin-peer-deps-external": "^2.2.4",
66
66
  "rollup-plugin-preserve-shebangs": "^0.2.0",
67
67
  "rollup-plugin-typescript2": "^0.36.0",
68
- "rollup-plugin-visualizer": "^5.9.2",
68
+ "rollup-plugin-visualizer": "^6.0.3",
69
69
  "ts-jest": "^29.1.0",
70
70
  "ts-json-schema-generator": "^2.3.0",
71
71
  "ts-node": "^10.9.1",
@@ -81,7 +81,7 @@
81
81
  "@langchain/community": "^0.3.32",
82
82
  "@langchain/core": "^0.3.40",
83
83
  "@langchain/ollama": "^0.2.0",
84
- "@langchain/openai": "^0.5.0",
84
+ "@langchain/openai": "^0.6.7",
85
85
  "ajv": "^8.16.0",
86
86
  "chalk": "4.1.2",
87
87
  "diff": "8.0.2",