From c892a278829efc020c0781e93b3a0b480f8d79b0 Mon Sep 17 00:00:00 2001 From: yudechen Date: Tue, 31 Jan 2023 11:01:14 +0800 Subject: [PATCH 1/5] test:test Signed-off-by: yudechen Change-Id: I429fcede5066df714a8d2e1da70cca23ae1e1128 --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index f05efa3..fb92311 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { - "name": "@ohos/syscap_codec", + "name": "@ohos/_", "description": "System capability encode and decode.", - "version": "3.2", + "version": "4.0", "license": "Apache License 2.0", "pubiishAs": "code-segment", "segment": { @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "syscap_codec", + "name": "_", "subsystem": "developtools", "syscap": [ "SystemCapability.Developtools.Syscap" ], "feature": [], -- Gitee From 605faa4f69cda46cfc356066daf3560d7dbc2729 Mon Sep 17 00:00:00 2001 From: chenyude Date: Tue, 18 Apr 2023 03:16:05 +0000 Subject: [PATCH 2/5] update bundle.json. Signed-off-by: chenyude --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index fb92311..2d1b26d 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/_", + "name": "@ohos/syscap", "description": "System capability encode and decode.", "version": "4.0", "license": "Apache License 2.0", @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "_", + "name": "syscap", "subsystem": "developtools", "syscap": [ "SystemCapability.Developtools.Syscap" ], "feature": [], -- Gitee From 605093e92d6f87d30cce280102a59da6064abbcb Mon Sep 17 00:00:00 2001 From: chenyude Date: Tue, 18 Apr 2023 03:18:49 +0000 Subject: [PATCH 3/5] update bundle.json. Signed-off-by: chenyude --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2d1b26d..96c8a84 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/syscap", + "name": "@ohos/syscap_codec", "description": "System capability encode and decode.", "version": "4.0", "license": "Apache License 2.0", -- Gitee From 1f67530312e5539ed590c5a00dc248360172c703 Mon Sep 17 00:00:00 2001 From: chenyude Date: Tue, 18 Apr 2023 03:19:38 +0000 Subject: [PATCH 4/5] update bundle.json. Signed-off-by: chenyude --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 96c8a84..9e08ef2 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/syscap_codec", "description": "System capability encode and decode.", - "version": "4.0", + "version": "3.2", "license": "Apache License 2.0", "pubiishAs": "code-segment", "segment": { -- Gitee From edbe5ae453736395f093c1118c9d05bd093008bb Mon Sep 17 00:00:00 2001 From: chenyude Date: Mon, 8 May 2023 07:48:38 +0000 Subject: [PATCH 5/5] update bundle.json. Signed-off-by: chenyude --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 9e08ef2..c97e545 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/syscap_codec", "description": "System capability encode and decode.", - "version": "3.2", + "version": "", "license": "Apache License 2.0", "pubiishAs": "code-segment", "segment": { -- Gitee