@indigoai-us/hq-cli 5.103.13 → 5.103.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [5.103.15] — 2026-08-21
6
+
7
+ ### Fixed
8
+
9
+ - The bundled sync engine now starts at `@indigoai-us/hq-cloud` 6.15.27, so
10
+ execution-time file decisions use fresh bytes, downloaded files immediately
11
+ journal their cloud hash, and unchanged local/cloud content no longer creates
12
+ false conflicts or gets uploaded again.
13
+
14
+ ## [5.103.14] — 2026-08-21
15
+
16
+ ### Fixed
17
+
18
+ - The bundled sync engine now starts at `@indigoai-us/hq-cloud` 6.15.24, so a
19
+ large personal vault's first post-upgrade restamp can write and replay its
20
+ journal delta instead of permanently stalling at the old 64 MiB WAL frame
21
+ ceiling.
22
+
5
23
  ## [5.103.13] — 2026-08-20
6
24
 
7
25
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.103.13",
3
+ "version": "5.103.15",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-iot-data-plane": "^3.1096.0",
32
32
  "@aws-sdk/client-s3": "^3.1049.0",
33
- "@indigoai-us/hq-cloud": "~6.15.5",
33
+ "@indigoai-us/hq-cloud": "~6.15.27",
34
34
  "@indigoai-us/hq-onboarding": "^0.1.0",
35
35
  "@sentry/node": "^10.49.0",
36
36
  "@tobilu/qmd": "2.5.3",