@superinterface/react 4.0.1 → 4.1.0

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.
@@ -143,7 +143,7 @@ type AudioRuntime = {
143
143
  assistant: AssistantAudioControls;
144
144
  };
145
145
  type RecurrenceRule = {
146
- frequency: 'daily' | 'weekly' | 'monthly' | 'yearly';
146
+ frequency: 'secondly' | 'minutely' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly';
147
147
  byDay?: string[];
148
148
  byMonth?: number[];
149
149
  byHour?: number[];
@@ -143,7 +143,7 @@ type AudioRuntime = {
143
143
  assistant: AssistantAudioControls;
144
144
  };
145
145
  type RecurrenceRule = {
146
- frequency: 'daily' | 'weekly' | 'monthly' | 'yearly';
146
+ frequency: 'secondly' | 'minutely' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly';
147
147
  byDay?: string[];
148
148
  byMonth?: number[];
149
149
  byHour?: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superinterface/react",
3
- "version": "4.0.1",
3
+ "version": "4.1.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",