@uipath/codedagent-tool 1.197.0-preview.59 → 1.197.0-preview.63

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 +2 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -29256,7 +29256,7 @@ Searching for Python installations: ${allowedVersions}`);
29256
29256
  var package_default = {
29257
29257
  name: "@uipath/codedagent-tool",
29258
29258
  license: "MIT",
29259
- version: "1.197.0-preview.59",
29259
+ version: "1.197.0-preview.63",
29260
29260
  description: "Build, run, deploy, and manage AI Agents.",
29261
29261
  keywords: [
29262
29262
  "cli-tool",
@@ -30056,4 +30056,4 @@ export {
30056
30056
  metadata
30057
30057
  };
30058
30058
 
30059
- //# debugId=8331E76052CCF4CF64756E2164756E21
30059
+ //# debugId=1B370E9E4951FF2B64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/codedagent-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.59",
4
+ "version": "1.197.0-preview.63",
5
5
  "description": "Build, run, deploy, and manage AI Agents.",
6
6
  "keywords": [
7
7
  "cli-tool",
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
- "gitHead": "df0e2b8140cced13f463b487214927c82bc0f85b"
35
+ "gitHead": "f11c510734215113744bf42073c327ecd776c7c2"
36
36
  }