intelwatch 1.1.4 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelwatch",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Competitive intelligence CLI — track competitors, keywords, and brand mentions from the terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1024,7 +1024,7 @@ OBLIGATOIRE :
1024
1024
  const monthsConsolidated = 12 - maMonth + 1;
1025
1025
  const partialCa = Math.round(subCa * (monthsConsolidated / 12));
1026
1026
  externalCa += partialCa;
1027
- const srcLabel = caSource !== 'registry' ? ' press' : '';
1027
+ const srcLabel = caSource !== 'registry' ? ' [press]' : '';
1028
1028
  externalEntities.push(`${subName} (~${fmtM(partialCa)}${srcLabel})`);
1029
1029
  }
1030
1030
  }