resolve-account
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -20,3 +20,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.0.6'; | ||
var VERSION = '1.0.7'; | ||
@@ -275,3 +275,6 @@ function ResolveAccount(options) { | ||
// Update trial UI | ||
if (account.plan.trial.activated) { | ||
if ( | ||
account.plan.trial.activated | ||
&& daysTillTrialExpire > 0 | ||
) { | ||
billingTrialExpirationDateEl | ||
@@ -278,0 +281,0 @@ .removeAttribute('hidden') |
{ | ||
"name": "resolve-account", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Standardize account JSON structure for projects built under ITW Creative Works", | ||
@@ -34,2 +34,2 @@ "main": "./dist/index.js", | ||
} | ||
} | ||
} |
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
22762
283