From e6cc2b118340e1258672a0f69647acf905e864f9 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 09:39:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fixed=206ff2d3a=20from=20https://gitee.com/?= =?UTF-8?q?zhangdd-ewan/global=5Ftimezone/pulls/35=20=E5=88=A0=E9=99=A4sys?= =?UTF-8?q?cap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- bundle.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundle.json b/bundle.json index dc497ba..daf2588 100644 --- a/bundle.json +++ b/bundle.json @@ -36,9 +36,6 @@ "component": { "name": "timezone", "subsystem": "global", - "syscap": [ - "SystemCapability.Global.I18n" - ], "features": [], "adapted_system_type": [ "standard" -- Gitee From 4146f97cc58f19304a82204d5d4aec7daee68a99 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 06:44:30 +0000 Subject: [PATCH 2/3] update bundle.json. Signed-off-by: zhangdd_ewan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index daf2588..6b9bc21 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/global_timezone", + "name": "timezone", "version": "1.0.0", "description": "Provides tools for timezone data management and update.", "homePage": "https://gitee.com/openharmony/", -- Gitee From f05cafa166fc59b4d164ba57a9aee99d890e65fa Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 2 Feb 2024 09:13:33 +0000 Subject: [PATCH 3/3] update bundle.json. Signed-off-by: zhangdd_ewan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 6b9bc21..83612ce 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "timezone", + "name": "@ohos/timezone", "version": "1.0.0", "description": "Provides tools for timezone data management and update.", "homePage": "https://gitee.com/openharmony/", -- Gitee