@uipath/rpa-tool 1.198.3 → 1.198.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 +7 -7
package/dist/tool.js CHANGED
@@ -59091,7 +59091,7 @@ var {
59091
59091
  // package.json
59092
59092
  var package_default = {
59093
59093
  name: "@uipath/rpa-tool",
59094
- version: "1.198.3",
59094
+ version: "1.198.4",
59095
59095
  description: "Tool for creating and managing UiPath RPA projects",
59096
59096
  keywords: [
59097
59097
  "uipcli-tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/rpa-tool",
3
- "version": "1.198.3",
3
+ "version": "1.198.4",
4
4
  "description": "Tool for creating and managing UiPath RPA projects",
5
5
  "keywords": [
6
6
  "uipcli-tool",
@@ -59,11 +59,11 @@
59
59
  "typescript": "^5.7.2"
60
60
  },
61
61
  "optionalDependencies": {
62
- "@uipath/studio-helm-win32-x64": "1.198.3",
63
- "@uipath/studio-helm-win32-arm64": "1.198.3",
64
- "@uipath/studio-helm-linux-x64": "1.198.3",
65
- "@uipath/studio-helm-linux-arm64": "1.198.3",
66
- "@uipath/studio-helm-darwin-x64": "1.198.3",
67
- "@uipath/studio-helm-darwin-arm64": "1.198.3"
62
+ "@uipath/studio-helm-win32-x64": "1.198.4",
63
+ "@uipath/studio-helm-win32-arm64": "1.198.4",
64
+ "@uipath/studio-helm-linux-x64": "1.198.4",
65
+ "@uipath/studio-helm-linux-arm64": "1.198.4",
66
+ "@uipath/studio-helm-darwin-x64": "1.198.4",
67
+ "@uipath/studio-helm-darwin-arm64": "1.198.4"
68
68
  }
69
69
  }