@uipath/rpa-legacy-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/index.js +1 -1
- package/dist/tool.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -25627,7 +25627,7 @@ var {
|
|
|
25627
25627
|
// package.json
|
|
25628
25628
|
var package_default = {
|
|
25629
25629
|
name: "@uipath/rpa-legacy-tool",
|
|
25630
|
-
version: "1.0.
|
|
25630
|
+
version: "1.0.4",
|
|
25631
25631
|
description: "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
|
|
25632
25632
|
private: false,
|
|
25633
25633
|
maintainers: [
|
package/dist/tool.js
CHANGED
|
@@ -23516,7 +23516,7 @@ var init_src2 = __esm(() => {
|
|
|
23516
23516
|
// package.json
|
|
23517
23517
|
var package_default = {
|
|
23518
23518
|
name: "@uipath/rpa-legacy-tool",
|
|
23519
|
-
version: "1.0.
|
|
23519
|
+
version: "1.0.4",
|
|
23520
23520
|
description: "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
|
|
23521
23521
|
private: false,
|
|
23522
23522
|
maintainers: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/rpa-legacy-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"maintainers": [
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"commander": "^14.0.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@uipath/auth": "1.0.
|
|
44
|
-
"@uipath/common": "1.0.
|
|
45
|
-
"@uipath/filesystem": "1.0.
|
|
43
|
+
"@uipath/auth": "1.0.4",
|
|
44
|
+
"@uipath/common": "1.0.4",
|
|
45
|
+
"@uipath/filesystem": "1.0.4",
|
|
46
46
|
"adm-zip": "^0.5.16",
|
|
47
47
|
"@types/adm-zip": "^0.5.7",
|
|
48
48
|
"@types/bun": "^1.3.11",
|
|
49
49
|
"typescript": "^6.0.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
52
52
|
}
|