@spartacus/schematics
Version:
Spartacus schematics
19 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRODUCT_PAGE_EVENT_BUILDER_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.PRODUCT_PAGE_EVENT_BUILDER_COMPONENT_MIGRATION = {
// projects/storefrontlib/events/product/product-page-event.builder.spec.ts
class: constants_1.PRODUCT_PAGE_EVENT_BUILDER,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedParams: [
{ className: constants_1.EVENT_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.PRODUCT_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.PRODUCT_SEARCH_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE },
],
removeParams: [
{ className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE },
],
};
//# sourceMappingURL=product-page-event.builder.migration.js.map