@sprucelabs/spruce-calendar-components 25.2.6 → 25.2.8

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.
@@ -538,7 +538,7 @@ class RootSkillViewController extends AbstractSkillViewController {
538
538
  }
539
539
  }
540
540
  RootSkillViewController.id = 'root';
541
- RootSkillViewController.shouldConfirmDrops = true;
541
+ RootSkillViewController.shouldConfirmDrops = false;
542
542
  RootSkillViewController.shouldUpdateOnInterval = true;
543
543
  RootSkillViewController.refreshInterval = 1000 * 60;
544
544
  export default RootSkillViewController;
@@ -472,7 +472,7 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
472
472
  }
473
473
  }
474
474
  RootSkillViewController.id = 'root';
475
- RootSkillViewController.shouldConfirmDrops = true;
475
+ RootSkillViewController.shouldConfirmDrops = false;
476
476
  RootSkillViewController.shouldUpdateOnInterval = true;
477
477
  RootSkillViewController.refreshInterval = 1000 * 60;
478
478
  exports.default = RootSkillViewController;
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": "25.2.6",
4
+ "version": "25.2.8",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },