@redaksjon/protokoll 1.0.21 → 1.0.22-dev.20260225191312.b7d8543
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
|
@@ -205,7 +205,7 @@ function isProtokolUri(uri) {
|
|
|
205
205
|
return uri.startsWith(`${SCHEME}://`);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
const VERSION = "1.0.
|
|
208
|
+
const VERSION = "1.0.22-dev.20260225191312.b7d8543 (working/b7d8543 2026-02-25 11:12:04 -0800) linux arm64 v24.14.0";
|
|
209
209
|
const PROGRAM_NAME = "protokoll";
|
|
210
210
|
const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS = "YYYY-M-D-HHmmss";
|
|
211
211
|
const DEFAULT_AUDIO_EXTENSIONS = ["mp3", "mp4", "mpeg", "mpga", "m4a", "wav", "webm", "qta"];
|