@uipath/solution-tool 0.9.1 → 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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/tool.js +40171 -48684
  4. package/package.json +13 -15
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
  ```bash
25
25
  uip solution pack <solutionPath>
26
26
  uip solution publish <packagePath>
27
- uip solution new --name MySolution
27
+ uip solution init --name MySolution
28
28
  uip solution upload <packagePath>
29
29
  uip solution deploy run --solution-name MySolution
30
30
  uip solution deploy status --solution-name MySolution
package/dist/index.js CHANGED
@@ -1006,7 +1006,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1006
1006
  this._exitCallback = (err) => {
1007
1007
  if (err.code !== "commander.executeSubCommandAsync") {
1008
1008
  throw err;
1009
- } else {}
1009
+ }
1010
1010
  };
1011
1011
  }
1012
1012
  return this;