@redaksjon/protokoll 1.0.19 → 1.0.20-dev.20260221123852.9a62878
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
|
@@ -204,7 +204,7 @@ function isProtokolUri(uri) {
|
|
|
204
204
|
return uri.startsWith(`${SCHEME}://`);
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
const VERSION = "1.0.
|
|
207
|
+
const VERSION = "1.0.20-dev.20260221123852.9a62878 (working/9a62878 2026-02-21 04:37:51 -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"];
|