@uipath/agent-tool 1.0.2 → 1.0.4
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 +1 -1
- package/package.json +5 -5
package/dist/tool.js
CHANGED
|
@@ -80186,7 +80186,7 @@ import"./packager-tool.js";
|
|
|
80186
80186
|
// package.json
|
|
80187
80187
|
var package_default = {
|
|
80188
80188
|
name: "@uipath/agent-tool",
|
|
80189
|
-
version: "1.0.
|
|
80189
|
+
version: "1.0.4",
|
|
80190
80190
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
80191
80191
|
private: false,
|
|
80192
80192
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "cli plugin for creating and managing UiPath low-code agents",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@types/bun": "^1.3.11",
|
|
39
39
|
"@uipath/agent-sdk": "1.0.1",
|
|
40
40
|
"@uipath/agents-storage-schemas": "^1.0.0",
|
|
41
|
-
"@uipath/auth": "1.0.
|
|
42
|
-
"@uipath/common": "1.0.
|
|
43
|
-
"@uipath/filesystem": "1.0.
|
|
41
|
+
"@uipath/auth": "1.0.4",
|
|
42
|
+
"@uipath/common": "1.0.4",
|
|
43
|
+
"@uipath/filesystem": "1.0.4",
|
|
44
44
|
"@uipath/integrationservice-sdk": "1.0.1",
|
|
45
45
|
"@uipath/orchestrator-sdk": "1.0.0",
|
|
46
46
|
"@uipath/solution-sdk": "1.0.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"commander": "^14.0.3",
|
|
51
51
|
"typescript": "^6.0.2"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
54
54
|
}
|