@vtex/vtex-search-mapper
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

vtex-search-mapper

Usage

yarn add @vtex/vtex-search-mapper
import { convertFromBiggyProductsToCatalogApiProducts, BiggySearchResult, BiggyProduct, CatalogApiProduct } from '@vtex/vtex-search-mapper'

// ...

const biggySearchResult: BiggySearchResult = await myBiggyClientGetSearchResults(params)
const biggyProducts: BiggyProduct[] = biggySearchResult.products

const newProducts: CatalogApiProduct[] = convertFromBiggyProductsToCatalogApiProducts(biggyProducts)

Developing this module

Setup

yarn

Run tests

yarn test

Develop tests in watch mode

yarn jest

Link this app to other module and develop changes

On this project:

yarn link

To watch changes locally:

yarn watch

On the other project:

yarn link @vtex/vtex-search-mapper

Then any changes you make on this project will reflect on the project that uses it

Release

To release new versions use semver pattern and follow the next commands to choose how to release this package on npm

Patch version

yarn release

Minor version

yarn release-minor

Patch version

yarn release-patch

Readme

Keywords

Package Sidebar

Install

npm i @vtex/vtex-search-mapper

Weekly Downloads

2

Version

0.0.8

License

ISC

Unpacked Size

38.8 kB

Total Files

13

Last publish

Collaborators

  • jardelymaris
  • denissilvavtex
  • eduardocesb
  • enzomerca
  • vinhags
  • zaedyvtex
  • filafb
  • bastotec
  • arthurtriis1vtex
  • geraldo.fernandes
  • georgebrindeiro
  • filipewl
  • emersonvtex
  • rodrigo.albuquerque
  • viniciuslouzadavtex
  • npedrosovtex
  • myllena.alves
  • mendescamara
  • mauro.takeda
  • lpolon
  • gianvittorio
  • eduardoformiga
  • vcnovaes
  • dpzvtex
  • vtexlab-user
  • wender
  • natamelo
  • mairatma
  • mayzabel
  • augusto.lazaro
  • rafarubim
  • gustavorosolem
  • arthurepc
  • jeymisson
  • victorhmp
  • lurian
  • arturpimentel
  • anitavincent
  • brunojdo
  • lucasecdb
  • matheusps
  • emersonlaurentino
  • viniagostini
  • lucasaarcoverde
  • lariciamota
  • icazevedo
  • fabits
  • mateuspontes
  • gmantiqueira
  • vitorlgomes
  • rodolfoams
  • policarpo
  • marcelovicentegc
  • maianabt
  • jeffersontuc
  • hiagolcm
  • william.silva