From c715407ee2b632bed889f4fe077b68c77bad9a3d Mon Sep 17 00:00:00 2001 From: Rahul Saini Date: Mon, 9 Feb 2026 22:56:39 +0530 Subject: [PATCH 1/3] added rozenite-graphql-client-devtool --- plugin-directory.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin-directory.json b/plugin-directory.json index 357a755..87ac830 100644 --- a/plugin-directory.json +++ b/plugin-directory.json @@ -38,5 +38,9 @@ { "npmUrl": "https://www.npmjs.com/package/@react-native-nitro-geolocation/rozenite-plugin", "githubUrl": "https://github.com/jingjing2222/react-native-nitro-geolocation/tree/main/packages/rozenite-devtools-plugin" + }, + { + "npmUrl": "https://www.npmjs.com/package/rozenite-graphql-client-devtool", + "githubUrl": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool" } ] From 60b3c9b477406ee0536c1393166c29da2fa0e7fd Mon Sep 17 00:00:00 2001 From: Rahul Saini Date: Mon, 9 Feb 2026 23:12:57 +0530 Subject: [PATCH 2/3] prettier fix --- plugin-directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-directory.json b/plugin-directory.json index 87ac830..b606daf 100644 --- a/plugin-directory.json +++ b/plugin-directory.json @@ -39,7 +39,7 @@ "npmUrl": "https://www.npmjs.com/package/@react-native-nitro-geolocation/rozenite-plugin", "githubUrl": "https://github.com/jingjing2222/react-native-nitro-geolocation/tree/main/packages/rozenite-devtools-plugin" }, - { + { "npmUrl": "https://www.npmjs.com/package/rozenite-graphql-client-devtool", "githubUrl": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool" } From e13727062b7c8732d56c6a1edcb476c1f97153ad Mon Sep 17 00:00:00 2001 From: Rahul Saini Date: Fri, 20 Feb 2026 21:54:14 +0530 Subject: [PATCH 3/3] Add new plugin entries for rozenite-assets-viewer --- plugin-directory.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin-directory.json b/plugin-directory.json index b606daf..5e7073f 100644 --- a/plugin-directory.json +++ b/plugin-directory.json @@ -42,5 +42,9 @@ { "npmUrl": "https://www.npmjs.com/package/rozenite-graphql-client-devtool", "githubUrl": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool" + }, + { + "npmUrl": "https://www.npmjs.com/package/rozenite-assets-viewer", + "githubUrl": "https://github.com/CodeByRahulSaini/rozenite-assets-viewer" } ]