@indigoai-us/hq-cli 5.120.0 → 5.120.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.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [5.120.1] — 2026-09-18
|
|
6
|
+
|
|
7
|
+
- A local bot no longer replaces your own sign-in. Bots that run on your
|
|
8
|
+
computer (the setup bot included) keep their session in their own folder
|
|
9
|
+
now, instead of the file HQ uses to know who you are. Before, a bot could
|
|
10
|
+
overwrite that file and HQ would then treat the bot as you: its name in
|
|
11
|
+
place of yours, no companies, a profile that would not save, and sync
|
|
12
|
+
failing. If that already happened on your computer, `hq` now ignores the
|
|
13
|
+
bot's session there and asks you to sign in as yourself. (hq-cloud 6.16.60)
|
|
14
|
+
|
|
5
15
|
## [5.120.0] — 2026-09-18
|
|
6
16
|
|
|
7
17
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigoai-us/hq-cli",
|
|
3
|
-
"version": "5.120.
|
|
3
|
+
"version": "5.120.1",
|
|
4
4
|
"description": "HQ by Indigo management CLI \u2014 modules and cloud sync",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@aws-sdk/client-iot-data-plane": "^3.1096.0",
|
|
36
36
|
"@aws-sdk/client-s3": "^3.1049.0",
|
|
37
|
-
"@indigoai-us/hq-cloud": "~6.16.
|
|
37
|
+
"@indigoai-us/hq-cloud": "~6.16.60",
|
|
38
38
|
"@indigoai-us/hq-flags-client": "^0.1.2",
|
|
39
39
|
"@sentry/node": "^10.49.0",
|
|
40
40
|
"@tobilu/qmd": "2.5.3",
|