@thanaen/ado-cli 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -57412,6 +57412,7 @@ var import_GitInterfaces = __toESM(require_GitInterfaces(), 1);
57412
57412
  var import_WorkItemTrackingInterfaces = __toESM(require_WorkItemTrackingInterfaces(), 1);
57413
57413
  var import_BuildInterfaces = __toESM(require_BuildInterfaces(), 1);
57414
57414
  var import_VSSInterfaces = __toESM(require_VSSInterfaces(), 1);
57415
+ process.removeAllListeners("warning");
57415
57416
  function pickRepo(config, value) {
57416
57417
  return value || config.repo;
57417
57418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thanaen/ado-cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Lightweight Azure DevOps CLI for repos, work items, pull requests, and builds",
5
5
  "repository": {
6
6
  "type": "git",