@uipath/codedagent-tool 1.197.0-preview.74 → 1.197.0-preview.76

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
@@ -29854,7 +29854,7 @@ Searching for Python installations: ${allowedVersions}`);
29854
29854
  var package_default = {
29855
29855
  name: "@uipath/codedagent-tool",
29856
29856
  license: "MIT",
29857
- version: "1.197.0-preview.74",
29857
+ version: "1.197.0-preview.76",
29858
29858
  description: "Build, run, deploy, and manage AI Agents.",
29859
29859
  keywords: [
29860
29860
  "cli-tool",
@@ -30682,4 +30682,4 @@ export {
30682
30682
  metadata
30683
30683
  };
30684
30684
 
30685
- //# debugId=54382B4E2F9DC65064756E2164756E21
30685
+ //# debugId=74E2DBBC3245CB5764756E2164756E21
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.74",
4
+ "version": "1.197.0-preview.76",
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": "4f5d84e6d01bedd56da7202219a3e7b3bdead467"
35
+ "gitHead": "e66bcea788dcf20d4032933a353a64baab9b22a9"
36
36
  }