@uipath/api-workflow-tool 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/tool.js +1 -1
  2. package/package.json +5 -5
package/dist/tool.js CHANGED
@@ -57743,7 +57743,7 @@ import"./packager-tool.js";
57743
57743
  // package.json
57744
57744
  var package_default = {
57745
57745
  name: "@uipath/api-workflow-tool",
57746
- version: "1.0.2",
57746
+ version: "1.0.4",
57747
57747
  description: "Run UiPath API Workflows locally.",
57748
57748
  private: false,
57749
57749
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Run UiPath API Workflows locally.",
5
5
  "private": false,
6
6
  "repository": {
@@ -33,14 +33,14 @@
33
33
  "devDependencies": {
34
34
  "@types/node": "^25.5.2",
35
35
  "@uipath/api-workflow-executor": "12.10.2",
36
- "@uipath/auth": "1.0.2",
37
- "@uipath/common": "1.0.2",
38
- "@uipath/filesystem": "1.0.2",
36
+ "@uipath/auth": "1.0.4",
37
+ "@uipath/common": "1.0.4",
38
+ "@uipath/filesystem": "1.0.4",
39
39
  "@uipath/packager-tool-apiworkflow": "0.0.18",
40
40
  "@uipath/project-packager": "1.1.15",
41
41
  "@uipath/solutionpackager-tool-core": "0.0.33",
42
42
  "commander": "^14.0.3",
43
43
  "typescript": "^6.0.2"
44
44
  },
45
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
45
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
46
46
  }