@indigoai-us/hq-cli 5.109.14 → 5.109.16
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [5.109.16] — 2026-09-14
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- hq-cloud now uses 6.16.41, which reverts the phase-two resident journal change
|
|
10
|
+
that caused sync runners to spin.
|
|
11
|
+
|
|
12
|
+
## [5.109.15] — 2026-09-13
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- hq-cli now bundles hq-cloud 6.16.39, reducing resident sync-journal memory
|
|
17
|
+
through the packed row store.
|
|
18
|
+
|
|
5
19
|
## [5.109.14] — 2026-09-13
|
|
6
20
|
|
|
7
21
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigoai-us/hq-cli",
|
|
3
|
-
"version": "5.109.
|
|
3
|
+
"version": "5.109.16",
|
|
4
4
|
"description": "HQ by Indigo management CLI \u2014 modules and cloud sync",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@aws-sdk/client-iot-data-plane": "^3.1096.0",
|
|
34
34
|
"@aws-sdk/client-s3": "^3.1049.0",
|
|
35
|
-
"@indigoai-us/hq-cloud": "~6.16.
|
|
35
|
+
"@indigoai-us/hq-cloud": "~6.16.41",
|
|
36
36
|
"@indigoai-us/hq-flags-client": "^0.1.2",
|
|
37
37
|
"@indigoai-us/hq-onboarding": "^0.1.0",
|
|
38
38
|
"@sentry/node": "^10.49.0",
|