@uipath/coder-tool 1.199.0-preview.116 → 1.199.0-preview.119
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
|
@@ -28374,7 +28374,7 @@ var factorySlot = singleton("PackagerFactoryProvider");
|
|
|
28374
28374
|
var package_default = {
|
|
28375
28375
|
name: "@uipath/coder-tool",
|
|
28376
28376
|
license: "MIT",
|
|
28377
|
-
version: "1.199.0-preview.
|
|
28377
|
+
version: "1.199.0-preview.119",
|
|
28378
28378
|
description: "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
|
|
28379
28379
|
type: "module",
|
|
28380
28380
|
main: "./dist/tool.js",
|
|
@@ -29796,4 +29796,4 @@ export {
|
|
|
29796
29796
|
metadata
|
|
29797
29797
|
};
|
|
29798
29798
|
|
|
29799
|
-
//# debugId=
|
|
29799
|
+
//# debugId=60467487DDCF7C9A64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/coder-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.119",
|
|
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": "9237653cf731fb275714c8ee5aab5dc057424b42"
|
|
21
21
|
}
|