UNPKG

@o3r/application

Version:

This module provides development help to monitor your Otter Application

16 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateV10_0 = updateV10_0; const schematics_1 = require("@angular-devkit/schematics"); const update_cms_config_1 = require("./v10.0/update-cms-config"); /** * update of Otter library V10.0 */ // eslint-disable-next-line @typescript-eslint/naming-convention -- function name contains the version function updateV10_0() { const updateRules = [ (0, update_cms_config_1.updateCmsJsonFile)() ]; return (0, schematics_1.chain)(updateRules); } //# sourceMappingURL=index.js.map