@uipath/context-grounding-tool 1.200.0-preview.118 → 1.200.0

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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-j6b92ksh.js";
6
+ } from "./tool-tckprqf1.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-nvhfxv67.js";
9
9
  import"./tool-vc9mne6b.js";
@@ -11288,7 +11288,7 @@ function createCommandForwarder(executeCommand) {
11288
11288
  var package_default = {
11289
11289
  name: "@uipath/context-grounding-tool",
11290
11290
  license: "MIT",
11291
- version: "1.200.0-preview.118",
11291
+ version: "1.200.0",
11292
11292
  description: "Tool for context grounding operations via the UiPath Python SDK",
11293
11293
  keywords: [
11294
11294
  "uipcli-tool",
@@ -11389,4 +11389,4 @@ var registerCommands = async (program2) => {
11389
11389
 
11390
11390
  export { Command, metadata, registerCommands };
11391
11391
 
11392
- //# debugId=5D0ADAD2AF7309C064756E2164756E21
11392
+ //# debugId=8F09EE95B7CD428164756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-j6b92ksh.js";
4
+ } from "./tool-tckprqf1.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-nvhfxv67.js";
7
7
  import"./tool-vc9mne6b.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/context-grounding-tool",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.118",
4
+ "version": "1.200.0",
5
5
  "description": "Tool for context grounding operations via the UiPath Python SDK",
6
6
  "keywords": [
7
7
  "uipcli-tool",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "registry": "https://registry.npmjs.org/"
30
30
  },
31
- "gitHead": "bc87399d98869787498783b3b9383df4426fd896"
31
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
32
32
  }