@uipath/test-manager-tool 1.202.0-preview.142 → 1.202.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.
- package/LICENSE.txt +3 -0
- package/dist/THIRD-PARTY-NOTICES.md +1384 -0
- package/dist/index.js +1 -1
- package/dist/jmespath-231m3hyn.js +1485 -0
- package/dist/{tool-hqgx7tvn.js → tool-ck0vdfnr.js} +6 -6
- package/dist/tool.js +1 -1
- package/package.json +3 -3
- package/dist/index-gpd94m28.js +0 -2058
|
@@ -11178,8 +11178,8 @@ var require_lib3 = __commonJS(function(exports, module) {
|
|
|
11178
11178
|
// package.json
|
|
11179
11179
|
var package_default = {
|
|
11180
11180
|
name: "@uipath/test-manager-tool",
|
|
11181
|
-
license: "
|
|
11182
|
-
version: "1.202.0
|
|
11181
|
+
license: "SEE LICENSE IN LICENSE.txt",
|
|
11182
|
+
version: "1.202.0",
|
|
11183
11183
|
description: "Manage test cases, test sets, executions, and results.",
|
|
11184
11184
|
private: false,
|
|
11185
11185
|
repository: {
|
|
@@ -12621,7 +12621,7 @@ async function loadOutputCodecsAsync(needed) {
|
|
|
12621
12621
|
}));
|
|
12622
12622
|
}
|
|
12623
12623
|
if (needed.filter && jmespathSlot.get() === undefined) {
|
|
12624
|
-
loads.push(import("./
|
|
12624
|
+
loads.push(import("./jmespath-231m3hyn.js").then((m)=>__toESM(m.default,1)).then((mod) => {
|
|
12625
12625
|
jmespathSlot.set(mod);
|
|
12626
12626
|
}));
|
|
12627
12627
|
}
|
|
@@ -15763,7 +15763,7 @@ class TextApiResponse {
|
|
|
15763
15763
|
// ../test-manager-sdk/package.json
|
|
15764
15764
|
var package_default2 = {
|
|
15765
15765
|
name: "@uipath/test-manager-sdk",
|
|
15766
|
-
license: "
|
|
15766
|
+
license: "SEE LICENSE IN LICENSE.txt",
|
|
15767
15767
|
version: "1.202.0",
|
|
15768
15768
|
repository: {
|
|
15769
15769
|
type: "git",
|
|
@@ -30643,7 +30643,7 @@ class TextApiResponse2 {
|
|
|
30643
30643
|
// ../orchestrator-sdk/package.json
|
|
30644
30644
|
var package_default3 = {
|
|
30645
30645
|
name: "@uipath/orchestrator-sdk",
|
|
30646
|
-
license: "
|
|
30646
|
+
license: "SEE LICENSE IN LICENSE.txt",
|
|
30647
30647
|
version: "1.202.0",
|
|
30648
30648
|
repository: {
|
|
30649
30649
|
type: "git",
|
|
@@ -39287,4 +39287,4 @@ var registerCommands = async (program2) => {
|
|
|
39287
39287
|
|
|
39288
39288
|
export { Command, metadata, registerCommands };
|
|
39289
39289
|
|
|
39290
|
-
//# debugId=
|
|
39290
|
+
//# debugId=18A406D1F28CBABD64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/test-manager-tool",
|
|
3
|
-
"license": "
|
|
4
|
-
"version": "1.202.0
|
|
3
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
+
"version": "1.202.0",
|
|
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": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
|
|
30
30
|
}
|