@uipath/rpa-tool 1.1.195 → 1.195.0
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 +1 -1
- package/dist/tool.js +2 -2
- package/package.json +1 -1
package/dist/packager-tool.js
CHANGED
|
@@ -21919,7 +21919,7 @@ Command.prototype.trackedAction = function(context, fn, properties) {
|
|
|
21919
21919
|
};
|
|
21920
21920
|
|
|
21921
21921
|
// src/resolution/helm-config.ts
|
|
21922
|
-
var DEFAULT_HELM_VERSION = "1.
|
|
21922
|
+
var DEFAULT_HELM_VERSION = "1.195.0";
|
|
21923
21923
|
var helmConfig = {
|
|
21924
21924
|
helmVersion: DEFAULT_HELM_VERSION
|
|
21925
21925
|
};
|
package/dist/tool.js
CHANGED
|
@@ -57627,7 +57627,7 @@ var {
|
|
|
57627
57627
|
// package.json
|
|
57628
57628
|
var package_default = {
|
|
57629
57629
|
name: "@uipath/rpa-tool",
|
|
57630
|
-
version: "1.
|
|
57630
|
+
version: "1.195.0",
|
|
57631
57631
|
description: "Tool for creating and managing UiPath RPA projects",
|
|
57632
57632
|
keywords: [
|
|
57633
57633
|
"uipcli-tool",
|
|
@@ -59703,7 +59703,7 @@ function filterByBackend(instances, preference) {
|
|
|
59703
59703
|
}
|
|
59704
59704
|
}
|
|
59705
59705
|
// src/resolution/helm-config.ts
|
|
59706
|
-
var DEFAULT_HELM_VERSION = "1.
|
|
59706
|
+
var DEFAULT_HELM_VERSION = "1.195.0";
|
|
59707
59707
|
var helmConfig = {
|
|
59708
59708
|
helmVersion: DEFAULT_HELM_VERSION
|
|
59709
59709
|
};
|