@demind-inc/core 1.7.42 → 1.7.43

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.
@@ -252,3 +252,4 @@ export interface EventSeries {
252
252
  raw: string | AppleRecurrenceRule;
253
253
  };
254
254
  }
255
+ export type RecurringDeleteSpan = "thisEvent" | "futureEvents" | "allEvents";
@@ -336,3 +336,5 @@ export interface EventSeries {
336
336
  raw: string | AppleRecurrenceRule;
337
337
  };
338
338
  }
339
+
340
+ export type RecurringDeleteSpan = "thisEvent" | "futureEvents" | "allEvents";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.42",
3
+ "version": "1.7.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {