@uipath/codedagent-tool 1.199.0-preview.111 → 1.199.0-preview.112

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
@@ -30376,7 +30376,7 @@ Searching for Python installations: ${allowedVersions}`);
30376
30376
  var package_default = {
30377
30377
  name: "@uipath/codedagent-tool",
30378
30378
  license: "MIT",
30379
- version: "1.199.0-preview.111",
30379
+ version: "1.199.0-preview.112",
30380
30380
  description: "Build, run, deploy, and manage AI Agents.",
30381
30381
  keywords: [
30382
30382
  "cli-tool",
@@ -51345,4 +51345,4 @@ export {
51345
51345
  metadata
51346
51346
  };
51347
51347
 
51348
- //# debugId=2C3A59388CFDD18964756E2164756E21
51348
+ //# debugId=039687B0ACD7D4AE64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/codedagent-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.111",
4
+ "version": "1.199.0-preview.112",
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": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
35
+ "gitHead": "6c234a4d766b301221d9de923043594002836554"
36
36
  }