@uipath/agent-tool 0.1.12 → 0.1.13
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 +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -25866,7 +25866,7 @@ import"./packager-tool.js";
|
|
|
25866
25866
|
// package.json
|
|
25867
25867
|
var package_default = {
|
|
25868
25868
|
name: "@uipath/agent-tool",
|
|
25869
|
-
version: "0.1.
|
|
25869
|
+
version: "0.1.13",
|
|
25870
25870
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
25871
25871
|
private: false,
|
|
25872
25872
|
maintainers: [
|
|
@@ -25910,7 +25910,7 @@ var package_default = {
|
|
|
25910
25910
|
},
|
|
25911
25911
|
peerDependencies: {
|
|
25912
25912
|
commander: "^14.0.3",
|
|
25913
|
-
"@uipath/common": "^0.1.
|
|
25913
|
+
"@uipath/common": "^0.1.13",
|
|
25914
25914
|
"@uipath/auth": "^0.1.9",
|
|
25915
25915
|
"@uipath/filesystem": "^0.1.6",
|
|
25916
25916
|
"@uipath/solutionpackager-tool-core": "workspace:*"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "cli plugin for creating and managing UiPath low-code agents",
|
|
5
5
|
"private": false,
|
|
6
6
|
"maintainers": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"commander": "^14.0.3",
|
|
47
|
-
"@uipath/common": "^0.1.
|
|
47
|
+
"@uipath/common": "^0.1.13",
|
|
48
48
|
"@uipath/auth": "^0.1.9",
|
|
49
49
|
"@uipath/filesystem": "^0.1.6",
|
|
50
50
|
"@uipath/solutionpackager-tool-core": "0.0.31"
|