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 +1 -1
- package/src/commands/profile.js +1 -1
package/package.json
CHANGED
package/src/commands/profile.js
CHANGED
|
@@ -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' ? '
|
|
1027
|
+
const srcLabel = caSource !== 'registry' ? ' [press]' : '';
|
|
1028
1028
|
externalEntities.push(`${subName} (~${fmtM(partialCa)}${srcLabel})`);
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|