From bfdd24fb3d891367641f7903135845f12c571af9 Mon Sep 17 00:00:00 2001 From: norbiros Date: Fri, 20 Jun 2025 10:24:51 +0200 Subject: [PATCH 1/2] feat: add `nuxt-open-fetch` module --- icons/nuxt-open-fetch.svg | 3 +++ modules/nuxt-open-fetch.yml | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 icons/nuxt-open-fetch.svg create mode 100644 modules/nuxt-open-fetch.yml diff --git a/icons/nuxt-open-fetch.svg b/icons/nuxt-open-fetch.svg new file mode 100644 index 000000000..ae5f059ea --- /dev/null +++ b/icons/nuxt-open-fetch.svg @@ -0,0 +1,3 @@ + + + diff --git a/modules/nuxt-open-fetch.yml b/modules/nuxt-open-fetch.yml new file mode 100644 index 000000000..348257166 --- /dev/null +++ b/modules/nuxt-open-fetch.yml @@ -0,0 +1,20 @@ +name: nuxt-open-fetch +description: Generate zero-overhead, 100% typed OpenAPI clients for Nuxt. +repo: enkot/nuxt-open-fetch +npm: nuxt-open-fetch +icon: nuxt-open-fetch.svg +github: https://github.com/enkot/nuxt-open-fetch +website: https://nuxt-open-fetch.vercel.app +learn_more: https://www.npmjs.com/package/nuxt-open-fetch +category: Request +type: 3rd-party +maintainers: + - name: Norbiros + github: Norbiros + avatar: https://avatars.githubusercontent.com/u/89837724?v=4 + - name: enkot + github: enkot + avatar: https://avatars.githubusercontent.com/u/10506522?v=4 +compatibility: + nuxt: '>=3.0.0' + requires: {} From fe1a69c1ab5894e4561a88b96fb6cef812d0fd1c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:29:36 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/nuxt-open-fetch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuxt-open-fetch.yml b/modules/nuxt-open-fetch.yml index 348257166..d464cad17 100644 --- a/modules/nuxt-open-fetch.yml +++ b/modules/nuxt-open-fetch.yml @@ -12,7 +12,7 @@ maintainers: - name: Norbiros github: Norbiros avatar: https://avatars.githubusercontent.com/u/89837724?v=4 - - name: enkot + - name: Taras Batenkov github: enkot avatar: https://avatars.githubusercontent.com/u/10506522?v=4 compatibility: