UNPKG

@spartacus/schematics

Version:
14 lines 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PRODUCT_REFERENCE_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/core/src/product/facade/product-reference.service.ts exports.PRODUCT_REFERENCE_SERVICE_MIGRATION = [ { class: constants_1.PRODUCT_REFERENCE_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: constants_1.GET, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET}' was removed from '${constants_1.PRODUCT_REFERENCE_SERVICE}'. Use ${constants_1.LOAD_PRODUCT_REFERENCES} and ${constants_1.GET_PRODUCT_REFERENCES} instead.`, }, ]; //# sourceMappingURL=product-reference.service.migration.js.map