@invrs/ads
Advanced tools
Comparing version 0.13.1 to 0.16.1
@@ -142,3 +142,3 @@ "use strict"; | ||
var value = parseInt(cookie ? cookie[1] : 1); | ||
return value < 10 ? "0" + value : value; | ||
return value < 10 ? "0" + value : value.toString(); | ||
} | ||
@@ -145,0 +145,0 @@ |
{ | ||
"name": "@invrs/ads", | ||
"version": "0.13.1", | ||
"version": "0.16.1", | ||
"description": "Inverse ad code", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"@babel/runtime": "7.0.0-beta.42", | ||
"@invrs/flatiron-store": "^0.10.1" | ||
"@invrs/flatiron-store": "^0.16.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
54008
+ Added@invrs/flatiron-store@0.16.1(transitive)
- Removed@invrs/flatiron-store@0.10.1(transitive)