From a96bf0c5d83ecd92981a794adcf382b87666765c Mon Sep 17 00:00:00 2001 From: eozcan Date: Wed, 18 Dec 2024 14:56:34 +0300 Subject: [PATCH 1/3] feat: Added nuxt-http-status module --- icons/http-status.svg | 29 +++++++++++++++++++++++++++++ modules/nuxt-http-status.yml | 18 ++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 icons/http-status.svg create mode 100644 modules/nuxt-http-status.yml diff --git a/icons/http-status.svg b/icons/http-status.svg new file mode 100644 index 000000000..18247a4b2 --- /dev/null +++ b/icons/http-status.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + diff --git a/modules/nuxt-http-status.yml b/modules/nuxt-http-status.yml new file mode 100644 index 000000000..05017798c --- /dev/null +++ b/modules/nuxt-http-status.yml @@ -0,0 +1,18 @@ +name: nuxt-http-status +description: HTTP status codes for easy way requests +repo: eralpozcan/nuxt-http-status +npm: nuxt-http-status +icon: http-status.svg +github: https://github.com/eralpozcan/nuxt-http-status +website: https://github.com/eralpozcan/nuxt-http-status +learn_more: '' +category: Devtools +type: 3rd-party +maintainers: + - name: Eralp Özcan + github: eralpozcan + twitter: eralpozcan + avatar: https://avatars.githubusercontent.com/u/13126587?v=4 +compatibility: + nuxt: '>=3.0.0' + requires: {} From d45c96f603ef510a1dfa6f384008aeaef710063d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:25:57 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- modules/nuxt-http-status.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nuxt-http-status.yml b/modules/nuxt-http-status.yml index 05017798c..d56b9b704 100644 --- a/modules/nuxt-http-status.yml +++ b/modules/nuxt-http-status.yml @@ -1,5 +1,5 @@ name: nuxt-http-status -description: HTTP status codes for easy way requests +description: HTTP status codes for easy way requests repo: eralpozcan/nuxt-http-status npm: nuxt-http-status icon: http-status.svg @@ -9,7 +9,7 @@ learn_more: '' category: Devtools type: 3rd-party maintainers: - - name: Eralp Özcan + - name: Eralp github: eralpozcan twitter: eralpozcan avatar: https://avatars.githubusercontent.com/u/13126587?v=4 From 3b48775dc1e67797b929e205ed50d47db3c725f8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:01:46 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- modules/regle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/regle.yml b/modules/regle.yml index c999b617d..a26367aa0 100644 --- a/modules/regle.yml +++ b/modules/regle.yml @@ -1,7 +1,7 @@ name: regle description: Type safe model-based form validation library for Vue.js repo: victorgarciaesgi/regle -npm: "@regle/nuxt" +npm: regle icon: regle.svg github: https://github.com/victorgarciaesgi/regle website: https://reglejs.dev/