From 52eebf0a25b0957b0b66fa4a3c809dde303e0d5d Mon Sep 17 00:00:00 2001 From: YangLulu9 Date: Fri, 10 Jan 2025 11:17:44 +0800 Subject: [PATCH] feat : Independent compilation of auth_widget component Signed-off-by: YangLulu9 Change-Id: I9e5da543d6f7596a121ad0b52a8ae9918a332244 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8a9ee8b..2d44ba4 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@openharmony/auth_widget", + "name": "@ohos/auth_widget", "version": "4.0", "description": "User Authentication capability", "license": "Apache License 2.0", -- Gitee