From 4685029506700694c7ffb86d95a6a6276dc74270 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 10:36:20 +0800 Subject: [PATCH 1/3] update bundle.json Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 1cd1172..3a1cee9 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { - "name": "@openharmony/utils_lite", - "version": "3.1.0", + "name": "@ohos/utils_lite", + "version": "4.0.2", "license": "Apache License 2.0", "description": "Basic macro and type definitions", "publishAs": "code-segment", @@ -10,7 +10,9 @@ "dirs": {}, "scripts": {}, "author": {}, - "repository": "", + "homePage": "https://gitee.com/openharmony", + "repository": "https://gitee.com/openharmony/commonlibrary_utils_lite", + "supplier": "Organization: OpenHarmony", "component": { "name": "utils_lite", "subsystem": "commonlibrary", @@ -26,7 +28,8 @@ ], "deps": { "thrid_party": [ - "bounds_checking_function" + "bounds_checking_function", + "musl" ], "kernel_special": {}, "board_special": {}, @@ -45,4 +48,4 @@ "test": [] } } -} \ No newline at end of file +} -- Gitee From c671ecd3624e47754bbc20cdfe831708395c4377 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 02:36:56 +0000 Subject: [PATCH 2/3] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3a1cee9..a383898 100644 --- a/bundle.json +++ b/bundle.json @@ -29,7 +29,7 @@ "deps": { "thrid_party": [ "bounds_checking_function", - "musl" + "musl" ], "kernel_special": {}, "board_special": {}, -- Gitee From 10a4b1e3345c961462483238c42a757990f36fa1 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 11 Oct 2023 03:21:50 +0000 Subject: [PATCH 3/3] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a383898..137ac92 100644 --- a/bundle.json +++ b/bundle.json @@ -29,7 +29,7 @@ "deps": { "thrid_party": [ "bounds_checking_function", - "musl" + "musl" ], "kernel_special": {}, "board_special": {}, -- Gitee