@canonical/jujulib
Version:
Juju API client
12 lines • 457 B
JavaScript
import AllWatcherV1 from "./AllWatcherV1.js";
import AllWatcherV2 from "./AllWatcherV2.js";
import AllWatcherV3 from "./AllWatcherV3.js";
export * as AllWatcherV1 from "./AllWatcherV1.js";
export * as AllWatcherV2 from "./AllWatcherV2.js";
export * as AllWatcherV3 from "./AllWatcherV3.js";
const AllWatcher = {
name: "AllWatcher",
versions: [AllWatcherV1, AllWatcherV2, AllWatcherV3],
};
export default AllWatcher;
//# sourceMappingURL=index.js.map