@hubspot/cli-lib
Advanced tools
Comparing version 3.0.7 to 3.0.9-beta.0
@@ -44,3 +44,3 @@ const request = require('request-promise-native'); | ||
moment() | ||
.add(30, 'minutes') | ||
.add(5, 'minutes') | ||
.isAfter(moment(this.tokenInfo.expiresAt)) | ||
@@ -47,0 +47,0 @@ ) { |
{ | ||
"name": "@hubspot/cli-lib", | ||
"version": "3.0.7", | ||
"version": "3.0.9-beta.0", | ||
"description": "Library for creating scripts for working with HubSpot", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "cbba1945bc472da0e40ef2e5049a75da687798ca" | ||
"gitHead": "97aec416f24286b2beded3e4e902b6caeea090cf" | ||
} |
@@ -113,3 +113,3 @@ const moment = require('moment'); | ||
moment() | ||
.add(30, 'minutes') | ||
.add(5, 'minutes') | ||
.isAfter(moment(authTokenInfo.expiresAt)) | ||
@@ -116,0 +116,0 @@ ) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
312438
2