@centreon/js-config 26.7.1 → 26.7.2

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.
@@ -642,8 +642,8 @@ Cypress.Commands.add(
642
642
  cy.log(`Getting logs from container ${name} ...`);
643
643
 
644
644
  return cy.getLogDirectory().then((logDirectory) => {
645
- let sourcePhpLogs = '/var/log/php8.2-fpm-centreon-error.log';
646
- let targetPhpLogs = `${logDirectory}/php8.2-fpm-centreon-error.log`;
645
+ let sourcePhpLogs = '/var/log/php8.4-fpm-centreon-error.log';
646
+ let targetPhpLogs = `${logDirectory}/php8.4-fpm-centreon-error.log`;
647
647
  let sourceApacheLogs = '/var/log/apache2';
648
648
  let targetApacheLogs = `${logDirectory}/apache2`;
649
649
  if (Cypress.env('WEB_IMAGE_OS').includes('alma')) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "26.7.1",
4
+ "version": "26.7.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon.git"