@eldrforge/kodrdriv 1.2.135 → 1.2.137

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/README.md CHANGED
@@ -142,3 +142,4 @@ Apache-2.0 - see [LICENSE](LICENSE) file for details.
142
142
 
143
143
  Like Thor's hammer, this tool smashes through your repetitive coding tasks. But unlike Mjölnir, it won't make you worthy — it'll just make you faster. Strike through commits, forge releases, and channel the lightning of AI to automate your workflow. Because sometimes you need a hammer, and sometimes you need a tool that actually works. Pirate.
144
144
  TEST
145
+ TEST
package/dist/constants.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import os from 'os';
2
2
  import path from 'path';
3
3
 
4
- const VERSION = '1.2.135 (HEAD/731555a T:v1.2.135 2026-01-10 16:13:28 -0800) linux x64 v22.21.1';
4
+ const VERSION = '1.2.137 (HEAD/1a2e5be T:v1.2.137 2026-01-10 23:25:09 -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.135",
3
+ "version": "1.2.137",
4
4
  "description": "Create Intelligent Release Notes or Change Logs from Git",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -38,18 +38,18 @@
38
38
  "author": "Tim O'Brien <tobrien@discursive.com>",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "@eldrforge/core": "^0.1.1",
42
- "@eldrforge/commands-git": "^0.1.2",
43
- "@eldrforge/commands-tree": "^0.1.1",
44
- "@eldrforge/commands-publish": "^0.1.2",
45
- "@eldrforge/commands-audio": "^0.1.1",
46
- "@eldrforge/ai-service": "^0.1.18",
47
- "@eldrforge/audio-tools": "^0.1.12",
48
- "@eldrforge/git-tools": "^0.1.17",
49
- "@eldrforge/github-tools": "^0.1.19",
50
- "@eldrforge/shared": "^0.1.7",
51
- "@eldrforge/tree-core": "^0.1.6",
52
- "@eldrforge/tree-execution": "^0.1.6",
41
+ "@eldrforge/core": "^0.1.2",
42
+ "@eldrforge/commands-git": "^0.1.3",
43
+ "@eldrforge/commands-tree": "^0.1.2",
44
+ "@eldrforge/commands-publish": "^0.1.3",
45
+ "@eldrforge/commands-audio": "^0.1.2",
46
+ "@eldrforge/ai-service": "^0.1.19",
47
+ "@eldrforge/audio-tools": "^0.1.13",
48
+ "@eldrforge/git-tools": "^0.1.18",
49
+ "@eldrforge/github-tools": "^0.1.20",
50
+ "@eldrforge/shared": "^0.1.8",
51
+ "@eldrforge/tree-core": "^0.1.7",
52
+ "@eldrforge/tree-execution": "^0.1.7",
53
53
  "@octokit/rest": "^22.0.0",
54
54
  "@riotprompt/riotprompt": "^0.0.10",
55
55
  "@theunwalked/cardigantime": "^0.0.16",