@uipath/codedagent-tool 1.197.0-preview.74 → 1.197.0
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
|
@@ -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
|
|
29857
|
+
version: "1.197.0",
|
|
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=
|
|
30685
|
+
//# debugId=0DEF474C0C73C48B64756E2164756E21
|
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
|
|
4
|
+
"version": "1.197.0",
|
|
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
36
36
|
}
|