backend-manager 3.2.93 → 3.2.95
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.
package/package.json
CHANGED
|
@@ -189,7 +189,8 @@ SubscriptionResolver.prototype.resolve = function (options) {
|
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
// Set expiration
|
|
192
|
-
resolved.expires.timestamp.add(1, 'year').add(30, 'days');
|
|
192
|
+
// resolved.expires.timestamp.add(1, 'year').add(30, 'days');
|
|
193
|
+
resolved.expires.timestamp.add(1, 'year').add(2, 'months');
|
|
193
194
|
} else {
|
|
194
195
|
// If trial, it's already set to the trial end above
|
|
195
196
|
if (!resolved.trial.active) {
|