@uipath/test-manager-tool 1.202.1-preview.168 → 1.202.1-preview.171
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/dist/index.js
CHANGED
|
@@ -11179,7 +11179,7 @@ var require_lib3 = __commonJS(function(exports, module) {
|
|
|
11179
11179
|
var package_default = {
|
|
11180
11180
|
name: "@uipath/test-manager-tool",
|
|
11181
11181
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
11182
|
-
version: "1.202.1-preview.
|
|
11182
|
+
version: "1.202.1-preview.171",
|
|
11183
11183
|
description: "Manage test cases, test sets, executions, and results.",
|
|
11184
11184
|
private: false,
|
|
11185
11185
|
repository: {
|
|
@@ -39287,4 +39287,4 @@ var registerCommands = async (program2) => {
|
|
|
39287
39287
|
|
|
39288
39288
|
export { Command, metadata, registerCommands };
|
|
39289
39289
|
|
|
39290
|
-
//# debugId=
|
|
39290
|
+
//# debugId=94F8BF231E3D4B6E64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/test-manager-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.171",
|
|
5
5
|
"description": "Manage test cases, test sets, executions, and results.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "4cfde1fd876ddca47c91d716d72775270fd0fe7f"
|
|
30
30
|
}
|