@uipath/test-manager-tool 1.203.0-preview.160 → 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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-k4cwf120.js";
6
+ } from "./tool-7pkzs0kb.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -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.160",
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=B9DBF56FB38A168564756E2164756E21
39653
+ //# debugId=CC37F48E16E66B1964756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-k4cwf120.js";
4
+ } from "./tool-7pkzs0kb.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
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.160",
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": "3a42062ba731afca4595ba9aa8a80afc9667528d"
30
+ "gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
31
31
  }