diff --git a/src/native/external/cgmanifest.json b/src/native/external/cgmanifest.json index 16a39c7d9c475f..4fe3e33a912e7c 100644 --- a/src/native/external/cgmanifest.json +++ b/src/native/external/cgmanifest.json @@ -1,65 +1,66 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/google/brotli", - "CommitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/google/brotli", + "commitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" } }, - "DevelopmentDependency": false + "developmentDependency": false }, { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/libunwind/libunwind", - "CommitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/libunwind/libunwind", + "commitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d" } }, - "DevelopmentDependency": false + "developmentDependency": false }, { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/llvm/llvm-project", - "CommitHash": "18ddebe1a1a9bde349441631365f0472e9693520" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/llvm/llvm-project", + "commitHash": "18ddebe1a1a9bde349441631365f0472e9693520" } }, - "DevelopmentDependency": false + "developmentDependency": false }, { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/Tencent/rapidjson", - "CommitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/Tencent/rapidjson", + "commitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5" } }, - "DevelopmentDependency": false + "developmentDependency": false }, { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/zlib-ng/zlib-ng", - "CommitHash": "d54e3769be0c522015b784eca2af258b1c026107" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/zlib-ng/zlib-ng", + "commitHash": "d54e3769be0c522015b784eca2af258b1c026107" } }, - "DevelopmentDependency": false + "developmentDependency": false }, { - "Component": { - "Type": "git", - "Git": { - "RepositoryUrl": "https://github.com/microsoft/LinuxTracepoints", - "CommitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7" + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/microsoft/LinuxTracepoints", + "commitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7" } }, - "DevelopmentDependency": false + "developmentDependency": false } ] }