@data-fair/lib-vue 1.18.0 → 1.18.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.
package/async-action.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { type Ref } from 'vue';
2
2
  import { type PartialUiNotif, type UiNotif } from './ui-notif.js';
3
- type Finally = () => Promise<void>;
3
+ type Finally = () => Promise<void> | void;
4
4
  type AsyncActionOptions = {
5
5
  error?: string;
6
6
  success?: PartialUiNotif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/lib-vue",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Composables and other utilities for Vue applications in the data-fair stack.",
5
5
  "main": "index.js",
6
6
  "files": [