@uuv/assistant 2.9.2 → 2.10.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.
@@ -1,16 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * Software Name : UUV
4
- *
5
- * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
6
- * SPDX-License-Identifier: MIT
7
- *
8
- * This software is distributed under the MIT License,
9
- * the text of which is available at https://spdx.org/licenses/MIT.html
10
- * or see the "LICENSE" file for more details.
11
- *
12
- * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
13
- * Software description: Make test writing fast, understandable by any human
14
- * understanding English or French.
15
- */
3
+ * Software Name : UUV
4
+ *
5
+ * SPDX-FileCopyrightText: Copyright (c) Orange SA
6
+ * SPDX-License-Identifier: MIT
7
+ *
8
+ * This software is distributed under the MIT License,
9
+ * see the "LICENSE" file for more details
10
+ *
11
+ * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
12
+ * Software description: Make test writing fast, understandable by any human
13
+ * understanding English or French.
14
+ */
16
15
  export {};
@@ -1,19 +1,18 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";
3
3
  /**
4
- * Software Name : UUV
5
- *
6
- * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
7
- * SPDX-License-Identifier: MIT
8
- *
9
- * This software is distributed under the MIT License,
10
- * the text of which is available at https://spdx.org/licenses/MIT.html
11
- * or see the "LICENSE" file for more details.
12
- *
13
- * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
14
- * Software description: Make test writing fast, understandable by any human
15
- * understanding English or French.
16
- */
4
+ * Software Name : UUV
5
+ *
6
+ * SPDX-FileCopyrightText: Copyright (c) Orange SA
7
+ * SPDX-License-Identifier: MIT
8
+ *
9
+ * This software is distributed under the MIT License,
10
+ * see the "LICENSE" file for more details
11
+ *
12
+ * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
13
+ * Software description: Make test writing fast, understandable by any human
14
+ * understanding English or French.
15
+ */
17
16
  var __importDefault = (this && this.__importDefault) || function (mod) {
18
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
19
18
  };
@@ -1,17 +1,16 @@
1
1
  /**
2
- * Software Name : UUV
3
- *
4
- * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
5
- * SPDX-License-Identifier: MIT
6
- *
7
- * This software is distributed under the MIT License,
8
- * the text of which is available at https://spdx.org/licenses/MIT.html
9
- * or see the "LICENSE" file for more details.
10
- *
11
- * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
12
- * Software description: Make test writing fast, understandable by any human
13
- * understanding English or French.
14
- */
2
+ * Software Name : UUV
3
+ *
4
+ * SPDX-FileCopyrightText: Copyright (c) Orange SA
5
+ * SPDX-License-Identifier: MIT
6
+ *
7
+ * This software is distributed under the MIT License,
8
+ * see the "LICENSE" file for more details
9
+ *
10
+ * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
11
+ * Software description: Make test writing fast, understandable by any human
12
+ * understanding English or French.
13
+ */
15
14
  export declare class UuvAssistant {
16
15
  start(translatorFn?: (el: HTMLElement) => string): Promise<void>;
17
16
  }
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
  /**
3
- * Software Name : UUV
4
- *
5
- * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
6
- * SPDX-License-Identifier: MIT
7
- *
8
- * This software is distributed under the MIT License,
9
- * the text of which is available at https://spdx.org/licenses/MIT.html
10
- * or see the "LICENSE" file for more details.
11
- *
12
- * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
13
- * Software description: Make test writing fast, understandable by any human
14
- * understanding English or French.
15
- */
3
+ * Software Name : UUV
4
+ *
5
+ * SPDX-FileCopyrightText: Copyright (c) Orange SA
6
+ * SPDX-License-Identifier: MIT
7
+ *
8
+ * This software is distributed under the MIT License,
9
+ * see the "LICENSE" file for more details
10
+ *
11
+ * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
12
+ * Software description: Make test writing fast, understandable by any human
13
+ * understanding English or French.
14
+ */
16
15
  var __importDefault = (this && this.__importDefault) || function (mod) {
17
16
  return (mod && mod.__esModule) ? mod : { "default": mod };
18
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "2.9.2",
3
+ "version": "2.10.0",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@ant-design/icons": "^5.0.1",
58
58
  "@cucumber/cucumber": "9.6.0",
59
- "@uuv/runner-commons": "2.8.2",
59
+ "@uuv/runner-commons": "2.9.0",
60
60
  "antd": "^5.4.6",
61
61
  "figlet": "1.7.0",
62
62
  "inspector-dom": "0.1.1",
@@ -80,14 +80,14 @@
80
80
  "@testing-library/user-event": "14.5.2",
81
81
  "@types/jest": "29.5.12",
82
82
  "@types/jquery": "3.5.29",
83
- "@types/node": "16.18.68",
83
+ "@types/node": "20.11.30",
84
84
  "@types/react": "17.0.76",
85
85
  "@types/react-dom": "17.0.25",
86
86
  "@types/styled-components": "5.1.34",
87
87
  "@types/testing-library__jest-dom": "5.14.9",
88
88
  "@typescript-eslint/eslint-plugin": "5.62.0",
89
89
  "@typescript-eslint/parser": "5.62.0",
90
- "@uuv/playwright": "2.9.2",
90
+ "@uuv/playwright": "2.10.0",
91
91
  "dom-accessibility-api": "0.6.3",
92
92
  "eslint": "8.57.0",
93
93
  "eslint-plugin-react": "7.33.2",