Skip to content

Commit

Permalink
Merge pull request #67 from rajnishdargan/release-7.0.0
Browse files Browse the repository at this point in the history
Issue #IQ-649 fix: Unable to play live v1 question set
  • Loading branch information
sajeshkayyath authored Dec 21, 2023
2 parents 87607a1 + 7682e5b commit ecb8116
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/quml-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player",
"version": "7.0.1",
"version": "7.0.2",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class TransformationService {
const resValData: any = _.get(interactions, 'response1.validation', {});
if (!_.isEmpty(resValData)) {
_.forEach(resValData, (value, key) => {
validation.set(key, value);
_.set(validation, key, value)
});
} else {
_.set(resp1, 'validation', validation);
Expand Down
2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player-web-component",
"version": "3.0.1",
"version": "3.0.2",
"description": "The web component package for the sunbird QuML player",
"main": "sunbird-quml-player.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web-component/sunbird-quml-player.js

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

0 comments on commit ecb8116

Please sign in to comment.