@eldrforge/kodrdriv 1.2.126 → 1.2.128

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/dist/constants.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import os__default from 'os';
2
2
  import path__default from 'path';
3
3
 
4
- const VERSION = '1.2.126 (HEAD/2241e8a T:v1.2.126 2025-12-25 19:38:40 -0800) linux x64 v22.21.1';
4
+ const VERSION = '1.2.128 (HEAD/3f5a98a T:v1.2.128 2025-12-25 22:03:53 -0800) linux x64 v22.21.1';
5
5
  const PROGRAM_NAME = 'kodrdriv';
6
6
  const DEFAULT_OVERRIDES = false;
7
7
  const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS_MILLISECONDS = 'YYYY-MM-DD-HHmmss.SSS';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/kodrdriv",
3
- "version": "1.2.126",
3
+ "version": "1.2.128",
4
4
  "description": "Create Intelligent Release Notes or Change Logs from Git",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -38,10 +38,10 @@
38
38
  "author": "Calen Varek <calenvarek@gmail.com>",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "@eldrforge/ai-service": "^0.1.11",
42
- "@eldrforge/git-tools": "^0.1.11",
43
- "@eldrforge/github-tools": "^0.1.14",
44
- "@eldrforge/shared": "^0.1.1",
41
+ "@eldrforge/ai-service": "^0.1.13",
42
+ "@eldrforge/git-tools": "^0.1.13",
43
+ "@eldrforge/github-tools": "^0.1.15",
44
+ "@eldrforge/shared": "^0.1.2",
45
45
  "@octokit/rest": "^22.0.0",
46
46
  "@riotprompt/riotprompt": "^0.0.8",
47
47
  "@theunwalked/cardigantime": "^0.0.16",