resolve-account
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -20,3 +20,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.0.15'; | ||
var VERSION = '1.0.16'; | ||
@@ -52,4 +52,4 @@ function ResolveAccount(options) { | ||
// TODO: ADD THESE THINGS: USAGE RESOVLER ETC | ||
console.log('++++++account', JSON.stringify(account, null, 2)); | ||
console.log('++++++options', JSON.stringify(options, null, 2)); | ||
console.log('++++++account 1', JSON.stringify(account, null, 2)); | ||
console.log('++++++options 1', JSON.stringify(options, null, 2)); | ||
@@ -293,4 +293,4 @@ // @@@DEVELOPER | ||
billingSubscribeBtn.setAttribute('hidden', true); | ||
billingSuspendedMessageEl.setAttribute('hidden'); | ||
billingTrialExpirationDateEl.setAttribute('hidden'); | ||
billingSuspendedMessageEl.setAttribute('hidden', true); | ||
billingTrialExpirationDateEl.setAttribute('hidden', true); | ||
@@ -392,2 +392,6 @@ // Update active UI | ||
// TODO: ADD THESE THINGS: USAGE RESOVLER ETC | ||
console.log('++++++account 2', JSON.stringify(account, null, 2)); | ||
console.log('++++++options 2', JSON.stringify(options, null, 2)); | ||
} catch (e) { | ||
@@ -404,3 +408,2 @@ if (typeof window !== 'undefined') { | ||
// Register | ||
@@ -407,0 +410,0 @@ if (environment === 'browser') { |
{ | ||
"name": "resolve-account", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"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
25802
342