UNPKG

@spartacus/schematics

Version:
17 lines 981 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.migrate = exports.CONFIG_DEPRECATION_DATA = void 0; const config_deprecation_1 = require("../../mechanism/config-deprecations/config-deprecation"); const product_configurator_rulebased_feature_migration_1 = require("./data/product-configurator-rulebased-feature.migration"); const product_configurator_textfield_feature_migration_1 = require("./data/product-configurator-textfield-feature.migration"); exports.CONFIG_DEPRECATION_DATA = [ product_configurator_textfield_feature_migration_1.PRODUCT_CONFIGURATOR_TEXTFIELD_FEATURE_MIGRATION, product_configurator_rulebased_feature_migration_1.PRODUCT_CONFIGURATOR_RULEBASED_FEATURE_MIGRATION, ]; function migrate() { return (tree, context) => { return config_deprecation_1.migrateConfigDeprecation(tree, context, exports.CONFIG_DEPRECATION_DATA); }; } exports.migrate = migrate; //# sourceMappingURL=config-deprecation.js.map