@grunnverk/kilde 1.5.4 → 1.5.5

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
@@ -3,9 +3,9 @@ import path from 'path';
3
3
 
4
4
  /**
5
5
  * Version and build information (replaced at build time)
6
- */ const VERSION = '1.5.4 (HEAD/9e3c652 T:v1.5.4 2026-01-28 19:56:50 -0800) linux x64 v24.13.0';
7
- const BUILD_HOSTNAME = 'runnervmymu0l';
8
- const BUILD_TIMESTAMP = '2026-01-29T03:58:53.643Z';
6
+ */ const VERSION = '1.5.5 (HEAD/bd69968 T:v1.5.5 2026-01-28 22:30:57 -0800) linux x64 v24.13.0';
7
+ const BUILD_HOSTNAME = 'runnervmkj6or';
8
+ const BUILD_TIMESTAMP = '2026-01-29T06:32:51.292Z';
9
9
  /**
10
10
  * Program identification
11
11
  */ const PROGRAM_NAME = 'kilde';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grunnverk/kilde",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Universal Git Automation Tool - AI-powered commit and release messages for any git repository",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -46,9 +46,9 @@
46
46
  "node": ">=24.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@grunnverk/ai-service": "^1.5.2",
50
- "@grunnverk/commands-git": "^1.5.2",
51
- "@grunnverk/core": "^1.5.3",
49
+ "@grunnverk/ai-service": "^1.5.3",
50
+ "@grunnverk/commands-git": "^1.5.5",
51
+ "@grunnverk/core": "^1.5.5",
52
52
  "@grunnverk/git-tools": "^1.5.4",
53
53
  "@grunnverk/shared": "^1.5.4",
54
54
  "@modelcontextprotocol/sdk": "^1.25.3",