@uipath/llmgw-tool 1.0.0 → 1.1.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/tool.js +5200 -5129
- package/package.json +4 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/llmgw-tool",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -22,20 +22,12 @@
|
|
|
22
22
|
"files": [
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "bun build ./src/tool.ts --outdir dist --format esm --target node --external commander",
|
|
27
|
-
"package": "bun run build && bun pm pack",
|
|
28
|
-
"lint": "biome check .",
|
|
29
|
-
"lint:fix": "biome check --write .",
|
|
30
|
-
"test": "vitest run",
|
|
31
|
-
"test:coverage": "vitest run --coverage"
|
|
32
|
-
},
|
|
33
25
|
"devDependencies": {
|
|
34
26
|
"@types/bun": "^1.3.11",
|
|
35
|
-
"@uipath/llmgw-sdk": "1.
|
|
36
|
-
"@uipath/common": "1.
|
|
27
|
+
"@uipath/llmgw-sdk": "1.1.0",
|
|
28
|
+
"@uipath/common": "1.1.0",
|
|
37
29
|
"commander": "^14.0.3",
|
|
38
30
|
"typescript": "^6.0.2"
|
|
39
31
|
},
|
|
40
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "06e8c8f566df4b87da4a008635483c62f64f33f0"
|
|
41
33
|
}
|