From 989a63d7305c062f58353f796911faa392674579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Voisin?= Date: Thu, 21 Sep 2023 23:45:15 +0200 Subject: [PATCH 1/2] Update components.json - Add supasveltekit --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 7204b0648..25f8ef2eb 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2386,5 +2386,13 @@ "npm": "svelte-tex", "category": "Developer Experience", "tags": ["components and libraries", "images"] + }, + { + "title": "supasveltekit", + "repository": "https://github.com/OpenFrenchFries/supasveltekit", + "description": "🌟 Where Svelte's elegance meets Supabase's might! 🌟", + "npm": "supasveltekit", + "category": "Developer Experience", + "tags": ["components and libraries"] } ] From e7c1360f2d9200b3fee13220344b0d61991f39a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Voisin?= Date: Fri, 6 Oct 2023 20:14:54 +0200 Subject: [PATCH 2/2] Fixed missing trailing spaces in components.json --- src/routes/components/components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index ade1a92d5..62436f820 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2394,8 +2394,8 @@ "npm": "supasveltekit", "category": "Developer Experience", "tags": ["components and libraries"] - }, - { + }, + { "title": "@jill64/sveltekit-adapter-aws", "repository": "https://github.com/jill64/sveltekit-adapter-aws", "description": "AWS adapter for SvelteKit with multiple architecture",