@indigoai-us/hq-cli 5.13.0 → 5.13.1

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/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [5.13.1] — 2026-05-14
6
+
7
+ ### Fixed
8
+
9
+ - **Republish hq-cli alongside `@indigoai-us/hq-cloud@5.16.0` to ship the
10
+ `computePersonalVaultPaths` helper.** `5.13.0` imported the new helper
11
+ from hq-cloud, but the publish workflow's idempotent skip-if-already-on-npm
12
+ gate suppressed the hq-cloud republish (its `package.json` still said
13
+ 5.15.0). The runtime resolution of `^5.1.0` then pulled the older
14
+ hq-cloud, and every `hq` invocation crashed with `SyntaxError: ... does
15
+ not provide an export named 'computePersonalVaultPaths'`. 5.13.1 carries
16
+ no source delta; it bumps the version so the workflow republishes and
17
+ forces hq-cloud@5.16.0 to ship alongside.
18
+
5
19
  ## [5.13.0] — 2026-05-14
6
20
 
7
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.13.0",
3
+ "version": "5.13.1",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {