@uipath/api-workflow-tool 1.201.0-preview.115 → 1.201.0-preview.121

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/tool.js CHANGED
@@ -1,13 +1,14 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-e0yjd91y.js";
5
- import"./packager-tool-y7hv8v54.js";
4
+ } from "./packager-tool-evraq47v.js";
6
5
  import"./packager-tool-1v8fmky0.js";
7
6
  import"./packager-tool-h1tyrbff.js";
7
+ import"./packager-tool-bprnbg91.js";
8
+ import"./packager-tool-4pvh3k50.js";
9
+ import"./packager-tool-y7hv8v54.js";
8
10
  import"./packager-tool-t01cjyjh.js";
9
11
  import"./packager-tool-9qecd4wb.js";
10
- import"./packager-tool-4pvh3k50.js";
11
12
  import"./packager-tool-5arsyj36.js";
12
13
  import"./packager-tool-wckvcay0.js";
13
14
  export {
@@ -15,4 +16,4 @@ export {
15
16
  metadata
16
17
  };
17
18
 
18
- //# debugId=FD67DA0FE081F42264756E2164756E21
19
+ //# debugId=5FBBAAC25D1BBA2A64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.115",
4
+ "version": "1.201.0-preview.121",
5
5
  "description": "Run UiPath API Workflows locally.",
6
6
  "private": false,
7
7
  "repository": {
@@ -19,10 +19,11 @@
19
19
  "main": "./dist/tool.js",
20
20
  "exports": {
21
21
  ".": "./dist/tool.js",
22
- "./packager-tool": "./dist/packager-tool.js"
22
+ "./packager-tool": "./dist/packager-tool.js",
23
+ "./executor-tool": "./dist/executor-tool.js"
23
24
  },
24
25
  "files": [
25
26
  "dist"
26
27
  ],
27
- "gitHead": "f1086b73654d7728cb71f280588b3e0c77d535fc"
28
+ "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
28
29
  }