@uipath/coder-tool 1.201.0-preview.131 → 1.201.0-preview.133

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
@@ -4,7 +4,7 @@ import {
4
4
  metadata,
5
5
  registerCommands,
6
6
  setPreviewBuild
7
- } from "./tool-mvad8kaz.js";
7
+ } from "./tool-7ha8a8b5.js";
8
8
  import"./tool-9qecd4wb.js";
9
9
  import"./tool-7eva0peq.js";
10
10
  import"./tool-5arsyj36.js";
@@ -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.131",
4292
+ version: "1.201.0-preview.133",
4293
4293
  description: "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
4294
4294
  publishConfig: {
4295
4295
  registry: "https://npm.pkg.github.com/"
@@ -5775,4 +5775,4 @@ var registerCommands = async (program2) => {
5775
5775
 
5776
5776
  export { Command, setPreviewBuild, metadata, registerCommands };
5777
5777
 
5778
- //# debugId=F70332956BDC1D1A64756E2164756E21
5778
+ //# debugId=41BAB03489CD24B364756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-mvad8kaz.js";
4
+ } from "./tool-7ha8a8b5.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-7eva0peq.js";
7
7
  import"./tool-5arsyj36.js";
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.131",
4
+ "version": "1.201.0-preview.133",
5
5
  "description": "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
@@ -17,5 +17,5 @@
17
17
  "dependencies": {
18
18
  "@earendil-works/pi-coding-agent": "^0.80.6"
19
19
  },
20
- "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
20
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
21
21
  }