resolve-account
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -20,3 +20,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.0.13'; | ||
var VERSION = '1.0.14'; | ||
@@ -210,2 +210,3 @@ function ResolveAccount(options) { | ||
account.personal.location.country = account.personal.location.country || ''; | ||
account.personal.location.region = account.personal.location.region || ''; | ||
@@ -307,3 +308,2 @@ account.personal.name = account.personal.name || {}; | ||
// Update payment method UI | ||
@@ -310,0 +310,0 @@ if (account.plan.status === 'suspended') { |
{ | ||
"name": "resolve-account", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Standardize account JSON structure for projects built under ITW Creative Works", | ||
@@ -5,0 +5,0 @@ "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
23800
302