@uipath/test-manager-tool 1.202.0-preview.147 → 1.202.0-preview.149

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-5wn0rg3c.js";
6
+ } from "./tool-pymv1g0c.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -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.0-preview.147",
11182
+ version: "1.202.0-preview.149",
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=53C453F64F70EABA64756E2164756E21
39290
+ //# debugId=F83F23893A977BBB64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-5wn0rg3c.js";
4
+ } from "./tool-pymv1g0c.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
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.147",
4
+ "version": "1.202.0-preview.149",
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": "851398a44b9231a9fd8ac913a24388151bd27692"
29
+ "gitHead": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
30
30
  }