@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.
Files changed (2) hide show
  1. package/cli.esm.js +1 -1
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/vention-cli",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "CLI tool for Vention applications",
5
5
  "type": "module",
6
6
  "engines": {