@eldrforge/kodrdriv 0.0.12 → 0.0.13

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,4 +1,4 @@
1
- const VERSION = '0.0.12 (HEAD/ce32270 T:v0.0.12 2025-07-01 08:25:13 -0700) linux x64 v22.16.0';
1
+ const VERSION = '0.0.13 (HEAD/c65cdfa T:v0.0.13 2025-07-01 08:29:49 -0700) linux x64 v22.16.0';
2
2
  const PROGRAM_NAME = 'kodrdriv';
3
3
  const DEFAULT_CHARACTER_ENCODING = 'utf-8';
4
4
  const DEFAULT_OVERRIDES = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/kodrdriv",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Create Intelligent Release Notes or Change Logs from Git",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -1 +1,3 @@
1
-
1
+ packages:
2
+ - '.'
3
+ - '!docs'