Skip to content

Commit

Permalink
Issue: #SB-15397 merge: Merge pull request #220 from arfath-gwl/relea…
Browse files Browse the repository at this point in the history
…se-2.7.0

Issue: #SB-16374 fix: REPLACED: dependency sunbird-client-data-models…
  • Loading branch information
AmiableAnil authored Dec 31, 2019
2 parents 6b756b4 + b12dfd6 commit 8de1f6e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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
Expand Up @@ -19,14 +19,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@project-sunbird/client-services": "git+https://github.com/Sunbird-Ed/sunbird-client-services.git",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.8.17",
"inversify": "^5.0.1",
"jsonwebtoken": "^8.4.0",
"pako": "^1.0.8",
"qs": "^6.6.0",
"reflect-metadata": "^0.1.13",
"sunbird-client-data-models": "git+https://github.com/arfath-gwl/sunbird-client-data-models#v1.0.4",
"typescript-collections": "^1.3.2",
"uuid": "^3.3.2",
"whatwg-fetch": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/content/def/content.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Content as ContentData} from 'sunbird-client-data-models';
export {Content as ContentData, LicenseDetails, AltMsg as ComingSoonMsg, OriginData} from 'sunbird-client-data-models';
import {Content as ContentData} from '@project-sunbird/client-services';
export {Content as ContentData, LicenseDetails, AltMsg as ComingSoonMsg, OriginData} from '@project-sunbird/client-services';

import {Rollup} from '../../telemetry';
import {ContentAccess} from '../../profile';
Expand Down
2 changes: 1 addition & 1 deletion src/course/def/batch.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Batch} from 'sunbird-client-data-models';
export {Batch} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/course/def/course.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Course, CourseCertificate} from 'sunbird-client-data-models';
export {Course, CourseCertificate} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/faq/def/faq.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Faq, Faqs} from 'sunbird-client-data-models';
export {Faq, Faqs} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/framework/def/channel.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Channel} from 'sunbird-client-data-models';
export {Channel} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/framework/def/framework-category-code.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {FrameworkCategoryCode, FrameworkCategoryCodesGroup} from 'sunbird-client-data-models';
export {FrameworkCategoryCode, FrameworkCategoryCodesGroup} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/framework/def/framework.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Framework, FrameworkCategory, CategoryTerm, CategoryAssociation} from 'sunbird-client-data-models';
export {Framework, FrameworkCategory, CategoryTerm, CategoryAssociation} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/page/def/page-assemble.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {PageAssemble, PageSections} from 'sunbird-client-data-models';
export {PageAssemble, PageSections} from '@project-sunbird/client-services';
2 changes: 1 addition & 1 deletion src/profile/def/server-profile.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {User as ServerProfile, RootOrg} from 'sunbird-client-data-models';
export {User as ServerProfile, RootOrg} from '@project-sunbird/client-services';

0 comments on commit 8de1f6e

Please sign in to comment.