@searchspring/snap-preact 0.61.0 → 0.61.1

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.
@@ -216,7 +216,7 @@ var RecommendationInstantiator = /** @class */ (function () {
216
216
  blockedItems: blockedItems,
217
217
  profile: options,
218
218
  }));
219
- readyTheController(this, elem, elemContext, profileCount, originalElem, profileRequestGlobals);
219
+ readyTheController(this, elem, (0, deepmerge_1.default)(this.context, elemContext), profileCount, originalElem, profileRequestGlobals);
220
220
  }
221
221
  return [2 /*return*/];
222
222
  });
@@ -133,7 +133,7 @@ export class RecommendationInstantiator {
133
133
  profile: options,
134
134
  }),
135
135
  };
136
- readyTheController(this, elem, elemContext, profileCount, originalElem, profileRequestGlobals);
136
+ readyTheController(this, elem, deepmerge(this.context, elemContext), profileCount, originalElem, profileRequestGlobals);
137
137
  }
138
138
  });
139
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snap-preact",
3
- "version": "0.61.0",
3
+ "version": "0.61.1",
4
4
  "description": "Snap Preact",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,17 +20,17 @@
20
20
  "test:watch": "jest --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@searchspring/snap-client": "^0.61.0",
24
- "@searchspring/snap-controller": "^0.61.0",
25
- "@searchspring/snap-event-manager": "^0.61.0",
26
- "@searchspring/snap-logger": "^0.61.0",
27
- "@searchspring/snap-platforms": "^0.61.0",
28
- "@searchspring/snap-preact-components": "^0.61.0",
29
- "@searchspring/snap-profiler": "^0.61.0",
30
- "@searchspring/snap-store-mobx": "^0.61.0",
31
- "@searchspring/snap-toolbox": "^0.61.0",
32
- "@searchspring/snap-tracker": "^0.61.0",
33
- "@searchspring/snap-url-manager": "^0.61.0",
23
+ "@searchspring/snap-client": "^0.61.1",
24
+ "@searchspring/snap-controller": "^0.61.1",
25
+ "@searchspring/snap-event-manager": "^0.61.1",
26
+ "@searchspring/snap-logger": "^0.61.1",
27
+ "@searchspring/snap-platforms": "^0.61.1",
28
+ "@searchspring/snap-preact-components": "^0.61.1",
29
+ "@searchspring/snap-profiler": "^0.61.1",
30
+ "@searchspring/snap-store-mobx": "^0.61.1",
31
+ "@searchspring/snap-toolbox": "^0.61.1",
32
+ "@searchspring/snap-tracker": "^0.61.1",
33
+ "@searchspring/snap-url-manager": "^0.61.1",
34
34
  "deepmerge": "4.3.1",
35
35
  "intersection-observer": "0.12.0",
36
36
  "is-plain-object": "5.0.0"
@@ -43,5 +43,5 @@
43
43
  "files": [
44
44
  "dist/**/*"
45
45
  ],
46
- "gitHead": "cc0a0e82dbdb7884ce819e9a452923b452e4a741"
46
+ "gitHead": "246610802bcba34d454ac859c805a3400ac8bd3e"
47
47
  }