@uipath/codedagent-tool 1.198.0-preview.93 → 1.198.0-preview.95
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.
- package/dist/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -30237,7 +30237,7 @@ Searching for Python installations: ${allowedVersions}`);
|
|
|
30237
30237
|
var package_default = {
|
|
30238
30238
|
name: "@uipath/codedagent-tool",
|
|
30239
30239
|
license: "MIT",
|
|
30240
|
-
version: "1.198.0-preview.
|
|
30240
|
+
version: "1.198.0-preview.95",
|
|
30241
30241
|
description: "Build, run, deploy, and manage AI Agents.",
|
|
30242
30242
|
keywords: [
|
|
30243
30243
|
"cli-tool",
|
|
@@ -31065,4 +31065,4 @@ export {
|
|
|
31065
31065
|
metadata
|
|
31066
31066
|
};
|
|
31067
31067
|
|
|
31068
|
-
//# debugId=
|
|
31068
|
+
//# debugId=C2E495506CB77BF464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedagent-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.95",
|
|
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": "
|
|
35
|
+
"gitHead": "7f6f14e06688fe417ecaac94186ab795a9106caa"
|
|
36
36
|
}
|