@vtex/vtexis-compatibility-layer
v1.12.0
Published
Compatibility layer between intelligent search and VTEX
Maintainers
Readme
vtexis-compatibility-layer
Lib to convert the Intelligent Search object to the VTEX object.
Example
import { convertISProduct } from 'vtexis-compatibility-layer'
const vtexProduct = convertISProduct(intelligentSearchProduct, tradePolicy)Deploy
- Merge your PR to the
mainbranch git checkout maingit pull- Update the
CHANGELOG.mdfile npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]on themainbranch.- Run
git push origin main --tags
