From 87a45693c84741fb97c055462dd6c37aa6777570 Mon Sep 17 00:00:00 2001 From: Galabin Vasilev Date: Wed, 27 Aug 2025 00:42:13 +0300 Subject: [PATCH 1/2] feat: add nuxt-simple-cookie-consent module --- icons/nuxt-simple-cookie-consent.svg | 15 +++++++++++++++ modules/nuxt-simple-cookie-consent.yml | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 icons/nuxt-simple-cookie-consent.svg create mode 100644 modules/nuxt-simple-cookie-consent.yml diff --git a/icons/nuxt-simple-cookie-consent.svg b/icons/nuxt-simple-cookie-consent.svg new file mode 100644 index 000000000..8b189bc17 --- /dev/null +++ b/icons/nuxt-simple-cookie-consent.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/nuxt-simple-cookie-consent.yml b/modules/nuxt-simple-cookie-consent.yml new file mode 100644 index 000000000..b8bdc3d15 --- /dev/null +++ b/modules/nuxt-simple-cookie-consent.yml @@ -0,0 +1,16 @@ +name: nuxt-simple-cookie-consent +description: Headless cookie consent module for Nuxt +repo: criting/nuxt-simple-cookie-consent +npm: nuxt-simple-cookie-consent +icon: nuxt-simple-cookie-consent.svg +github: https://github.com/criting/nuxt-simple-cookie-consent +website: '' +learn_more: '' +category: Libraries +type: 3rd-party +maintainers: + - name: Galabin Vasilev + github: criting +compatibility: + nuxt: ^4.0.2 + requires: {} From 251a3349b4350e7acb99fc9832f70b0c57ec4343 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:45:04 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/nuxt-simple-cookie-consent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuxt-simple-cookie-consent.yml b/modules/nuxt-simple-cookie-consent.yml index b8bdc3d15..3e74b1ad7 100644 --- a/modules/nuxt-simple-cookie-consent.yml +++ b/modules/nuxt-simple-cookie-consent.yml @@ -4,7 +4,7 @@ repo: criting/nuxt-simple-cookie-consent npm: nuxt-simple-cookie-consent icon: nuxt-simple-cookie-consent.svg github: https://github.com/criting/nuxt-simple-cookie-consent -website: '' +website: https://github.com/criting/nuxt-simple-cookie-consent learn_more: '' category: Libraries type: 3rd-party