@coorpacademy/player-services
Advanced tools
Comparing version 1.3.1 to 1.3.2
// type Context = {| | ||
// title: string, | ||
// description: string, | ||
// media: Media | ||
// |}; | ||
// eslint-disable-next-line no-shadow | ||
// strict | ||
export const CONTENT_TYPE = { | ||
@@ -18,14 +9,4 @@ CHAPTER: 'chapter', | ||
// type Slide = {| | ||
// _id: string, | ||
// klf: string, | ||
// tips: string, | ||
// hasClue: boolean, | ||
// chapter_id: string, | ||
// authors: Array<string>, | ||
// context: Context, | ||
// meta: Meta, | ||
// lessons: Array<Lesson>, | ||
// question: Question | ||
// |}; | ||
// eslint-disable-next-line no-shadow | ||
// strict | ||
//# sourceMappingURL=definitions.js.map |
@@ -64,3 +64,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
const findBestOf = fixtures => (engineRef, contentRef, progressionId = '') => { | ||
const findBestOf = fixtures => (engineRef, contentType, contentRef, progressionId = '') => { | ||
const { getAllProgressions } = fixtures; | ||
@@ -67,0 +67,0 @@ const progressions = getAllProgressions(); |
'use strict'; | ||
exports.__esModule = true; | ||
// type Context = {| | ||
// title: string, | ||
// description: string, | ||
// media: Media | ||
// |}; | ||
// eslint-disable-next-line no-shadow | ||
// strict | ||
const CONTENT_TYPE = exports.CONTENT_TYPE = { | ||
@@ -21,14 +10,4 @@ CHAPTER: 'chapter', | ||
// type Slide = {| | ||
// _id: string, | ||
// klf: string, | ||
// tips: string, | ||
// hasClue: boolean, | ||
// chapter_id: string, | ||
// authors: Array<string>, | ||
// context: Context, | ||
// meta: Meta, | ||
// lessons: Array<Lesson>, | ||
// question: Question | ||
// |}; | ||
// eslint-disable-next-line no-shadow | ||
// strict | ||
//# sourceMappingURL=definitions.js.map |
@@ -94,3 +94,3 @@ 'use strict'; | ||
const findBestOf = fixtures => (engineRef, contentRef, progressionId = '') => { | ||
const findBestOf = fixtures => (engineRef, contentType, contentRef, progressionId = '') => { | ||
const { getAllProgressions } = fixtures; | ||
@@ -97,0 +97,0 @@ const progressions = getAllProgressions(); |
{ | ||
"name": "@coorpacademy/player-services", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Implements reactions to redux actions from player-store", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@coorpacademy/progression-engine": "9.3.0", | ||
"@coorpacademy/progression-engine": "9.3.1", | ||
"lodash": "^4.17.4" | ||
@@ -73,3 +73,3 @@ }, | ||
}, | ||
"gitHead": "8c8c1cc04f71651ce622d9551af377e91ce470ba" | ||
"gitHead": "dbf9c166da0a4f8ed362df6242dab3bf5aa38921" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
830075
0
102
857
+ Added@coorpacademy/progression-engine@9.3.1(transitive)
- Removed@coorpacademy/progression-engine@9.3.0(transitive)