Skip to content

Commit

Permalink
Issue #SB-0000 merge: Merge pull request #291 from swayangjit/release…
Browse files Browse the repository at this point in the history
…-2.7.0

Issue #SB-000 chore: Bumped up version to 2.7.15.
  • Loading branch information
AmiableAnil committed Feb 7, 2020
2 parents 59a65fd + 9afd33d commit 44e3c4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunbird-sdk",
"version": "2.7.14",
"version": "2.7.15",
"description": "Heart of the sunbird mobile app.",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/content/handlers/get-content-details-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ export class GetContentDetailsHandler implements ApiRequestHandler<ContentDetail
payload: {
contentId: serverContentData.identifier,
streamingUrl: serverContentData.streamingUrl,
licenseDetails: serverContentData.licenseDetails
licenseDetails: serverContentData.licenseDetails,
size: serverContentData.size
}
}
});
Expand Down

0 comments on commit 44e3c4b

Please sign in to comment.