@uipath/rpa-tool 1.196.0 → 1.196.1

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
@@ -49752,7 +49752,7 @@ var {
49752
49752
  // package.json
49753
49753
  var package_default = {
49754
49754
  name: "@uipath/rpa-tool",
49755
- version: "1.196.0",
49755
+ version: "1.196.1",
49756
49756
  description: "Tool for creating and managing UiPath RPA projects",
49757
49757
  keywords: [
49758
49758
  "uipcli-tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/rpa-tool",
3
- "version": "1.196.0",
3
+ "version": "1.196.1",
4
4
  "description": "Tool for creating and managing UiPath RPA projects",
5
5
  "keywords": [
6
6
  "uipcli-tool",
@@ -59,9 +59,9 @@
59
59
  "typescript": "^5.7.2"
60
60
  },
61
61
  "optionalDependencies": {
62
- "@uipath/studio-helm-win32-x64": "1.196.0",
63
- "@uipath/studio-helm-linux-x64": "1.196.0",
64
- "@uipath/studio-helm-darwin-x64": "1.196.0",
65
- "@uipath/studio-helm-darwin-arm64": "1.196.0"
62
+ "@uipath/studio-helm-win32-x64": "1.196.1",
63
+ "@uipath/studio-helm-linux-x64": "1.196.1",
64
+ "@uipath/studio-helm-darwin-x64": "1.196.1",
65
+ "@uipath/studio-helm-darwin-arm64": "1.196.1"
66
66
  }
67
67
  }