@spartacus/schematics
Version:
Spartacus schematics
37 lines • 2.1 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONTENT_PAGE_META_RESOLVER_MIGRATION_V2 = exports.CONTENT_PAGE_META_RESOLVER_MIGRATION_V1 = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CONTENT_PAGE_META_RESOLVER_MIGRATION_V1 = {
class: constants_1.CONTENT_PAGE_META_RESOLVER,
importPath: constants_1.SPARTACUS_CORE,
deprecatedParams: [
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.ROUTING_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
],
removeParams: [
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.ROUTING_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
],
addParams: [
{ className: constants_1.BASE_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
],
};
exports.CONTENT_PAGE_META_RESOLVER_MIGRATION_V2 = {
class: constants_1.CONTENT_PAGE_META_RESOLVER,
importPath: constants_1.SPARTACUS_CORE,
deprecatedParams: [
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.ROUTING_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.BASE_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
],
removeParams: [
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.ROUTING_PAGE_META_RESOLVER, importPath: constants_1.SPARTACUS_CORE },
],
};
//# sourceMappingURL=content-page-meta.resolver.migration.js.map