@canonical/jujulib
Version:
Juju API client
10 lines • 333 B
JavaScript
import CAASAgentV1 from "./CAASAgentV1.js";
import CAASAgentV2 from "./CAASAgentV2.js";
export * as CAASAgentV1 from "./CAASAgentV1.js";
export * as CAASAgentV2 from "./CAASAgentV2.js";
const CAASAgent = {
name: "CAASAgent",
versions: [CAASAgentV1, CAASAgentV2],
};
export default CAASAgent;
//# sourceMappingURL=index.js.map