@uipath/codedagent-tool 1.197.0-preview.68 → 1.197.0-preview.71

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.68",
29857
+ version: "1.197.0-preview.71",
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=7B5E82A15145523964756E2164756E21
30685
+ //# debugId=B80CD238D864C54364756E2164756E21
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.68",
4
+ "version": "1.197.0-preview.71",
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
35
+ "gitHead": "3cb058aea3fcde38dd3811ebba5eae53851de17c"
36
36
  }