@vesperjs/shared 0.9.3 → 0.9.5

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -66,6 +66,5 @@ declare const useFlash: () => {
66
66
  flash: Ref<Flash>;
67
67
  clearFlash: () => void;
68
68
  };
69
- type UseFlashType = ReturnType<typeof useFlash>;
70
69
  //#endregion
71
- export { type BackendErrorInfo, type BackendErrorResource, type ErrorMessages, type ErrorsResource, type Flash, type UseFlashType, useBackendErrorInfo, useDate, useEntity, useExternalErrors, useFlash };
70
+ export { type BackendErrorInfo, type BackendErrorResource, type ErrorMessages, type ErrorsResource, type Flash, useBackendErrorInfo, useDate, useEntity, useExternalErrors, useFlash };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vesperjs/shared",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "keywords": [
5
5
  "Nuxt",
6
6
  "vue.js"
@@ -28,7 +28,7 @@
28
28
  "@typescript-eslint/parser": "^8.60.1",
29
29
  "@vue/eslint-config-typescript": "^14.7.0",
30
30
  "eslint": "^10.4.1",
31
- "eslint-plugin-vue": "^10.9.1",
31
+ "eslint-plugin-vue": "^10.9.2",
32
32
  "oxfmt": "^0.53.0",
33
33
  "tsdown": "^0.22.1",
34
34
  "typescript": "^6.0.3",