@folklore/ads 0.0.12 → 0.0.13

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.
package/dist/cjs.js CHANGED
@@ -709,8 +709,8 @@ function AdsProvider(_ref) {
709
709
  slots: Object.keys(slots || {}).reduce((map, key) => ({
710
710
  ...map,
711
711
  [key]: {
712
- sizeMapping: getSizeMappingFromSlot(slots[key], viewports),
713
- ...slots[key]
712
+ ...slots[key],
713
+ sizeMapping: getSizeMappingFromSlot(slots[key], viewports)
714
714
  }
715
715
  }), {}),
716
716
  slotsPath: defaultSlotPath !== null ? {
package/dist/es.js CHANGED
@@ -691,8 +691,8 @@ function AdsProvider(_ref) {
691
691
  slots: Object.keys(slots || {}).reduce((map, key) => ({
692
692
  ...map,
693
693
  [key]: {
694
- sizeMapping: getSizeMappingFromSlot(slots[key], viewports),
695
- ...slots[key]
694
+ ...slots[key],
695
+ sizeMapping: getSizeMappingFromSlot(slots[key], viewports)
696
696
  }
697
697
  }), {}),
698
698
  slotsPath: defaultSlotPath !== null ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@folklore/ads",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Ads library",
5
5
  "keywords": [
6
6
  "javascript",
@@ -50,7 +50,7 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "1aecbef24ae1ea66efd24a49084afbdc4c28e78b",
53
+ "gitHead": "9888055874220611cb49266e2d6943747a783946",
54
54
  "dependencies": {
55
55
  "@folklore/hooks": "^0.0.41",
56
56
  "@folklore/tracking": "^0.0.16",