Vue Storefront is now Alokai! Learn More
@vsf-enterprise/bloomreach-discovery-api

@vsf-enterprise/bloomreach-discovery-api

5.1.0

Minor Changes

  • CHANGED Replace console with Alokai Logger. To learn more about logger, visit Alokai Logger.

5.0.0

Major Changes

CHANGE - Update middleware in packages to 5.1.0

4.0.0

Major Changes

  • BREAKING Updated @vue-storefront/middleware version to 4.1.0. Make sure this version is used in your project.
{
  ...
  "dependencies": {
-   "@vue-storefront/middleware": "3.x.x",
+   "@vue-storefront/middleware": "4.1.0"
  }
}

3.0.1

Patch Changes

Update axios to ^0.28.0 to mitigate security vulnerability CVE-2023-45857

3.0.0

Major Changes

  • CHANGED Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

2.1.0

Minor Changes

  • #35 f5c88f7 Thanks @lsliwaradioluz! - Bumped axios version to ^0.27.2 and @vue-storefront/middleware version to ^3.5.0 which introduces support for HTTP GET requests.

2.0.0

Major Changes

  • Added support for Node 18, and dropped support for Node 14