@uipath/context-grounding-tool 1.201.0-preview.128 → 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 CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-zrkeezne.js";
6
+ } from "./tool-ncmmphjw.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-7eva0peq.js";
9
9
  import"./tool-5arsyj36.js";
@@ -6334,7 +6334,7 @@ function createCommandForwarder(executeCommand) {
6334
6334
  var package_default = {
6335
6335
  name: "@uipath/context-grounding-tool",
6336
6336
  license: "MIT",
6337
- version: "1.201.0-preview.128",
6337
+ version: "1.201.0-preview.131",
6338
6338
  description: "Tool for context grounding operations via the UiPath Python SDK",
6339
6339
  keywords: [
6340
6340
  "uipcli-tool",
@@ -6435,4 +6435,4 @@ var registerCommands = async (program2) => {
6435
6435
 
6436
6436
  export { Command, metadata, registerCommands };
6437
6437
 
6438
- //# debugId=215076B1B2E2C4E764756E2164756E21
6438
+ //# debugId=ACD881D988671A1D64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-zrkeezne.js";
4
+ } from "./tool-ncmmphjw.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-7eva0peq.js";
7
7
  import"./tool-5arsyj36.js";
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
- "name": "@uipath/context-grounding-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "Tool for context grounding operations via the UiPath Python SDK",
6
- "keywords": [
7
- "uipcli-tool",
8
- "context-grounding",
9
- "wrapper"
10
- ],
11
- "type": "module",
12
- "main": "./dist/tool.js",
13
- "exports": {
14
- ".": "./dist/tool.js"
15
- },
16
- "private": false,
17
- "bin": {
18
- "context-grounding-tool": "./dist/index.js"
19
- },
20
- "files": [
21
- "dist"
22
- ],
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/UiPath/cli.git",
26
- "directory": "packages/context-grounding-tool"
27
- },
28
- "publishConfig": {
29
- "registry": "https://registry.npmjs.org/"
30
- },
31
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/context-grounding-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "Tool for context grounding operations via the UiPath Python SDK",
6
+ "keywords": [
7
+ "uipcli-tool",
8
+ "context-grounding",
9
+ "wrapper"
10
+ ],
11
+ "type": "module",
12
+ "main": "./dist/tool.js",
13
+ "exports": {
14
+ ".": "./dist/tool.js"
15
+ },
16
+ "private": false,
17
+ "bin": {
18
+ "context-grounding-tool": "./dist/index.js"
19
+ },
20
+ "files": [
21
+ "dist"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/UiPath/cli.git",
26
+ "directory": "packages/context-grounding-tool"
27
+ },
28
+ "publishConfig": {
29
+ "registry": "https://registry.npmjs.org/"
30
+ },
31
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
32
32
  }