UNPKG

@spartacus/schematics

Version:
14 lines 693 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.INITIALIZE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CURRENCY_SERVICE}.${constants_1.INITIALIZE}' was removed. The state initialization is done with the 'CurrencyInitializer' .`, }, ]; //# sourceMappingURL=currency.service.migration.js.map