@searchspring/snap-tracker 0.27.1 → 0.27.4

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.
@@ -42,7 +42,7 @@ var SESSIONID_STORAGE_NAME = 'ssSessionIdNamespace';
42
42
  var LOCALSTORAGE_BEACON_POOL_NAME = 'ssBeaconPool';
43
43
  var CART_PRODUCTS = 'ssCartProducts';
44
44
  var VIEWED_PRODUCTS = 'ssViewedProducts';
45
- var MAX_VIEWED_COUNT = 15;
45
+ var MAX_VIEWED_COUNT = 20;
46
46
  var MAX_PARENT_LEVELS = 3;
47
47
  var defaultConfig = {
48
48
  id: 'track',
@@ -16,7 +16,7 @@ const SESSIONID_STORAGE_NAME = 'ssSessionIdNamespace';
16
16
  const LOCALSTORAGE_BEACON_POOL_NAME = 'ssBeaconPool';
17
17
  const CART_PRODUCTS = 'ssCartProducts';
18
18
  const VIEWED_PRODUCTS = 'ssViewedProducts';
19
- const MAX_VIEWED_COUNT = 15;
19
+ const MAX_VIEWED_COUNT = 20;
20
20
  const MAX_PARENT_LEVELS = 3;
21
21
  const defaultConfig = {
22
22
  id: 'track',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snap-tracker",
3
- "version": "0.27.1",
3
+ "version": "0.27.4",
4
4
  "description": "Snap Tracker",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,8 +20,8 @@
20
20
  "test:watch": "jest --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@searchspring/snap-store-mobx": "^0.27.1",
24
- "@searchspring/snap-toolbox": "^0.27.1",
23
+ "@searchspring/snap-store-mobx": "^0.27.4",
24
+ "@searchspring/snap-toolbox": "^0.27.4",
25
25
  "@types/uuid": "^8.3.4",
26
26
  "deepmerge": "^4.2.2",
27
27
  "uuid": "^8.3.2"
@@ -30,5 +30,5 @@
30
30
  "files": [
31
31
  "dist/**/*"
32
32
  ],
33
- "gitHead": "232e8cf53b39fcc44611f9ab362892b90eda8660"
33
+ "gitHead": "e2799de1cedb8f57760986acbc40ad29c1a5d9b1"
34
34
  }