@invrs/ads
Advanced tools
Comparing version 0.8.9 to 0.8.10
@@ -77,3 +77,3 @@ "use strict"; | ||
unit = _ref.unit; | ||
var baseTargets = store.getSync("dfp.targets"); | ||
var baseTargets = store.getSync("inverse.dfp.targets"); | ||
var indexPad = pad(index, 2); | ||
@@ -84,6 +84,8 @@ var unitPad = pad(_config.units.indexOf(unit) + 1, 2); | ||
if (targets) { | ||
targetBase = targetMap(targets); | ||
targetBase = targetMap((0, _objectSpread2.default)({}, baseTargets, targets)); | ||
} else { | ||
targetBase = targetMap(baseTargets); | ||
} | ||
return (0, _objectSpread2.default)({}, baseTargets, targetBase, { | ||
return (0, _objectSpread2.default)({}, targetBase, { | ||
in: indexPad, | ||
@@ -90,0 +92,0 @@ tl: unitPad |
{ | ||
"name": "@invrs/ads", | ||
"version": "0.8.9", | ||
"version": "0.8.10", | ||
"description": "Inverse ad code", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49871
536