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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.93",
3
+ "version": "3.2.95",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -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) {