@uipath/codedagent-tool 1.199.0-preview.91 → 1.199.0-preview.92
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
|
@@ -30238,7 +30238,7 @@ Searching for Python installations: ${allowedVersions}`);
|
|
|
30238
30238
|
var package_default = {
|
|
30239
30239
|
name: "@uipath/codedagent-tool",
|
|
30240
30240
|
license: "MIT",
|
|
30241
|
-
version: "1.199.0-preview.
|
|
30241
|
+
version: "1.199.0-preview.92",
|
|
30242
30242
|
description: "Build, run, deploy, and manage AI Agents.",
|
|
30243
30243
|
keywords: [
|
|
30244
30244
|
"cli-tool",
|
|
@@ -51207,4 +51207,4 @@ export {
|
|
|
51207
51207
|
metadata
|
|
51208
51208
|
};
|
|
51209
51209
|
|
|
51210
|
-
//# debugId=
|
|
51210
|
+
//# debugId=96328EE1427310BB64756E2164756E21
|
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.
|
|
4
|
+
"version": "1.199.0-preview.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
36
36
|
}
|