@grunnverk/kilde 1.5.0 → 1.5.2
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 +1 -0
- package/dist/constants.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
6
|
+
*/ const VERSION = '1.5.2 (HEAD/8daa15a T:v1.5.2 2026-01-22 13:01:55 -0800) linux x64 v24.12.0';
|
|
7
7
|
const BUILD_HOSTNAME = 'runnervmmtnos';
|
|
8
|
-
const BUILD_TIMESTAMP = '2026-01-
|
|
8
|
+
const BUILD_TIMESTAMP = '2026-01-22T21:04:14.627Z';
|
|
9
9
|
/**
|
|
10
10
|
* Program identification
|
|
11
11
|
*/ const PROGRAM_NAME = 'kilde';
|