Skip to content

Commit

Permalink
release 7.1 merges
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkumar-pacewisdom committed Dec 29, 2023
2 parents 4df5ba2 + 0a45cb3 commit 4236691
Show file tree
Hide file tree
Showing 10 changed files with 179 additions and 149 deletions.
266 changes: 136 additions & 130 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@project-sunbird/common-form-elements-full": "^6.0.3",
"@project-sunbird/sb-styles": "0.0.9",
"@project-sunbird/sunbird-file-upload-library": "1.0.2",
"@project-sunbird/sunbird-quml-player": "7.0.0-beta.3",
"@project-sunbird/sunbird-resource-library": "7.0.0-beta.4",
"@project-sunbird/sunbird-quml-player": "7.0.2",
"@project-sunbird/sunbird-resource-library": "7.0.2",
"@project-sunbird/telemetry-sdk": "0.0.29",
"@types/jquery": "^3.5.5",
"alphanum-sort": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/questionset-editor-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-questionset-editor",
"version": "7.0.0-beta.3",
"version": "7.0.3",
"dependencies": {
"tslib": "^2.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
"PUBLISH" : "questionset/v2/publish/",
"DELETENODE" : "questionset/v2/remove",
"HIERARCHY_READ": "questionset/v2/hierarchy",
"SYSYTEM_UPDATE": "questionset/v2/system/update/",
"SYSYTEM_UPDATE": "questionset/v5/system/update/",
"HIERARCHY_UPDATE": "questionset/v2/hierarchy/update",
"DEFAULT_PARAMS_FIELDS": "instructions,outcomeDeclaration",
"UPDATE_COMMENT":"questionset/v2/comment/update",
"READ_COMMENT":"questionset/v2/comment/read"
},
"Question": {
"HIERARCHY_READ": "questionset/v2/hierarchy",
"LIST":"question/v2/list",
"READ":"question/v2/read/",
"CREATE": "question/v2/create",
"UPDATE": "question/v2/update/",
"REVIEW" : "question/v2/review/",
"REJECT": "question/v2/reject/",
"PUBLISH": "question/v2/publish/",
"SYSYTEM_UPDATE": "question/v2/system/update/"
"SYSYTEM_UPDATE": "question/v5/system/update/"
},
"Collection": {
"HIERARCHY_READ": "content/v3/hierarchy",
Expand Down
Loading

0 comments on commit 4236691

Please sign in to comment.