@redaksjon/protokoll 1.0.15 → 1.0.16-dev.20260218070221.75419cd
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/configDiscovery.js
CHANGED
|
@@ -278,7 +278,7 @@ const resourceTemplates = [
|
|
|
278
278
|
}
|
|
279
279
|
];
|
|
280
280
|
|
|
281
|
-
const VERSION = "1.0.
|
|
281
|
+
const VERSION = "1.0.16-dev.20260218070221.75419cd (working/75419cd 2026-02-17 23:01:04 -0800) linux arm64 v24.13.1";
|
|
282
282
|
const PROGRAM_NAME = "protokoll";
|
|
283
283
|
const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS = "YYYY-M-D-HHmmss";
|
|
284
284
|
const DEFAULT_AUDIO_EXTENSIONS = ["mp3", "mp4", "mpeg", "mpga", "m4a", "wav", "webm", "qta"];
|