From 4d10006208910535d8ca83d4ec66477c6549316c Mon Sep 17 00:00:00 2001 From: StoilAtSAP Date: Thu, 2 Apr 2026 13:29:54 +0300 Subject: [PATCH] Update package.json description Current: "description": "CDS plugin providing integration to the SAP BTP Alert Notification Service.", Should be: "description": "CDS plugin providing support for business notifications in SAP Build WorkZone.", This should match the GitHub repo description and README for consistency. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31f3b2d..581cd36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cap-js/notifications", "version": "0.3.0", - "description": "CDS plugin providing integration to the SAP BTP Alert Notification Service.", + "description": "CDS plugin providing support for business notifications in SAP Build WorkZone.", "repository": "cap-js/notifications", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/",