From 00612a427c8d448035112ff9f57f88e28e21ac20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20de=20CHAVIGNY?= Date: Thu, 12 Mar 2026 16:38:57 -0400 Subject: [PATCH 1/2] Add nuxt-feathers-zod module configuration ## Summary Add `nuxt-feathers-zod` to the Nuxt modules registry. ### Module details - **Name:** nuxt-feathers-zod - **Repository:** vevedh/nuxt-feathers-zod - **NPM:** nuxt-feathers-zod - **Docs:** https://vevedh.github.io/nuxt-feathers-zod/ - **Category:** Database - **Type:** 3rd-party ### Description Zod-first Nuxt 4 module embedding FeathersJS v5 with typed services, CLI scaffolding, and optional embedded or remote client modes. --- modules/nuxt-feathers-zod.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/nuxt-feathers-zod.yml diff --git a/modules/nuxt-feathers-zod.yml b/modules/nuxt-feathers-zod.yml new file mode 100644 index 000000000..62cbb29cd --- /dev/null +++ b/modules/nuxt-feathers-zod.yml @@ -0,0 +1,10 @@ +name: nuxt-feathers-zod +description: Zod-first Nuxt 4 module embedding FeathersJS v5 with typed services, CLI scaffolding, and optional embedded or remote client modes. +repo: vevedh/nuxt-feathers-zod +npm: nuxt-feathers-zod +website: https://www.npmjs.com/package/nuxt-feathers-zod +learn_more: https://vevedh.github.io/nuxt-feathers-zod/ +category: Database +type: 3rd-party +compatibility: + nuxt: ">=4.0.0" From 11b516945c898115835fe9cd229376b6d212d9e5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:34:27 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/nuxt-feathers-zod.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/nuxt-feathers-zod.yml b/modules/nuxt-feathers-zod.yml index 62cbb29cd..dc5a8a627 100644 --- a/modules/nuxt-feathers-zod.yml +++ b/modules/nuxt-feathers-zod.yml @@ -1,10 +1,18 @@ name: nuxt-feathers-zod -description: Zod-first Nuxt 4 module embedding FeathersJS v5 with typed services, CLI scaffolding, and optional embedded or remote client modes. +description: >- + Zod-first Nuxt 4 module embedding FeathersJS v5 with typed services, CLI + scaffolding, and optional embedded or remote client modes. repo: vevedh/nuxt-feathers-zod npm: nuxt-feathers-zod +icon: '' +github: https://github.com/vevedh/nuxt-feathers-zod website: https://www.npmjs.com/package/nuxt-feathers-zod learn_more: https://vevedh.github.io/nuxt-feathers-zod/ category: Database type: 3rd-party +maintainers: + - name: Hervé de CHAVIGNY + github: vevedh compatibility: - nuxt: ">=4.0.0" + nuxt: ^4.0.0 + requires: {}