@grunnverk/kilde 1.5.2 → 1.5.3
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 +3 -3
- package/package.json +7 -7
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.
|
|
7
|
-
const BUILD_HOSTNAME = '
|
|
8
|
-
const BUILD_TIMESTAMP = '2026-01-
|
|
6
|
+
*/ const VERSION = '1.5.3 (HEAD/9c513cc T:v1.5.3 2026-01-27 18:44:03 -0800) linux x64 v24.13.0';
|
|
7
|
+
const BUILD_HOSTNAME = 'runnervmymu0l';
|
|
8
|
+
const BUILD_TIMESTAMP = '2026-01-28T02:46:11.210Z';
|
|
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.
|
|
3
|
+
"version": "1.5.3",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lint": "eslint . --ext .ts",
|
|
22
22
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
23
23
|
"clean": "rm -rf dist",
|
|
24
|
-
"precommit": "npm run
|
|
24
|
+
"precommit": "npm run lint && npm run build && npm run test && npm run mcp:test",
|
|
25
25
|
"prepublishOnly": "npm run lint && npm run build && npm run test",
|
|
26
26
|
"mcp:build": "vite build && chmod 755 ./dist/mcp-server.js 2>/dev/null || true",
|
|
27
27
|
"mcp:inspect": "mcp-inspector npx -y @modelcontextprotocol/server-kilde",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"node": ">=24.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@grunnverk/ai-service": "^1.5.
|
|
50
|
-
"@grunnverk/commands-git": "^1.5.
|
|
51
|
-
"@grunnverk/core": "^1.5.
|
|
52
|
-
"@grunnverk/git-tools": "^1.5.
|
|
53
|
-
"@grunnverk/shared": "^1.5.
|
|
49
|
+
"@grunnverk/ai-service": "^1.5.1",
|
|
50
|
+
"@grunnverk/commands-git": "^1.5.1",
|
|
51
|
+
"@grunnverk/core": "^1.5.2",
|
|
52
|
+
"@grunnverk/git-tools": "^1.5.1",
|
|
53
|
+
"@grunnverk/shared": "^1.5.3",
|
|
54
54
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
55
55
|
"@riotprompt/riotprompt": "^0.0.21",
|
|
56
56
|
"commander": "^14.0.0",
|