@redaksjon/protokoll 1.0.13 → 1.0.14-dev.20260215211405.69a8fe1
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
|
@@ -277,7 +277,7 @@ const resourceTemplates = [
|
|
|
277
277
|
}
|
|
278
278
|
];
|
|
279
279
|
|
|
280
|
-
const VERSION = "1.0.
|
|
280
|
+
const VERSION = "1.0.14-dev.20260215211405.69a8fe1 (working/69a8fe1 2026-02-15 13:12:50 -0800) linux arm64 v24.13.1";
|
|
281
281
|
const PROGRAM_NAME = "protokoll";
|
|
282
282
|
const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS = "YYYY-M-D-HHmmss";
|
|
283
283
|
const DEFAULT_AUDIO_EXTENSIONS = ["mp3", "mp4", "mpeg", "mpga", "m4a", "wav", "webm", "qta"];
|