@invrs/ads
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -217,2 +217,3 @@ "use strict"; | ||
index: index, | ||
store: store, | ||
targets: targets, | ||
@@ -219,0 +220,0 @@ unit: unit |
@@ -74,4 +74,6 @@ "use strict"; | ||
var index = _ref.index, | ||
store = _ref.store, | ||
targets = _ref.targets, | ||
unit = _ref.unit; | ||
var baseTargets = store.getSync("inverse.dfp.targets"); | ||
var indexPad = pad(index, 2); | ||
@@ -85,3 +87,3 @@ var unitPad = pad(_config.units.indexOf(unit) + 1, 2); | ||
return (0, _objectSpread2.default)({}, targetBase, { | ||
return (0, _objectSpread2.default)({}, baseTargets, targetBase, { | ||
in: indexPad, | ||
@@ -88,0 +90,0 @@ tl: unitPad |
{ | ||
"name": "@invrs/ads", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"description": "Inverse ad code", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
49683
534