From a44e922bfda5220afbb6435b9613a0a6f52d2310 Mon Sep 17 00:00:00 2001 From: rishikesh yadav Date: Tue, 7 May 2024 16:24:34 +0530 Subject: [PATCH] added new category called naming services in dappschema --- package.json | 2 +- src/interfaces/dAppSchema.ts | 3 ++- src/schemas/merokuDappStore.dAppSchema.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5277f1c..1d5e35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@merokudao/dapp-store-registry", - "version": "0.1.107", + "version": "0.1.108", "description": "The dApp Store registry for MerokuDAO dAapp Store", "repository": { "type": "git", diff --git a/src/interfaces/dAppSchema.ts b/src/interfaces/dAppSchema.ts index a3752c5..a0f0277 100644 --- a/src/interfaces/dAppSchema.ts +++ b/src/interfaces/dAppSchema.ts @@ -28,7 +28,8 @@ export const dAppCategory = [ "sports", "travel", "utilities", - "Ai" + "ai", + "naming_services" ] as const; export type DAppCategory = (typeof dAppCategory)[number]; diff --git a/src/schemas/merokuDappStore.dAppSchema.json b/src/schemas/merokuDappStore.dAppSchema.json index af8e546..4958791 100644 --- a/src/schemas/merokuDappStore.dAppSchema.json +++ b/src/schemas/merokuDappStore.dAppSchema.json @@ -204,7 +204,8 @@ "sports", "travel", "utilities", - "ai" + "ai", + "naming_services" ] }, "subCategory": {