MCPcopy Create free account
hub / github.com/SAP-samples/cloud-sdk-js / setSdkVersion

Function setSdkVersion

scripts/set-sdk-version.ts:34–40  ·  view source on GitHub ↗
(dependencies: Record<string, string>)

Source from the content-addressed store, hash-verified

32}
33
34function setSdkVersion(dependencies: Record<string, string>) {
35 Object.keys(dependencies).forEach(key => {
36 if (key.startsWith('@sap-cloud-sdk')) {
37 dependencies[key] = 'next';
38 }
39 });
40}
41
42forAll();

Callers 1

forAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected