@redaksjon/protokoll 1.0.12 → 1.0.13-dev.20260208080206.e279211
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/feedback.js +1 -1
- package/package.json +1 -1
package/dist/feedback.js
CHANGED
|
@@ -280,7 +280,7 @@ const getProjectRelationshipDistance$1 = (projectA, projectB) => {
|
|
|
280
280
|
return -1;
|
|
281
281
|
};
|
|
282
282
|
|
|
283
|
-
const VERSION = "1.0.
|
|
283
|
+
const VERSION = "1.0.13-dev.20260208080206.e279211 (working/e279211 2026-02-08 00:01:51 -0800) linux arm64 v24.13.0";
|
|
284
284
|
const PROGRAM_NAME = "protokoll";
|
|
285
285
|
const DEFAULT_CHARACTER_ENCODING = "utf-8";
|
|
286
286
|
const DEFAULT_BINARY_TO_TEXT_ENCODING = "base64";
|
package/package.json
CHANGED