@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.
Files changed (2) hide show
  1. package/dist/feedback.js +1 -1
  2. 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.12 (HEAD/64d56a8 T:v1.0.12 2026-02-07 23:58:56 -0800) linux arm64 v24.13.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redaksjon/protokoll",
3
- "version": "1.0.12",
3
+ "version": "1.0.13-dev.20260208080206.e279211",
4
4
  "description": "Focused audio transcription with intelligent context integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",