@centreon/js-config 24.4.7 → 24.4.8

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.
@@ -159,6 +159,7 @@ declare global {
159
159
  interface Chainable {
160
160
  adjustViewport: () => Cypress.Chainable;
161
161
  cssDisableMotion: () => Cypress.Chainable;
162
+ getRequestCalls: (alias) => Cypress.Chainable;
162
163
  interceptAPIRequest: <T extends object>(
163
164
  props: InterceptAPIRequestProps<T>
164
165
  ) => Cypress.Chainable;
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": "24.4.7",
4
+ "version": "24.4.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"