@centreon/js-config 24.4.1-MON-21273-list-tokens.12 → 24.4.1-lambda-node20-jsconfig.0
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.
|
@@ -156,7 +156,6 @@ declare global {
|
|
|
156
156
|
namespace Cypress {
|
|
157
157
|
interface Chainable {
|
|
158
158
|
cssDisableMotion: () => Cypress.Chainable;
|
|
159
|
-
getRequestCalls: (alias) => Cypress.Chainable;
|
|
160
159
|
interceptAPIRequest: <T extends object>(
|
|
161
160
|
props: InterceptAPIRequestProps<T>
|
|
162
161
|
) => 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.1-
|
|
4
|
+
"version": "24.4.1-lambda-node20-jsconfig.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/centreon/centreon-frontend.git"
|