@uipath/rpa-tool 1.198.1 → 1.198.3

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.
Files changed (3) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/tool.js +593 -134
  3. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -2197,7 +2197,7 @@ var {
2197
2197
 
2198
2198
  // src/commander-polyfill.ts
2199
2199
  if (!Command.prototype.trackedAction) {
2200
- Command.prototype.trackedAction = function(context, fn) {
2200
+ Command.prototype.trackedAction = function(context, fn, _properties) {
2201
2201
  return this.action(async (...args) => {
2202
2202
  try {
2203
2203
  await fn(...args);