@sprucelabs/spruce-calendar-components 24.2.10 → 24.2.12

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.
@@ -104,6 +104,7 @@ export default class RemoteEventStoreImpl {
104
104
  resolve(Object.assign({}, saved));
105
105
  }
106
106
  catch (err) {
107
+ console.error('Error saving draft', err);
107
108
  this.promises[promiseIdx] = undefined;
108
109
  reject(err);
109
110
  }
@@ -95,6 +95,7 @@ class RemoteEventStoreImpl {
95
95
  resolve(Object.assign({}, saved));
96
96
  }
97
97
  catch (err) {
98
+ console.error('Error saving draft', err);
98
99
  this.promises[promiseIdx] = undefined;
99
100
  reject(err);
100
101
  }
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": "24.2.10",
4
+ "version": "24.2.12",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },