@indigoai-us/hq-cli 5.77.5 → 5.77.6

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [5.77.6]
6
+
7
+ ### Fixed
8
+
9
+ - Updated `@indigoai-us/hq-cloud` to 6.14.18, which includes the DEV-1974
10
+ symlink-loop convergence fix.
11
+
5
12
  ## [5.77.5]
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.77.5",
3
+ "version": "5.77.6",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@aws-sdk/client-s3": "^3.1049.0",
25
- "@indigoai-us/hq-cloud": "^6.14.14",
25
+ "@indigoai-us/hq-cloud": "^6.14.18",
26
26
  "@indigoai-us/hq-onboarding": "^0.1.0",
27
27
  "@sentry/node": "^10.49.0",
28
28
  "better-sqlite3": "^12.11.1",
@@ -1,4 +1,4 @@
1
1
  allowBuilds:
2
2
  better-sqlite3: true
3
3
  minimumReleaseAgeExclude:
4
- - '@indigoai-us/hq-cloud@6.14.14'
4
+ - '@indigoai-us/hq-cloud@6.14.14 || 6.14.18'