@uipath/test-manager-tool 1.203.0-preview.180 → 1.203.0-preview.182
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
|
@@ -11180,7 +11180,7 @@ var package_default = {
|
|
|
11180
11180
|
name: "@uipath/test-manager-tool",
|
|
11181
11181
|
author: "UiPath",
|
|
11182
11182
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
11183
|
-
version: "1.203.0-preview.
|
|
11183
|
+
version: "1.203.0-preview.182",
|
|
11184
11184
|
description: "Manage test cases, test sets, executions, and results.",
|
|
11185
11185
|
private: false,
|
|
11186
11186
|
repository: {
|
|
@@ -39650,4 +39650,4 @@ var registerCommands = async (program2) => {
|
|
|
39650
39650
|
|
|
39651
39651
|
export { Command, metadata, registerCommands };
|
|
39652
39652
|
|
|
39653
|
-
//# debugId=
|
|
39653
|
+
//# debugId=CC37F48E16E66B1964756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/test-manager-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.182",
|
|
6
6
|
"description": "Manage test cases, test sets, executions, and results.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
31
31
|
}
|