web-manager 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/account.js +1 -1
  2. package/package.json +1 -1
package/lib/account.js CHANGED
@@ -256,7 +256,7 @@ Account.prototype._resolveAccount = function (currentUser, account, options) {
256
256
  });
257
257
  }
258
258
  } catch (e) {
259
- console.error('Unable to check query strings', e);
259
+ // console.error('Unable to check query strings', e);
260
260
  }
261
261
 
262
262
  var planExpireDate = new Date(account.plan.expires.timestamp);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {