UNPKG

@spartacus/schematics

Version:
43 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MEDIA_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.MEDIA_SERVICE_MIGRATION = { class: constants_1.MEDIA_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.STOREFRONT_CONFIG, literalInference: constants_1.STOREFRONT_CONFIG, injectionToken: { token: constants_1.CONFIG, importPath: constants_1.SPARTACUS_CORE, }, }, { className: constants_1.BREAKPOINT_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], removeParams: [ { className: constants_1.STOREFRONT_CONFIG, literalInference: constants_1.STOREFRONT_CONFIG, injectionToken: { token: constants_1.CONFIG, importPath: constants_1.SPARTACUS_CORE, }, }, { className: constants_1.BREAKPOINT_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.CONFIG, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=media.service.migration.js.map