@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.
@@ -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: "MIT",
11182
- version: "1.202.0-preview.142",
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("./index-gpd94m28.js").then((mod) => {
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: "MIT",
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: "MIT",
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=6DEF21FBF231F5B264756E2164756E21
39290
+ //# debugId=18A406D1F28CBABD64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-hqgx7tvn.js";
4
+ } from "./tool-ck0vdfnr.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/test-manager-tool",
3
- "license": "MIT",
4
- "version": "1.202.0-preview.142",
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": "2f7204440851d62ecc9f2d2e202c863293821d90"
29
+ "gitHead": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
30
30
  }