From 17b6fd01cf14c813b5996aa2f273ba93a58c01b5 Mon Sep 17 00:00:00 2001 From: Florian Heuberger Date: Sat, 27 Jun 2026 04:10:35 +0200 Subject: [PATCH 1/2] feat: add jasy to modules --- icons/jasy.svg | 1 + modules/jasy.yml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 icons/jasy.svg create mode 100644 modules/jasy.yml diff --git a/icons/jasy.svg b/icons/jasy.svg new file mode 100644 index 000000000..e8d33073d --- /dev/null +++ b/icons/jasy.svg @@ -0,0 +1 @@ +PDF \ No newline at end of file diff --git a/modules/jasy.yml b/modules/jasy.yml new file mode 100644 index 000000000..90b008239 --- /dev/null +++ b/modules/jasy.yml @@ -0,0 +1,17 @@ +name: jasy +description: Author PDFs as Vue components in Nuxt - client or server, zero-config. ZUGFeRD/XRechnung ready. +repo: jasy-pdf/jasy#main/packages/nuxt +npm: '@jasy/nuxt' +icon: jasy.svg +github: https://github.com/jasy-pdf/jasy +website: https://jasy.dev +learn_more: https://jasy.dev/docs/nuxt +category: Libraries +type: 3rd-party +maintainers: + - name: Florian Heuberger + github: Flo0806 + bluesky: flo-heuberger.bsky.social +compatibility: + nuxt: '>=3.0.0' + requires: {} From ff253837c4ffe4bd668efed6327ba52f88cabdcf Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:15:41 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/jasy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/jasy.yml b/modules/jasy.yml index 90b008239..e249573c1 100644 --- a/modules/jasy.yml +++ b/modules/jasy.yml @@ -1,5 +1,7 @@ name: jasy -description: Author PDFs as Vue components in Nuxt - client or server, zero-config. ZUGFeRD/XRechnung ready. +description: >- + Author PDFs as Vue components in Nuxt - client or server, zero-config. + ZUGFeRD/XRechnung ready. repo: jasy-pdf/jasy#main/packages/nuxt npm: '@jasy/nuxt' icon: jasy.svg