@coorpacademy/progression-engine
Advanced tools
Comparing version 11.5.0 to 11.5.1
@@ -9,3 +9,4 @@ import { computeNextStepAfterAnswer, computeNextStepAfterAnswerForReview, computeNextStepOnAcceptExtraLife, computeNextStepOnRefuseExtraLife } from './compute-next-step'; | ||
import ERRORS from './errors'; | ||
export { checkAnswer, checkAnswerCorrectness, computeNextStepAfterAnswer, computeNextStepAfterAnswerForReview, computeNextStepOnAcceptExtraLife, computeNextStepOnRefuseExtraLife, getFastSlideExitNode, createState, createProgression, getConfig, getConfigForProgression, ERRORS }; | ||
import updateState from './update-state'; | ||
export { checkAnswer, checkAnswerCorrectness, computeNextStepAfterAnswer, computeNextStepAfterAnswerForReview, computeNextStepOnAcceptExtraLife, computeNextStepOnRefuseExtraLife, getFastSlideExitNode, createState, createProgression, getConfig, getConfigForProgression, updateState, ERRORS }; | ||
//# sourceMappingURL=index.js.map |
@@ -41,3 +41,7 @@ "use strict"; | ||
var _updateState = _interopRequireDefault(require("./update-state")); | ||
exports.updateState = _updateState.default; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@coorpacademy/progression-engine", | ||
"version": "11.5.0", | ||
"version": "11.5.1", | ||
"description": "", | ||
@@ -65,3 +65,3 @@ "main": "lib/index.js", | ||
"author": "CoorpAcademy", | ||
"gitHead": "702f62dcce3302ab5ea30e6b378bb15004417d0a" | ||
"gitHead": "b19a45149c174adceace9ac95e31bcfa6d5f66eb" | ||
} |
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
1705527
16099