UNPKG

@spartacus/schematics

Version:
15 lines 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CURRENCY_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/core/src/site-context/facade/currency.service.ts exports.CURRENCY_SERVICE_MIGRATION = [ { class: constants_1.CURRENCY_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: constants_1.SET_ACTIVE, newNode: constants_1.SET_ACTIVE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SET_ACTIVE}' changed the return type from 'Subscription' to 'void'`, }, ]; //# sourceMappingURL=currency.service.migration.js.map