From af7525ebc09a691a9b3692e66b63146088ffba5a Mon Sep 17 00:00:00 2001 From: Alexander Bidenko Date: Tue, 9 Sep 2025 16:14:53 +0300 Subject: [PATCH 1/4] feat: add 'nuxt-strict-fetch' module --- modules/strict-fetch.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/strict-fetch.yml diff --git a/modules/strict-fetch.yml b/modules/strict-fetch.yml new file mode 100644 index 000000000..d65509dc5 --- /dev/null +++ b/modules/strict-fetch.yml @@ -0,0 +1,15 @@ +name: Nuxt Strict Fetch +description: Typed API module with Yup/Zod validation, request queuing, composables and many other features. +repo: alexbidenko/nuxt-strict-fetch +npm: nuxt-strict-fetch +icon: '' +github: https://github.com/alexbidenko/nuxt-strict-fetch +website: https://www.npmjs.com/package/nuxt-strict-fetch +category: Request +type: community +maintainers: + - name: Alexander Bidenko + github: alexbidenko + twitter: alexbidenko +compatibility: + nuxt: '>=3.0.0' From 0667230d38494c949b8035f2db5b0ca366d8ca7f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:17:56 +0000 Subject: [PATCH 2/4] [autofix.ci] apply automated fixes --- modules/Nuxt Strict Fetch.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/Nuxt Strict Fetch.yml diff --git a/modules/Nuxt Strict Fetch.yml b/modules/Nuxt Strict Fetch.yml new file mode 100644 index 000000000..191b5dac9 --- /dev/null +++ b/modules/Nuxt Strict Fetch.yml @@ -0,0 +1,17 @@ +name: Nuxt Strict Fetch +description: Nuxt Strict Fetch module +repo: alexbidenko/nuxt-strict-fetch +npm: nuxt-strict-fetch +icon: '' +github: https://github.com/alexbidenko/nuxt-strict-fetch +website: https://github.com/alexbidenko/nuxt-strict-fetch +learn_more: '' +category: Devtools +type: 3rd-party +maintainers: + - name: Alexander + github: alexbidenko + twitter: alexbidenko +compatibility: + nuxt: ^3.0.0 + requires: {} From fbbf23a965ad5bb356dbef50d2fe035c9c2f1abe Mon Sep 17 00:00:00 2001 From: Alexander Bidenko Date: Tue, 9 Sep 2025 16:48:22 +0300 Subject: [PATCH 3/4] Clearing --- modules/Nuxt Strict Fetch.yml | 17 ----------------- modules/strict-fetch.yml | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 modules/Nuxt Strict Fetch.yml diff --git a/modules/Nuxt Strict Fetch.yml b/modules/Nuxt Strict Fetch.yml deleted file mode 100644 index 191b5dac9..000000000 --- a/modules/Nuxt Strict Fetch.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Nuxt Strict Fetch -description: Nuxt Strict Fetch module -repo: alexbidenko/nuxt-strict-fetch -npm: nuxt-strict-fetch -icon: '' -github: https://github.com/alexbidenko/nuxt-strict-fetch -website: https://github.com/alexbidenko/nuxt-strict-fetch -learn_more: '' -category: Devtools -type: 3rd-party -maintainers: - - name: Alexander - github: alexbidenko - twitter: alexbidenko -compatibility: - nuxt: ^3.0.0 - requires: {} diff --git a/modules/strict-fetch.yml b/modules/strict-fetch.yml index d65509dc5..3796264c8 100644 --- a/modules/strict-fetch.yml +++ b/modules/strict-fetch.yml @@ -1,4 +1,4 @@ -name: Nuxt Strict Fetch +name: strict-fetch description: Typed API module with Yup/Zod validation, request queuing, composables and many other features. repo: alexbidenko/nuxt-strict-fetch npm: nuxt-strict-fetch From 16acfb1195e5c4b67e11308be25ddb843a485310 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:49:07 +0000 Subject: [PATCH 4/4] [autofix.ci] apply automated fixes --- modules/strict-fetch.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/strict-fetch.yml b/modules/strict-fetch.yml index 3796264c8..b47e4dfaf 100644 --- a/modules/strict-fetch.yml +++ b/modules/strict-fetch.yml @@ -1,15 +1,19 @@ name: strict-fetch -description: Typed API module with Yup/Zod validation, request queuing, composables and many other features. +description: >- + Typed API module with Yup/Zod validation, request queuing, composables and + many other features. repo: alexbidenko/nuxt-strict-fetch npm: nuxt-strict-fetch icon: '' github: https://github.com/alexbidenko/nuxt-strict-fetch website: https://www.npmjs.com/package/nuxt-strict-fetch +learn_more: '' category: Request -type: community +type: 3rd-party maintainers: - - name: Alexander Bidenko + - name: Alexander github: alexbidenko twitter: alexbidenko compatibility: nuxt: '>=3.0.0' + requires: {}