@kb-labs/shared-cli-ui 1.4.0 → 2.6.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/index.js CHANGED
@@ -801,6 +801,7 @@ var StaticCommandDiscovery = class {
801
801
  constructor(commands) {
802
802
  this.commands = commands;
803
803
  }
804
+ commands;
804
805
  async getAvailableCommands() {
805
806
  return [...this.commands];
806
807
  }
@@ -997,6 +998,8 @@ var DynamicCommandDiscovery = class {
997
998
  this.manifestLoader = manifestLoader;
998
999
  this.packageNames = packageNames;
999
1000
  }
1001
+ manifestLoader;
1002
+ packageNames;
1000
1003
  manifestCache = /* @__PURE__ */ new Map();
1001
1004
  commandCache = /* @__PURE__ */ new Map();
1002
1005
  async getAvailableCommands() {