git-coco 0.28.0 → 0.28.1

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.
@@ -46,7 +46,7 @@ import { pathToFileURL } from 'url';
46
46
  /**
47
47
  * Current build version from package.json
48
48
  */
49
- const BUILD_VERSION = "0.28.0";
49
+ const BUILD_VERSION = "0.28.1";
50
50
 
51
51
  const isInteractive = (config) => {
52
52
  return config?.mode === 'interactive' || !!config?.interactive;
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ var readline__namespace = /*#__PURE__*/_interopNamespaceDefault(readline);
68
68
  /**
69
69
  * Current build version from package.json
70
70
  */
71
- const BUILD_VERSION = "0.28.0";
71
+ const BUILD_VERSION = "0.28.1";
72
72
 
73
73
  const isInteractive = (config) => {
74
74
  return config?.mode === 'interactive' || !!config?.interactive;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-coco",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "zero-effort git commits with coco.",
5
5
  "author": "gfargo <ghfargo@gmail.com>",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@commitlint/types": "^19.8.0",
49
- "@rollup/plugin-commonjs": "^28.0.0",
49
+ "@rollup/plugin-commonjs": "^29.0.0",
50
50
  "@rollup/plugin-eslint": "^9.0.5",
51
51
  "@rollup/plugin-json": "^6.0.0",
52
52
  "@rollup/plugin-node-resolve": "^16.0.1",
@@ -76,9 +76,9 @@
76
76
  "dependencies": {
77
77
  "@commitlint/core": "^19.8.0",
78
78
  "@inquirer/prompts": "3.3.0",
79
- "@langchain/anthropic": "^0.3.14",
80
- "@langchain/community": "^0.3.58",
81
- "@langchain/core": "^0.3.80",
79
+ "@langchain/anthropic": "^1.0.0",
80
+ "@langchain/community": "^1.0.0",
81
+ "@langchain/core": "^1.1.14",
82
82
  "@langchain/ollama": "^0.2.0",
83
83
  "@langchain/openai": "^0.6.7",
84
84
  "ajv": "^8.16.0",