@uipath/codedagent-tool 1.199.0-preview.106 → 1.199.0-preview.107
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
|
@@ -30345,7 +30345,7 @@ Searching for Python installations: ${allowedVersions}`);
|
|
|
30345
30345
|
var package_default = {
|
|
30346
30346
|
name: "@uipath/codedagent-tool",
|
|
30347
30347
|
license: "MIT",
|
|
30348
|
-
version: "1.199.0-preview.
|
|
30348
|
+
version: "1.199.0-preview.107",
|
|
30349
30349
|
description: "Build, run, deploy, and manage AI Agents.",
|
|
30350
30350
|
keywords: [
|
|
30351
30351
|
"cli-tool",
|
|
@@ -51314,4 +51314,4 @@ export {
|
|
|
51314
51314
|
metadata
|
|
51315
51315
|
};
|
|
51316
51316
|
|
|
51317
|
-
//# debugId=
|
|
51317
|
+
//# debugId=FFE723546D9DE4DA64756E2164756E21
|
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.107",
|
|
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": "bbfbe57757e61c3b0c6ef05fb0ad5c1d0f1f7680"
|
|
36
36
|
}
|