@uipath/agent-tool 1.197.0 → 1.198.0-preview.80
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/packager-tool.js +5 -1
- package/dist/tool.js +53073 -24733
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -981,6 +981,10 @@ class ProjectTool {
|
|
|
981
981
|
this.logger.info("Pack operation is a noop");
|
|
982
982
|
return ToolResult.success();
|
|
983
983
|
}
|
|
984
|
+
async cleanupAsync(_options, _cancellationToken) {
|
|
985
|
+
this.logger.info("Cleanup operation is a noop");
|
|
986
|
+
return ToolResult.success();
|
|
987
|
+
}
|
|
984
988
|
async getUiProjectAsync(projectPath) {
|
|
985
989
|
const filePath = Path.join(projectPath, ProjectTool.ProjectFileName);
|
|
986
990
|
if (!await this.fileSystem.exists(filePath)) {
|
|
@@ -36636,4 +36640,4 @@ function registerAgentToolFactory() {
|
|
|
36636
36640
|
// src/packager-tool.ts
|
|
36637
36641
|
registerAgentToolFactory();
|
|
36638
36642
|
|
|
36639
|
-
//# debugId=
|
|
36643
|
+
//# debugId=1DF975D63F42ACBC64756E2164756E21
|