From 29d0f40d21eb737f6e2af19fd3da84ec6bc3cd32 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 9 Jun 2026 15:51:52 +0200 Subject: [PATCH 1/3] fix(convex): add correct npm package name --- modules/convex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/convex.yml b/modules/convex.yml index c878e2cfa..e954d5f49 100644 --- a/modules/convex.yml +++ b/modules/convex.yml @@ -3,7 +3,7 @@ description: >- Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports repo: onmax/nuxt-convex -npm: convex-monorepo +npm: onmax/nuxt-convex icon: convex.svg github: https://github.com/onmax/nuxt-convex website: https://nuxt-convex.onmax.me From 771ec423e34e64971f948bf6b0a5345fab90c5d8 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 9 Jun 2026 16:05:45 +0200 Subject: [PATCH 2/3] Update modules/convex.yml --- modules/convex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/convex.yml b/modules/convex.yml index e954d5f49..3f176d6e7 100644 --- a/modules/convex.yml +++ b/modules/convex.yml @@ -3,7 +3,7 @@ description: >- Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports repo: onmax/nuxt-convex -npm: onmax/nuxt-convex +npm: nuxt-convex icon: convex.svg github: https://github.com/onmax/nuxt-convex website: https://nuxt-convex.onmax.me From fcf7ae577f2bc8bf8a433140eb57a2d4f5bb3ccd Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 31 Aug 2026 12:21:42 +0000 Subject: [PATCH 3/3] fix: actually fix convex repo naming --- modules/convex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/convex.yml b/modules/convex.yml index 3f176d6e7..582b257f1 100644 --- a/modules/convex.yml +++ b/modules/convex.yml @@ -2,7 +2,7 @@ name: convex description: >- Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports -repo: onmax/nuxt-convex +repo: onmax/nuxt-convex#main/packages/nuxt npm: nuxt-convex icon: convex.svg github: https://github.com/onmax/nuxt-convex