@vention/vention-cli 0.13.5 → 0.13.6
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/cli.esm.js +1 -1
- package/package.json +1 -1
package/cli.esm.js
CHANGED
|
@@ -6193,7 +6193,7 @@ const getAllApplicationsWithSourceCode = async (environment, designId, sessionId
|
|
|
6193
6193
|
throw new Error("Linked session token is not set");
|
|
6194
6194
|
}
|
|
6195
6195
|
const digitalTwinUrl = getDigitalTwinUrl(environment, sessionId);
|
|
6196
|
-
const url = `${digitalTwinUrl}/v2/library`;
|
|
6196
|
+
const url = `${digitalTwinUrl}/v2/library?shouldIncludeSourceCode=true`;
|
|
6197
6197
|
const response = await fetchJson(url, {
|
|
6198
6198
|
headers: {
|
|
6199
6199
|
Accept: "application/json",
|