@uipath/rpa-tool 1.200.0 → 1.200.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 +7 -7
package/dist/tool.js CHANGED
@@ -42407,7 +42407,7 @@ var {
42407
42407
  // package.json
42408
42408
  var package_default = {
42409
42409
  name: "@uipath/rpa-tool",
42410
- version: "1.200.0",
42410
+ version: "1.200.1",
42411
42411
  description: "Tool for creating and managing UiPath RPA projects",
42412
42412
  keywords: [
42413
42413
  "uipcli-tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/rpa-tool",
3
- "version": "1.200.0",
3
+ "version": "1.200.1",
4
4
  "description": "Tool for creating and managing UiPath RPA projects",
5
5
  "keywords": [
6
6
  "uipcli-tool",
@@ -62,11 +62,11 @@
62
62
  "typescript": "^5.7.2"
63
63
  },
64
64
  "optionalDependencies": {
65
- "@uipath/studio-helm-win32-x64": "1.200.0",
66
- "@uipath/studio-helm-win32-arm64": "1.200.0",
67
- "@uipath/studio-helm-linux-x64": "1.200.0",
68
- "@uipath/studio-helm-linux-arm64": "1.200.0",
69
- "@uipath/studio-helm-darwin-x64": "1.200.0",
70
- "@uipath/studio-helm-darwin-arm64": "1.200.0"
65
+ "@uipath/studio-helm-win32-x64": "1.200.1",
66
+ "@uipath/studio-helm-win32-arm64": "1.200.1",
67
+ "@uipath/studio-helm-linux-x64": "1.200.1",
68
+ "@uipath/studio-helm-linux-arm64": "1.200.1",
69
+ "@uipath/studio-helm-darwin-x64": "1.200.1",
70
+ "@uipath/studio-helm-darwin-arm64": "1.200.1"
71
71
  }
72
72
  }