@uipath/coder-tool 1.201.0-preview.121 → 1.201.0-preview.122
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
|
@@ -4289,7 +4289,7 @@ var factorySlot = singleton("PackagerFactoryProvider");
|
|
|
4289
4289
|
var package_default = {
|
|
4290
4290
|
name: "@uipath/coder-tool",
|
|
4291
4291
|
license: "MIT",
|
|
4292
|
-
version: "1.201.0-preview.
|
|
4292
|
+
version: "1.201.0-preview.122",
|
|
4293
4293
|
description: "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
|
|
4294
4294
|
type: "module",
|
|
4295
4295
|
main: "./dist/tool.js",
|
|
@@ -5772,4 +5772,4 @@ var registerCommands = async (program2) => {
|
|
|
5772
5772
|
|
|
5773
5773
|
export { Command, setPreviewBuild, metadata, registerCommands };
|
|
5774
5774
|
|
|
5775
|
-
//# debugId=
|
|
5775
|
+
//# debugId=936C484AA2B612E964756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/coder-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
5
5
|
"description": "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/tool.js",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"registry": "https://registry.npmjs.org/"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
21
21
|
}
|