windmill-components 1.613.0 → 1.613.1

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.
@@ -5,7 +5,6 @@ import MqttIcon from '../icons/MqttIcon.svelte';
5
5
  import AwsIcon from '../icons/AwsIcon.svelte';
6
6
  import GoogleCloudIcon from '../icons/GoogleCloudIcon.svelte';
7
7
  import SchedulePollIcon from '../icons/SchedulePollIcon.svelte';
8
- import {} from './';
9
8
  import { saveScheduleFromCfg } from '../flows/scheduleUtils';
10
9
  import { saveHttpRouteFromCfg } from './http/utils';
11
10
  import { saveWebsocketTriggerFromCfg } from './websocket/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.613.0",
3
+ "version": "1.613.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",