@ganakailabs/cloudeval-cli 0.28.1 → 0.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_NOTICES.md +4 -15
- package/dist/{App-FRLV34U4.js → App-OLD5LMTA.js} +7 -7
- package/dist/{Banner-IFLO2NC6.js → Banner-6W7U2C44.js} +2 -2
- package/dist/{Onboarding-GAN3Q5TS.js → Onboarding-HCORVZMZ.js} +2 -2
- package/dist/{chunk-LRQBWG3N.js → chunk-4OE4CRKD.js} +1 -1
- package/dist/{chunk-XDMPAWK2.js → chunk-AO4LJZTG.js} +1 -1
- package/dist/{chunk-QSBGUI25.js → chunk-CS4NE336.js} +9 -0
- package/dist/{chunk-USSCB2ZU.js → chunk-ERGQHMNT.js} +91 -3
- package/dist/{chunk-L5ICTZHW.js → chunk-VRLH2WYY.js} +1 -1
- package/dist/cli.js +450 -147
- package/dist/{dist-PEYJDO7A.js → dist-QYIPN7MD.js} +7 -1
- package/dist/{resolveAskProject-DQJXPS5G.js → resolveAskProject-CL25APSQ.js} +1 -1
- package/package.json +2 -2
- package/sbom.spdx.json +12 -188
|
@@ -43,6 +43,7 @@ import {
|
|
|
43
43
|
getCredentialTemplates,
|
|
44
44
|
getCreditStatus,
|
|
45
45
|
getIdentity,
|
|
46
|
+
getIssuesItem,
|
|
46
47
|
getProjects,
|
|
47
48
|
getReport,
|
|
48
49
|
getReportDetail,
|
|
@@ -62,6 +63,7 @@ import {
|
|
|
62
63
|
listAgentProfiles,
|
|
63
64
|
listConnections,
|
|
64
65
|
listCredentials,
|
|
66
|
+
listIssuesItems,
|
|
65
67
|
listReports,
|
|
66
68
|
login,
|
|
67
69
|
loginWithDeviceCode,
|
|
@@ -77,7 +79,7 @@ import {
|
|
|
77
79
|
runReports,
|
|
78
80
|
setActiveCLITraceContext,
|
|
79
81
|
streamChat
|
|
80
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-ERGQHMNT.js";
|
|
81
83
|
export {
|
|
82
84
|
AgentProfileRequestError,
|
|
83
85
|
BUNDLED_AGENT_PROFILES,
|
|
@@ -99,6 +101,7 @@ export {
|
|
|
99
101
|
extractEmailFromToken,
|
|
100
102
|
fetchReportResource,
|
|
101
103
|
getAccessibleProjects,
|
|
104
|
+
getIssuesItem as getActionCenterItem,
|
|
102
105
|
getActiveCLITraceContext,
|
|
103
106
|
getActiveCLITraceHeaders,
|
|
104
107
|
getAgentProfile,
|
|
@@ -123,6 +126,7 @@ export {
|
|
|
123
126
|
getCredentialTemplates,
|
|
124
127
|
getCreditStatus,
|
|
125
128
|
getIdentity,
|
|
129
|
+
getIssuesItem,
|
|
126
130
|
getProjects,
|
|
127
131
|
getReport,
|
|
128
132
|
getReportDetail,
|
|
@@ -139,9 +143,11 @@ export {
|
|
|
139
143
|
isAuthLookupFailure,
|
|
140
144
|
isExpiredDeviceTokenStreamError,
|
|
141
145
|
isSensitiveSecretKey,
|
|
146
|
+
listIssuesItems as listActionCenterItems,
|
|
142
147
|
listAgentProfiles,
|
|
143
148
|
listConnections,
|
|
144
149
|
listCredentials,
|
|
150
|
+
listIssuesItems,
|
|
145
151
|
listReports,
|
|
146
152
|
login,
|
|
147
153
|
loginWithDeviceCode,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/resolveAskProject.ts
|
|
2
2
|
var resolveAskProject = async (input) => {
|
|
3
|
-
const core = await import("./dist-
|
|
3
|
+
const core = await import("./dist-QYIPN7MD.js");
|
|
4
4
|
const { getProjects, ensurePlaygroundProject, checkUserStatus } = core;
|
|
5
5
|
let userId = input.authenticatedUserId;
|
|
6
6
|
let user = input.authenticatedUser;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ganakailabs/cloudeval-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"license": "LicenseRef-CloudEval-CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "CloudEval CLI for cloud architecture, cost, report, automation, and MCP workflows.",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"run": "node dist/cli.js",
|
|
64
64
|
"dev": "tsx src/cli.tsx",
|
|
65
65
|
"lint": "pnpm -C ../shared build && pnpm -C ../core build && tsc --noEmit -p tsconfig.json",
|
|
66
|
-
"test": "pnpm -C ../shared build && pnpm -C ../core build && tsx --test src/askProgress.test.ts src/hitlPrompt.test.ts src/baseUrl.test.ts src/frontendLinks.test.ts src/outputFormatter.test.ts src/localHooks.test.ts src/telemetry.test.ts src/cliConfig.test.ts src/projectDiagramImage.test.ts src/loginOnboardingMode.test.ts src/runtime/prepareInk.test.ts src/ui/animationPolicy.test.ts src/ui/appHeaderDetails.test.ts src/ui/bannerDetails.test.ts src/ui/noticeTone.test.ts src/ui/components/Banner.test.ts src/ui/components/InputBox.test.ts src/ui/components/Spinner.test.ts src/ui/components/Transcript.test.ts src/ui/artifactChips.test.ts src/ui/citationContent.test.ts src/ui/chatResponseActions.test.ts src/ui/billingSummary.test.ts src/ui/workspaceEntityDetails.test.ts src/ui/inputSanitizer.test.ts src/ui/inputViewport.test.ts src/ui/keyBindings.test.ts src/ui/layout.test.ts src/ui/scrollBehavior.test.ts src/ui/promptSuggestions.test.ts src/ui/commandCompletion.test.ts src/ui/interactionModel.test.ts src/ui/sessionThreads.test.ts src/ui/userDisplayName.test.ts src/ui/workspaceSelection.test.ts src/ui/workspaceTabs.test.ts src/ui/workspaceDataStore.test.ts src/ui/overviewDashboard.test.ts src/ui/reportsDashboard.test.ts src/completionEngine.test.ts src/shellCompletion.test.ts src/updateCommand.test.ts src/uninstallCommand.test.ts src/mcpSetupCommand.test.ts src/mcpCommand.test.ts src/sessionsStore.test.ts src/recipes/catalog.test.ts src/skills/catalog.test.ts src/reports/reportRender.test.ts src/reports/reportCommand.test.ts",
|
|
66
|
+
"test": "pnpm -C ../shared build && pnpm -C ../core build && tsx --test src/askProgress.test.ts src/hitlPrompt.test.ts src/baseUrl.test.ts src/apiClient.test.ts src/frontendLinks.test.ts src/actionsCommand.test.ts src/outputFormatter.test.ts src/localHooks.test.ts src/telemetry.test.ts src/cliConfig.test.ts src/projectDiagramImage.test.ts src/loginOnboardingMode.test.ts src/runtime/prepareInk.test.ts src/ui/animationPolicy.test.ts src/ui/appHeaderDetails.test.ts src/ui/bannerDetails.test.ts src/ui/noticeTone.test.ts src/ui/components/Banner.test.ts src/ui/components/InputBox.test.ts src/ui/components/Spinner.test.ts src/ui/components/Transcript.test.ts src/ui/artifactChips.test.ts src/ui/citationContent.test.ts src/ui/chatResponseActions.test.ts src/ui/billingSummary.test.ts src/ui/workspaceEntityDetails.test.ts src/ui/inputSanitizer.test.ts src/ui/inputViewport.test.ts src/ui/keyBindings.test.ts src/ui/layout.test.ts src/ui/scrollBehavior.test.ts src/ui/promptSuggestions.test.ts src/ui/commandCompletion.test.ts src/ui/interactionModel.test.ts src/ui/sessionThreads.test.ts src/ui/userDisplayName.test.ts src/ui/workspaceSelection.test.ts src/ui/workspaceTabs.test.ts src/ui/workspaceDataStore.test.ts src/ui/overviewDashboard.test.ts src/ui/reportsDashboard.test.ts src/completionEngine.test.ts src/shellCompletion.test.ts src/updateCommand.test.ts src/uninstallCommand.test.ts src/mcpSetupCommand.test.ts src/mcpCommand.test.ts src/sessionsStore.test.ts src/recipes/catalog.test.ts src/skills/catalog.test.ts src/reports/reportRender.test.ts src/reports/reportCommand.test.ts",
|
|
67
67
|
"test:cli:noninteractive": "pnpm -C ../shared build && pnpm -C ../core build && tsx --test src/nonInteractiveCli.test.ts",
|
|
68
68
|
"test:cli:noninteractive:packaged": "pnpm build:executable:current && CLOUDEVAL_CLI_BIN=./dist/bin/cloudeval pnpm test:cli:noninteractive",
|
|
69
69
|
"test:cli:noninteractive:live": "pnpm build:executable:current && CLOUDEVAL_CLI_BIN=./dist/bin/cloudeval tsx --test src/liveNonInteractiveCli.test.ts",
|
package/sbom.spdx.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"SPDXID": "SPDXRef-Package-CloudEval-CLI",
|
|
16
16
|
"name": "CloudEval CLI",
|
|
17
|
-
"versionInfo": "0.
|
|
17
|
+
"versionInfo": "0.29.1",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|
|
@@ -747,116 +747,6 @@
|
|
|
747
747
|
"copyrightText": "OpenTelemetry Authors",
|
|
748
748
|
"summary": "OpenTelemetry Transport for winston"
|
|
749
749
|
},
|
|
750
|
-
{
|
|
751
|
-
"SPDXID": "SPDXRef-Package--protobufjs-aspromise-1.1.2",
|
|
752
|
-
"name": "@protobufjs/aspromise",
|
|
753
|
-
"versionInfo": "1.1.2",
|
|
754
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
755
|
-
"filesAnalyzed": false,
|
|
756
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
757
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
758
|
-
"copyrightText": "Daniel Wirtz",
|
|
759
|
-
"summary": "Returns a promise from a node-style callback function."
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"SPDXID": "SPDXRef-Package--protobufjs-base64-1.1.2",
|
|
763
|
-
"name": "@protobufjs/base64",
|
|
764
|
-
"versionInfo": "1.1.2",
|
|
765
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
766
|
-
"filesAnalyzed": false,
|
|
767
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
768
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
769
|
-
"copyrightText": "Daniel Wirtz",
|
|
770
|
-
"summary": "A minimal base64 implementation for number arrays."
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"SPDXID": "SPDXRef-Package--protobufjs-codegen-2.0.5",
|
|
774
|
-
"name": "@protobufjs/codegen",
|
|
775
|
-
"versionInfo": "2.0.5",
|
|
776
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
777
|
-
"filesAnalyzed": false,
|
|
778
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
779
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
780
|
-
"copyrightText": "Daniel Wirtz",
|
|
781
|
-
"summary": "A minimalistic code generation utility."
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"SPDXID": "SPDXRef-Package--protobufjs-eventemitter-1.1.1",
|
|
785
|
-
"name": "@protobufjs/eventemitter",
|
|
786
|
-
"versionInfo": "1.1.1",
|
|
787
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
788
|
-
"filesAnalyzed": false,
|
|
789
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
790
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
791
|
-
"copyrightText": "Daniel Wirtz",
|
|
792
|
-
"summary": "A minimal event emitter."
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"SPDXID": "SPDXRef-Package--protobufjs-fetch-1.1.1",
|
|
796
|
-
"name": "@protobufjs/fetch",
|
|
797
|
-
"versionInfo": "1.1.1",
|
|
798
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
799
|
-
"filesAnalyzed": false,
|
|
800
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
801
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
802
|
-
"copyrightText": "Daniel Wirtz",
|
|
803
|
-
"summary": "Fetches the contents of a file accross node and browsers."
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"SPDXID": "SPDXRef-Package--protobufjs-float-1.0.2",
|
|
807
|
-
"name": "@protobufjs/float",
|
|
808
|
-
"versionInfo": "1.0.2",
|
|
809
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
810
|
-
"filesAnalyzed": false,
|
|
811
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
812
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
813
|
-
"copyrightText": "Daniel Wirtz",
|
|
814
|
-
"summary": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers."
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"SPDXID": "SPDXRef-Package--protobufjs-inquire-1.1.2",
|
|
818
|
-
"name": "@protobufjs/inquire",
|
|
819
|
-
"versionInfo": "1.1.2",
|
|
820
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
821
|
-
"filesAnalyzed": false,
|
|
822
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
823
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
824
|
-
"copyrightText": "Daniel Wirtz",
|
|
825
|
-
"summary": "Requires a module only if available and hides the require call from bundlers."
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"SPDXID": "SPDXRef-Package--protobufjs-path-1.1.2",
|
|
829
|
-
"name": "@protobufjs/path",
|
|
830
|
-
"versionInfo": "1.1.2",
|
|
831
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
832
|
-
"filesAnalyzed": false,
|
|
833
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
834
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
835
|
-
"copyrightText": "Daniel Wirtz",
|
|
836
|
-
"summary": "A minimal path module to resolve Unix, Windows and URL paths alike."
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"SPDXID": "SPDXRef-Package--protobufjs-pool-1.1.0",
|
|
840
|
-
"name": "@protobufjs/pool",
|
|
841
|
-
"versionInfo": "1.1.0",
|
|
842
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
843
|
-
"filesAnalyzed": false,
|
|
844
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
845
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
846
|
-
"copyrightText": "Daniel Wirtz",
|
|
847
|
-
"summary": "A general purpose buffer pool."
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"SPDXID": "SPDXRef-Package--protobufjs-utf8-1.1.1",
|
|
851
|
-
"name": "@protobufjs/utf8",
|
|
852
|
-
"versionInfo": "1.1.1",
|
|
853
|
-
"downloadLocation": "https://github.com/dcodeIO/protobuf.js#readme",
|
|
854
|
-
"filesAnalyzed": false,
|
|
855
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
856
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
857
|
-
"copyrightText": "Daniel Wirtz",
|
|
858
|
-
"summary": "A minimal UTF8 implementation for number arrays."
|
|
859
|
-
},
|
|
860
750
|
{
|
|
861
751
|
"SPDXID": "SPDXRef-Package--sindresorhus-is-4.6.0",
|
|
862
752
|
"name": "@sindresorhus/is",
|
|
@@ -2189,26 +2079,15 @@
|
|
|
2189
2079
|
"summary": "Parse Postgres interval columns"
|
|
2190
2080
|
},
|
|
2191
2081
|
{
|
|
2192
|
-
"SPDXID": "SPDXRef-Package-protobufjs-
|
|
2082
|
+
"SPDXID": "SPDXRef-Package-protobufjs-8.4.1",
|
|
2193
2083
|
"name": "protobufjs",
|
|
2194
|
-
"versionInfo": "
|
|
2195
|
-
"downloadLocation": "https://
|
|
2084
|
+
"versionInfo": "8.4.1",
|
|
2085
|
+
"downloadLocation": "https://github.com/protobufjs/protobuf.js#readme",
|
|
2196
2086
|
"filesAnalyzed": false,
|
|
2197
2087
|
"licenseConcluded": "BSD-3-Clause",
|
|
2198
2088
|
"licenseDeclared": "BSD-3-Clause",
|
|
2199
2089
|
"copyrightText": "Daniel Wirtz",
|
|
2200
|
-
"summary": "Protocol Buffers for JavaScript
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"SPDXID": "SPDXRef-Package-protobufjs-8.0.2",
|
|
2204
|
-
"name": "protobufjs",
|
|
2205
|
-
"versionInfo": "8.0.2",
|
|
2206
|
-
"downloadLocation": "https://protobufjs.github.io/protobuf.js/",
|
|
2207
|
-
"filesAnalyzed": false,
|
|
2208
|
-
"licenseConcluded": "BSD-3-Clause",
|
|
2209
|
-
"licenseDeclared": "BSD-3-Clause",
|
|
2210
|
-
"copyrightText": "Daniel Wirtz",
|
|
2211
|
-
"summary": "Protocol Buffers for JavaScript (& TypeScript)."
|
|
2090
|
+
"summary": "Protocol Buffers for JavaScript & TypeScript."
|
|
2212
2091
|
},
|
|
2213
2092
|
{
|
|
2214
2093
|
"SPDXID": "SPDXRef-Package-react-devtools-core-4.28.5",
|
|
@@ -2662,9 +2541,9 @@
|
|
|
2662
2541
|
"summary": "Wordwrap a string with ANSI escape codes"
|
|
2663
2542
|
},
|
|
2664
2543
|
{
|
|
2665
|
-
"SPDXID": "SPDXRef-Package-ws-7.5.
|
|
2544
|
+
"SPDXID": "SPDXRef-Package-ws-7.5.11",
|
|
2666
2545
|
"name": "ws",
|
|
2667
|
-
"versionInfo": "7.5.
|
|
2546
|
+
"versionInfo": "7.5.11",
|
|
2668
2547
|
"downloadLocation": "https://github.com/websockets/ws",
|
|
2669
2548
|
"filesAnalyzed": false,
|
|
2670
2549
|
"licenseConcluded": "MIT",
|
|
@@ -2673,9 +2552,9 @@
|
|
|
2673
2552
|
"summary": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js"
|
|
2674
2553
|
},
|
|
2675
2554
|
{
|
|
2676
|
-
"SPDXID": "SPDXRef-Package-ws-8.
|
|
2555
|
+
"SPDXID": "SPDXRef-Package-ws-8.21.0",
|
|
2677
2556
|
"name": "ws",
|
|
2678
|
-
"versionInfo": "8.
|
|
2557
|
+
"versionInfo": "8.21.0",
|
|
2679
2558
|
"downloadLocation": "https://github.com/websockets/ws",
|
|
2680
2559
|
"filesAnalyzed": false,
|
|
2681
2560
|
"licenseConcluded": "MIT",
|
|
@@ -3114,56 +2993,6 @@
|
|
|
3114
2993
|
"relationshipType": "DEPENDS_ON",
|
|
3115
2994
|
"relatedSpdxElement": "SPDXRef-Package--opentelemetry-winston-transport-0.27.0"
|
|
3116
2995
|
},
|
|
3117
|
-
{
|
|
3118
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3119
|
-
"relationshipType": "DEPENDS_ON",
|
|
3120
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-aspromise-1.1.2"
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3124
|
-
"relationshipType": "DEPENDS_ON",
|
|
3125
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-base64-1.1.2"
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3129
|
-
"relationshipType": "DEPENDS_ON",
|
|
3130
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-codegen-2.0.5"
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3134
|
-
"relationshipType": "DEPENDS_ON",
|
|
3135
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-eventemitter-1.1.1"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3139
|
-
"relationshipType": "DEPENDS_ON",
|
|
3140
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-fetch-1.1.1"
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3144
|
-
"relationshipType": "DEPENDS_ON",
|
|
3145
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-float-1.0.2"
|
|
3146
|
-
},
|
|
3147
|
-
{
|
|
3148
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3149
|
-
"relationshipType": "DEPENDS_ON",
|
|
3150
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-inquire-1.1.2"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3154
|
-
"relationshipType": "DEPENDS_ON",
|
|
3155
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-path-1.1.2"
|
|
3156
|
-
},
|
|
3157
|
-
{
|
|
3158
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3159
|
-
"relationshipType": "DEPENDS_ON",
|
|
3160
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-pool-1.1.0"
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3164
|
-
"relationshipType": "DEPENDS_ON",
|
|
3165
|
-
"relatedSpdxElement": "SPDXRef-Package--protobufjs-utf8-1.1.1"
|
|
3166
|
-
},
|
|
3167
2996
|
{
|
|
3168
2997
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3169
2998
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -3772,12 +3601,7 @@
|
|
|
3772
3601
|
{
|
|
3773
3602
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3774
3603
|
"relationshipType": "DEPENDS_ON",
|
|
3775
|
-
"relatedSpdxElement": "SPDXRef-Package-protobufjs-
|
|
3776
|
-
},
|
|
3777
|
-
{
|
|
3778
|
-
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3779
|
-
"relationshipType": "DEPENDS_ON",
|
|
3780
|
-
"relatedSpdxElement": "SPDXRef-Package-protobufjs-8.0.2"
|
|
3604
|
+
"relatedSpdxElement": "SPDXRef-Package-protobufjs-8.4.1"
|
|
3781
3605
|
},
|
|
3782
3606
|
{
|
|
3783
3607
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
@@ -3987,12 +3811,12 @@
|
|
|
3987
3811
|
{
|
|
3988
3812
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3989
3813
|
"relationshipType": "DEPENDS_ON",
|
|
3990
|
-
"relatedSpdxElement": "SPDXRef-Package-ws-7.5.
|
|
3814
|
+
"relatedSpdxElement": "SPDXRef-Package-ws-7.5.11"
|
|
3991
3815
|
},
|
|
3992
3816
|
{
|
|
3993
3817
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|
|
3994
3818
|
"relationshipType": "DEPENDS_ON",
|
|
3995
|
-
"relatedSpdxElement": "SPDXRef-Package-ws-8.
|
|
3819
|
+
"relatedSpdxElement": "SPDXRef-Package-ws-8.21.0"
|
|
3996
3820
|
},
|
|
3997
3821
|
{
|
|
3998
3822
|
"spdxElementId": "SPDXRef-Package-CloudEval-CLI",
|