Skip to content

Commit a97e894

Browse files
committed
cleanup list of packages and descriptions
1 parent 7ea75ed commit a97e894

25 files changed

+50
-51
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const FEATURED: { title: string; alternative?: string; packages: string[]; weigh
164164
{
165165
title: 'Auth',
166166
packages: [
167-
'lucia',
167+
'better-auth',
168168
'@auth/sveltekit',
169169
'altcha',
170170
'svelte-session-manager',

apps/svelte.dev/src/lib/server/generated/registry/ai-sdk-svelte.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdk/svelte",
3-
"description": "Provide Svelte UI components for AI SDK.",
3+
"description": "Svelte UI components for the AI SDK.",
44
"repo_url": "https://github.com/vercel/ai",
55
"authors": ["jaredpalmer", "vercel-release-bot"],
66
"homepage": "https://sdk.vercel.ai/docs",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "better-auth",
3+
"description": "The most comprehensive authentication framework for TypeScript.",
4+
"repo_url": "https://github.com/better-auth/better-auth",
5+
"authors": ["~bekacru"],
6+
"homepage": "https://github.com/better-auth/better-auth#readme",
7+
"downloads": 320774,
8+
"updated": "2025-09-22T12:40:32.030Z",
9+
"runes": false,
10+
"github_stars": 20800,
11+
"typescript": true,
12+
"version": "1.3.14",
13+
"last_rune_check_version": "1.3.12"
14+
}

apps/svelte.dev/src/lib/server/generated/registry/bits-ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bits-ui",
3-
"description": "The headless components for Svelte.",
3+
"description": "Headless components for Svelte.",
44
"repo_url": "https://github.com/huntabyte/bits-ui",
55
"authors": ["huntabyte"],
66
"homepage": "https://github.com/huntabyte/bits-ui#readme",

apps/svelte.dev/src/lib/server/generated/registry/carbon-components-svelte.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-components-svelte",
3-
"description": "Implement Carbon Design System components in Svelte apps.",
3+
"description": "Svelte implementation of the Carbon Design System",
44
"repo_url": "https://github.com/carbon-design-system/carbon-components-svelte",
55
"authors": ["metonym"],
66
"homepage": "https://svelte.carbondesignsystem.com/",

apps/svelte.dev/src/lib/server/generated/registry/daisyui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "felte",
2+
"name": "daisyui",
33
"description": "Free and open-source Tailwind CSS component library.",
44
"repo_url": "https://github.com/saadeghi/daisyui",
55
"authors": ["saadeghi"],

apps/svelte.dev/src/lib/server/generated/registry/flowbite-svelte.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"description": "Build UI with Flowbite components for Svelte.",
3+
"description": "Flowbite component library for Svelte.",
44
"repo_url": "https://github.com/themesberg/flowbite-svelte",
55
"authors": ["jjagielka", "zoliszogyenyi", "shinichiokada"],
66
"homepage": "https://flowbite-svelte.com/",

apps/svelte.dev/src/lib/server/generated/registry/formsnap.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "formsnap",
33
"description": "Wraps sveltekit-superforms with accessible form components.",
4-
"repo_url": "",
4+
"repo_url": "https://github.com/svecosystem/formsnap",
55
"authors": ["huntabyte"],
6+
"homepage": "https://formsnap.dev",
67
"downloads": 35777,
78
"updated": "2025-04-09T02:30:42.332Z",
89
"runes": true,

apps/svelte.dev/src/lib/server/generated/registry/layercake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layercake",
3-
"description": "Build reusable graphics with Svelte, compatible with Svelte 3 through 5.",
3+
"description": "Build reusable graphics with Svelte.",
44
"repo_url": "https://github.com/mhkeller/layercake",
55
"authors": ["mhkeller0"],
66
"homepage": "https://layercake.graphics/",

apps/svelte.dev/src/lib/server/generated/registry/lucide-svelte.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lucide-svelte",
3-
"description": "Provides Lucide icon library for Svelte applications.",
3+
"description": "The Lucide icon library for Svelte.",
44
"repo_url": "https://github.com/lucide-icons/lucide",
55
"authors": ["ericfennis"],
66
"homepage": "https://lucide.dev",

0 commit comments

Comments
 (0)