@sprucelabs/spruce-calendar-components 39.6.6 → 39.6.7

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UPDATE_STRATEGY_ALL = exports.UPDATE_STRATEGY_THIS_AND_ALL_GOING_FORWARD = exports.UPDATE_STRATEGY_SPECIFIC_DATES = exports.MAX_GET_SCHEDULE_DAYS = void 0;
4
- require('dotenv').config();
4
+ require('dotenv').config({ quiet: true });
5
5
  exports.MAX_GET_SCHEDULE_DAYS = parseInt(process.env.MAX_GETSCHEDULE_DAYS ?? '365');
6
6
  exports.UPDATE_STRATEGY_SPECIFIC_DATES = 'only-this-one';
7
7
  exports.UPDATE_STRATEGY_THIS_AND_ALL_GOING_FORWARD = 'all-going-forward';
@@ -1,5 +1,5 @@
1
1
  var _a;
2
- require('dotenv').config();
2
+ require('dotenv').config({ quiet: true });
3
3
  export const MAX_GET_SCHEDULE_DAYS = parseInt((_a = process.env.MAX_GETSCHEDULE_DAYS) !== null && _a !== void 0 ? _a : '365');
4
4
  export const UPDATE_STRATEGY_SPECIFIC_DATES = 'only-this-one';
5
5
  export const UPDATE_STRATEGY_THIS_AND_ALL_GOING_FORWARD = 'all-going-forward';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "39.6.6",
4
+ "version": "39.6.7",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },