@uipath/rpa-tool 1.197.0-preview.20260703.21 → 1.197.0

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
@@ -58994,7 +58994,7 @@ var {
58994
58994
  // package.json
58995
58995
  var package_default = {
58996
58996
  name: "@uipath/rpa-tool",
58997
- version: "1.197.0-preview.20260703.21",
58997
+ version: "1.197.0",
58998
58998
  description: "Tool for creating and managing UiPath RPA projects",
58999
58999
  keywords: [
59000
59000
  "uipcli-tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/rpa-tool",
3
- "version": "1.197.0-preview.20260703.21",
3
+ "version": "1.197.0",
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.197.0-preview.20260703.21",
63
- "@uipath/studio-helm-win32-arm64": "1.197.0-preview.20260703.21",
64
- "@uipath/studio-helm-linux-x64": "1.197.0-preview.20260703.21",
65
- "@uipath/studio-helm-linux-arm64": "1.197.0-preview.20260703.21",
66
- "@uipath/studio-helm-darwin-x64": "1.197.0-preview.20260703.21",
67
- "@uipath/studio-helm-darwin-arm64": "1.197.0-preview.20260703.21"
62
+ "@uipath/studio-helm-win32-x64": "1.197.0",
63
+ "@uipath/studio-helm-win32-arm64": "1.197.0",
64
+ "@uipath/studio-helm-linux-x64": "1.197.0",
65
+ "@uipath/studio-helm-linux-arm64": "1.197.0",
66
+ "@uipath/studio-helm-darwin-x64": "1.197.0",
67
+ "@uipath/studio-helm-darwin-arm64": "1.197.0"
68
68
  }
69
69
  }