From 42cd934f6c6a3e61038913c0c23194b3067edc16 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 17 May 2026 00:19:33 +0200 Subject: [PATCH 1/3] feat: add nuxt-openapi-hyperfetch module --- modules/nuxt-openapi-hyperfetch.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/nuxt-openapi-hyperfetch.yml diff --git a/modules/nuxt-openapi-hyperfetch.yml b/modules/nuxt-openapi-hyperfetch.yml new file mode 100644 index 000000000..2ff4ef65c --- /dev/null +++ b/modules/nuxt-openapi-hyperfetch.yml @@ -0,0 +1,17 @@ +name: nuxt-openapi-hyperfetch +description: Generate useFetch and useAsyncData composables on top of the OpenAPI client with Nuxt-friendly wrappers and auto-import support. +repo: dmartindiaz/nuxt-openapi-hyperfetch +npm: nuxt-openapi-hyperfetch +icon: '' +github: https://github.com/dmartindiaz/nuxt-openapi-hyperfetch +website: https://nuxt-openapi-hyperfetch.netlify.app/ +learn_more: '' +category: Request +type: 3rd-party +maintainers: + - name: Jan Hug + github: dmartindiaz + avatar: https://avatars.githubusercontent.com/dmartindiaz?v=4 +compatibility: + nuxt: '>=3.0.0' + requires: {} From 348f8e2a8c73b2c43b14accb364dc0dd83111583 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 17 May 2026 00:26:26 +0200 Subject: [PATCH 2/3] feat: add nuxt-openapi-hyperfetch module --- modules/nuxt-openapi-hyperfetch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuxt-openapi-hyperfetch.yml b/modules/nuxt-openapi-hyperfetch.yml index 2ff4ef65c..3d067024b 100644 --- a/modules/nuxt-openapi-hyperfetch.yml +++ b/modules/nuxt-openapi-hyperfetch.yml @@ -9,7 +9,7 @@ learn_more: '' category: Request type: 3rd-party maintainers: - - name: Jan Hug + - name: Daniel Martín Díaz github: dmartindiaz avatar: https://avatars.githubusercontent.com/dmartindiaz?v=4 compatibility: From c55aa96407d9fae0c8b96b169e72755ede5b603f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 22:34:15 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- modules/nuxt-openapi-hyperfetch.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/nuxt-openapi-hyperfetch.yml b/modules/nuxt-openapi-hyperfetch.yml index 3d067024b..a2312f424 100644 --- a/modules/nuxt-openapi-hyperfetch.yml +++ b/modules/nuxt-openapi-hyperfetch.yml @@ -1,5 +1,7 @@ name: nuxt-openapi-hyperfetch -description: Generate useFetch and useAsyncData composables on top of the OpenAPI client with Nuxt-friendly wrappers and auto-import support. +description: >- + Generate useFetch and useAsyncData composables on top of the OpenAPI client + with Nuxt-friendly wrappers and auto-import support. repo: dmartindiaz/nuxt-openapi-hyperfetch npm: nuxt-openapi-hyperfetch icon: '' @@ -9,7 +11,7 @@ learn_more: '' category: Request type: 3rd-party maintainers: - - name: Daniel Martín Díaz + - name: DANIEL MARTIN DIAZ github: dmartindiaz avatar: https://avatars.githubusercontent.com/dmartindiaz?v=4 compatibility: