@uipath/codedagent-tool 1.201.0-preview.125 → 1.201.0-preview.127
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/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
var package_default = {
|
|
22
22
|
name: "@uipath/codedagent-tool",
|
|
23
23
|
license: "MIT",
|
|
24
|
-
version: "1.201.0-preview.
|
|
24
|
+
version: "1.201.0-preview.127",
|
|
25
25
|
description: "Build, run, deploy, and manage AI Agents.",
|
|
26
26
|
keywords: [
|
|
27
27
|
"cli-tool",
|
|
@@ -3182,4 +3182,4 @@ var registerCommands = async (program) => {
|
|
|
3182
3182
|
|
|
3183
3183
|
export { metadata, registerCommands };
|
|
3184
3184
|
|
|
3185
|
-
//# debugId=
|
|
3185
|
+
//# debugId=87929E886DFDCC8464756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedagent-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.127",
|
|
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": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
|
|
36
36
|
}
|