@asudbring/loki-profile-manager 0.1.14 → 0.1.15

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/CHANGELOG.md CHANGED
@@ -6,7 +6,11 @@ This project uses 0.x semver. Hyphenated tags are dogfood or prerelease mileston
6
6
 
7
7
  ## Unreleased
8
8
 
9
- - No unreleased changes.
9
+ ## v0.1.15 2026-05-20
10
+
11
+ Patch release for safe managed-target state repair.
12
+
13
+ - Added `loki doctor --repair-managed-state [--write-safe-files]` to detect and repair safe stale managed-target SQLite state after manifest mode/hash changes.
10
14
 
11
15
  ## v0.1.14 — 2026-05-19
12
16
 
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@asudbring/loki-profile-manager",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Cross-platform installer wrapper for the Loki Profile Manager CLI.",
5
5
  "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/asudbring/loki-profile-manager"
9
+ },
6
10
  "bin": {
7
11
  "loki": "bin/loki.js"
8
12
  },
@@ -25,6 +29,6 @@
25
29
  "node": ">=18"
26
30
  },
27
31
  "lokiRelease": {
28
- "version": "v0.1.14"
32
+ "version": "v0.1.15"
29
33
  }
30
34
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file