@centreon/js-config 25.9.0 → 25.10.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.
@@ -554,8 +554,8 @@ Cypress.Commands.add(
554
554
  cy.log(`Getting logs from container ${name} ...`);
555
555
 
556
556
  return cy.getLogDirectory().then((logDirectory) => {
557
- let sourcePhpLogs = '/var/log/php8.1-fpm-centreon-error.log';
558
- let targetPhpLogs = `${logDirectory}/php8.1-fpm-centreon-error.log`;
557
+ let sourcePhpLogs = '/var/log/php8.2-fpm-centreon-error.log';
558
+ let targetPhpLogs = `${logDirectory}/php8.2-fpm-centreon-error.log`;
559
559
  let sourceApacheLogs = '/var/log/apache2';
560
560
  let targetApacheLogs = `${logDirectory}/apache2`;
561
561
  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": "25.9.0",
4
+ "version": "25.10.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"