ti2-tourplan 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -382,7 +382,7 @@ class Plugin {
382
382
  const {
383
383
  filters: productFilters,
384
384
  filterPlaceMap,
385
- } = convertProductFilters(configuration.productFilters);
385
+ } = convertProductFilters(configuration ? configuration.productFilters : []);
386
386
  products = R.call(R.compose(
387
387
  R.map(optionsGroupedBySupplierId => {
388
388
  const OptGeneral = R.pathOr({}, [0, 'OptGeneral'], optionsGroupedBySupplierId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ti2-tourplan",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Tourplan's TI2 Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {