@uipath/solution-tool 1.0.0 → 1.0.2
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 +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/tool.js
CHANGED
|
@@ -850,7 +850,7 @@ var init_src = __esm(() => {
|
|
|
850
850
|
|
|
851
851
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
852
852
|
var require_coreipc = __commonJS((exports, module) => {
|
|
853
|
-
var __dirname = "/
|
|
853
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
854
854
|
/*! For license information please see index.js.LICENSE.txt */
|
|
855
855
|
(function(e, t) {
|
|
856
856
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -20015,7 +20015,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
20015
20015
|
this._exitCallback = (err2) => {
|
|
20016
20016
|
if (err2.code !== "commander.executeSubCommandAsync") {
|
|
20017
20017
|
throw err2;
|
|
20018
|
-
}
|
|
20018
|
+
}
|
|
20019
20019
|
};
|
|
20020
20020
|
}
|
|
20021
20021
|
return this;
|
|
@@ -27509,7 +27509,7 @@ toolsFactoryRepository.registerProjectToolFactory(new FunctionsToolFactory);
|
|
|
27509
27509
|
// package.json
|
|
27510
27510
|
var package_default = {
|
|
27511
27511
|
name: "@uipath/solution-tool",
|
|
27512
|
-
version: "1.0.
|
|
27512
|
+
version: "1.0.2",
|
|
27513
27513
|
description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
27514
27514
|
repository: {
|
|
27515
27515
|
type: "git",
|
|
@@ -45917,7 +45917,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
45917
45917
|
this._exitCallback = (err2) => {
|
|
45918
45918
|
if (err2.code !== "commander.executeSubCommandAsync") {
|
|
45919
45919
|
throw err2;
|
|
45920
|
-
}
|
|
45920
|
+
}
|
|
45921
45921
|
};
|
|
45922
45922
|
}
|
|
45923
45923
|
return this;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^25.5.2",
|
|
38
|
-
"@uipath/auth": "1.0.
|
|
39
|
-
"@uipath/common": "1.0.
|
|
40
|
-
"@uipath/filesystem": "1.0.
|
|
38
|
+
"@uipath/auth": "1.0.2",
|
|
39
|
+
"@uipath/common": "1.0.2",
|
|
40
|
+
"@uipath/filesystem": "1.0.2",
|
|
41
41
|
"@uipath/orchestrator-sdk": "1.0.0",
|
|
42
42
|
"@uipath/packager-tool-connector": "0.0.18",
|
|
43
43
|
"@uipath/packager-tool-functions": "0.1.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"fflate": "^0.8.2",
|
|
53
53
|
"typescript": "^6.0.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
56
56
|
}
|