@uuv/assistant 2.6.0 → 2.6.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.
package/LICENSE CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MIT License
4
4
 
5
- Copyright (c) 2023 Orange
5
+ Copyright (c) 2024 Orange
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining a copy of
8
8
  this software and associated documentation files (the "Software"), to deal in
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Software Name : UUV
4
4
  *
5
- * SPDX-FileCopyrightText: Copyright (c) 2022-2023 Orange
5
+ * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
6
6
  * SPDX-License-Identifier: MIT
7
7
  *
8
8
  * This software is distributed under the MIT License,
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Software Name : UUV
5
5
  *
6
- * SPDX-FileCopyrightText: Copyright (c) 2022-2023 Orange
6
+ * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
7
7
  * SPDX-License-Identifier: MIT
8
8
  *
9
9
  * This software is distributed under the MIT License,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Software Name : UUV
3
3
  *
4
- * SPDX-FileCopyrightText: Copyright (c) 2022-2023 Orange
4
+ * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
5
5
  * SPDX-License-Identifier: MIT
6
6
  *
7
7
  * This software is distributed under the MIT License,
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Software Name : UUV
4
4
  *
5
- * SPDX-FileCopyrightText: Copyright (c) 2022-2023 Orange
5
+ * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
6
6
  * SPDX-License-Identifier: MIT
7
7
  *
8
8
  * This software is distributed under the MIT License,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
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.6.0",
59
+ "@uuv/runner-commons": "2.6.1",
60
60
  "antd": "^5.4.6",
61
61
  "figlet": "1.7.0",
62
62
  "inspector-dom": "0.1.1",