@redaksjon/protokoll 1.0.19 → 1.0.20-dev.20260221175804.a60027e

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.
@@ -204,7 +204,7 @@ function isProtokolUri(uri) {
204
204
  return uri.startsWith(`${SCHEME}://`);
205
205
  }
206
206
 
207
- const VERSION = "1.0.19 (HEAD/b19e63b T:v1.0.19 2026-02-21 04:33:56 -0800) linux arm64 v24.13.1";
207
+ const VERSION = "1.0.20-dev.20260221175804.a60027e (working/a60027e 2026-02-21 09:57:45 -0800) linux arm64 v24.13.1";
208
208
  const PROGRAM_NAME = "protokoll";
209
209
  const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS = "YYYY-M-D-HHmmss";
210
210
  const DEFAULT_AUDIO_EXTENSIONS = ["mp3", "mp4", "mpeg", "mpga", "m4a", "wav", "webm", "qta"];