@sprucelabs/spruce-calendar-components 38.0.3 → 38.0.4

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.
@@ -534,7 +534,7 @@ class RootSkillViewController extends AbstractSkillViewController {
534
534
  catch (err) {
535
535
  if ((options === null || options === void 0 ? void 0 : options.shouldRenderAlertOnFail) === false) {
536
536
  this.toast({
537
- message: 'Updating your calendar failed! Trying to connect...',
537
+ content: 'Updating your calendar failed! Trying to connect...',
538
538
  });
539
539
  return;
540
540
  }
@@ -475,7 +475,7 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
475
475
  catch (err) {
476
476
  if (options?.shouldRenderAlertOnFail === false) {
477
477
  this.toast({
478
- message: 'Updating your calendar failed! Trying to connect...',
478
+ content: 'Updating your calendar failed! Trying to connect...',
479
479
  });
480
480
  return;
481
481
  }
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": "38.0.3",
4
+ "version": "38.0.4",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },