@spartacus/schematics
Version:
Spartacus schematics
14 lines • 705 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MULTI_CART_STATE_PERSISTENCE_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/core/src/cart/services/multi-cart-state-persistence.service.ts
exports.MULTI_CART_STATE_PERSISTENCE_SERVICE_MIGRATION = [
{
class: constants_1.MULTI_CART_STATE_PERSISTENCE_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.SYNC,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SYNC}' was renamed to ${constants_1.INIT_SYNC}.`,
},
];
//# sourceMappingURL=multi-cart-state-persistence.service.migration.js.map