@spartacus/schematics
Version:
Spartacus schematics
14 lines • 702 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STORE_FINDER_ACTIONS_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/core/src/store-finder/store/actions/index.ts
exports.STORE_FINDER_ACTIONS_MIGRATION = [
{
class: constants_1.STORE_FINDER_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.FIND_STORES_CLASS,
comment: `// ${constants_1.TODO_SPARTACUS} please change the property type of 'searchConfig' to '${constants_1.SEARCH_CONFIG}' for '${constants_1.FIND_STORES_CLASS}' action`,
},
];
//# sourceMappingURL=store-finder-group.actions.migration.js.map