@uipath/coder-tool 1.201.0-preview.127 → 1.201.0-preview.131
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 +1 -1
- package/dist/{tool-2gfmydxc.js → tool-mvad8kaz.js} +5 -2
- package/dist/tool.js +1 -1
- package/package.json +19 -19
package/dist/index.js
CHANGED
|
@@ -4289,8 +4289,11 @@ 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.131",
|
|
4293
4293
|
description: "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
|
|
4294
|
+
publishConfig: {
|
|
4295
|
+
registry: "https://npm.pkg.github.com/"
|
|
4296
|
+
},
|
|
4294
4297
|
type: "module",
|
|
4295
4298
|
main: "./dist/tool.js",
|
|
4296
4299
|
exports: {
|
|
@@ -5772,4 +5775,4 @@ var registerCommands = async (program2) => {
|
|
|
5772
5775
|
|
|
5773
5776
|
export { Command, setPreviewBuild, metadata, registerCommands };
|
|
5774
5777
|
|
|
5775
|
-
//# debugId=
|
|
5778
|
+
//# debugId=F70332956BDC1D1A64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
2
|
+
"name": "@uipath/coder-tool",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.201.0-preview.131",
|
|
5
|
+
"description": "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "./dist/tool.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./dist/tool.js"
|
|
13
|
+
},
|
|
14
|
+
"bin": {
|
|
15
|
+
"coder-tool": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@earendil-works/pi-coding-agent": "^0.80.6"
|
|
19
|
+
},
|
|
20
|
+
"gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
|
|
21
21
|
}
|