From 3314b5930fa3706423cf064c551c30daa11276dd Mon Sep 17 00:00:00 2001 From: ahmed-lotfy-dev Date: Fri, 15 May 2026 19:01:17 +0300 Subject: [PATCH] fix: process meta.json (sort + dedupe) --- meta.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/meta.json b/meta.json index a6e2c381..69d879cd 100644 --- a/meta.json +++ b/meta.json @@ -5161,25 +5161,6 @@ "api" ] }, - { - "id": "powersync", - "name": "PowerSync", - "version": "1.21.0", - "description": "PowerSync is a sync engine for local-first apps. Syncs PostgreSQL data to mobile devices and browsers with real-time replication.", - "logo": "powersync.png", - "links": { - "github": "https://github.com/powersync-ja/powersync-service", - "website": "https://www.powersync.com/", - "docs": "https://docs.powersync.com/" - }, - "tags": [ - "sync", - "database", - "local-first", - "postgresql", - "realtime" - ] - }, { "id": "poke", "name": "Poke", @@ -5291,6 +5272,25 @@ "publishing" ] }, + { + "id": "powersync", + "name": "PowerSync", + "version": "1.21.0", + "description": "PowerSync is a sync engine for local-first apps. Syncs PostgreSQL data to mobile devices and browsers with real-time replication.", + "logo": "powersync.png", + "links": { + "github": "https://github.com/powersync-ja/powersync-service", + "website": "https://www.powersync.com/", + "docs": "https://docs.powersync.com/" + }, + "tags": [ + "sync", + "database", + "local-first", + "postgresql", + "realtime" + ] + }, { "id": "pre0.22.5-supabase", "name": "SupaBase",