@uuv/runner-commons 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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.6.1](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.6.0...runner-commons-v2.6.1) (2024-02-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependency multiple-cucumber-html-reporter to v3.6.2 ([95d85c3](https://github.com/Orange-OpenSource/uuv/commit/95d85c3f29ff261232f75c83175d795b63766a89))
7
+
1
8
  ## [2.6.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.5.0...runner-commons-v2.6.0) (2024-02-02)
2
9
 
3
10
 
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
@@ -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,
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.BaseStepDefinition = void 0;
27
27
  /**
28
28
  * Software Name : UUV
29
- * SPDX-FileCopyrightText: Copyright (c) 2022-2023 Orange
29
+ * SPDX-FileCopyrightText: Copyright (c) 2022-2024 Orange
30
30
  * SPDX-License-Identifier: MIT
31
31
  *
32
32
  * 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,
@@ -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,
@@ -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/runner-commons",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A common lib for uuv",