@uipath/codedagent-tool 1.198.0-preview.84 → 1.198.0-preview.85
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
|
@@ -29863,7 +29863,7 @@ Searching for Python installations: ${allowedVersions}`);
|
|
|
29863
29863
|
var package_default = {
|
|
29864
29864
|
name: "@uipath/codedagent-tool",
|
|
29865
29865
|
license: "MIT",
|
|
29866
|
-
version: "1.198.0-preview.
|
|
29866
|
+
version: "1.198.0-preview.85",
|
|
29867
29867
|
description: "Build, run, deploy, and manage AI Agents.",
|
|
29868
29868
|
keywords: [
|
|
29869
29869
|
"cli-tool",
|
|
@@ -30691,4 +30691,4 @@ export {
|
|
|
30691
30691
|
metadata
|
|
30692
30692
|
};
|
|
30693
30693
|
|
|
30694
|
-
//# debugId=
|
|
30694
|
+
//# debugId=F9E3AF9341008A4964756E2164756E21
|
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.85",
|
|
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": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
|
|
36
36
|
}
|