@asudbring/loki-profile-manager 0.1.12 → 0.1.13

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
@@ -8,6 +8,12 @@ This project uses 0.x semver. Hyphenated tags are dogfood or prerelease mileston
8
8
 
9
9
  - No unreleased changes.
10
10
 
11
+ ## v0.1.13 — 2026-05-19
12
+
13
+ Patch release for Windows CI coverage on plugin import.
14
+
15
+ - Fixed the new plugin-import activation-plan regression test to compare managed Pi settings targets portably across Windows and Unix path formats.
16
+
11
17
  ## v0.1.12 — 2026-05-19
12
18
 
13
19
  Feature release for plugin bundle import.
package/README.md CHANGED
@@ -5,7 +5,7 @@ Loki Profile Manager is a local Go CLI for managing profile-specific dotfiles, a
5
5
  ## Status
6
6
 
7
7
  - Repository visibility: public.
8
- - Current npm release: `v0.1.12`; latest full Windows app/manual dogfood validation: `v0.1.7`.
8
+ - Current npm release: `v0.1.13`; latest full Windows app/manual dogfood validation: `v0.1.7`.
9
9
  - Current implementation: profile store setup, machine registration, migration/adoption bootstrap, guarded profile switching, pre-switch local-change capture, obsolete managed-target cleanup, local active-profile marker, Windows redirected Documents support, snapshot inspection/restore, sync conflict cleanup, skill folder/zip import MVP, plugin bundle import MVP, Infisical readiness/setup UX, and Bubble Tea TUI MVP.
10
10
  - Current commands: `status`, `store status`, `store discover`, `store migrate`, `store use`, `store init`, `store unset`, `verify`, `switch`, `sync`, `tui`, `import-skill`, `import-plugin`, `secrets`, `doctor`, `snapshots list`, `snapshots show`, `snapshots restore`, `machine register`, `machine status`, `migrate repo`, `migrate local`, and `adopt`.
11
11
  - Not implemented yet: `import-skill` markdown conversion and Azure Key Vault/other secret providers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asudbring/loki-profile-manager",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Cross-platform installer wrapper for the Loki Profile Manager CLI.",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -25,6 +25,6 @@
25
25
  "node": ">=18"
26
26
  },
27
27
  "lokiRelease": {
28
- "version": "v0.1.12"
28
+ "version": "v0.1.13"
29
29
  }
30
30
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file