@digabi/exam-engine-core 16.6.3 → 16.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@
|
|
28
28
|
*/
|
29
29
|
|
30
30
|
/*!
|
31
|
-
* jQuery JavaScript Library v3.6.
|
31
|
+
* jQuery JavaScript Library v3.6.1
|
32
32
|
* https://jquery.com/
|
33
33
|
*
|
34
34
|
* Includes Sizzle.js
|
@@ -38,7 +38,7 @@
|
|
38
38
|
* Released under the MIT license
|
39
39
|
* https://jquery.org/license
|
40
40
|
*
|
41
|
-
* Date:
|
41
|
+
* Date: 2022-08-26T17:52Z
|
42
42
|
*/
|
43
43
|
|
44
44
|
/** @license React v16.13.1
|
@@ -3,6 +3,6 @@ import { ExamAnswer, ExamServerAPI } from '../..';
|
|
3
3
|
export declare function answersSaga(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").TakeEffect | import("redux-saga/effects").CancelEffect | import("redux-saga/effects").ForkEffect<void>, void, {
|
4
4
|
type: "SAVE_ANSWER";
|
5
5
|
payload: ExamAnswer;
|
6
|
-
} & Task
|
6
|
+
} & Task<any>>;
|
7
7
|
export default function root(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").ForkEffect<void>, void, unknown>;
|
8
8
|
//# sourceMappingURL=sagas.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../src/store/answers/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAEjC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAuBjD,wBAAiB,WAAW,CAAC,aAAa,EAAE,aAAa;;;
|
1
|
+
{"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../src/store/answers/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAEjC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAuBjD,wBAAiB,WAAW,CAAC,aAAa,EAAE,aAAa;;;eAcxD;AAwBD,MAAM,CAAC,OAAO,UAAW,IAAI,CAAC,aAAa,EAAE,aAAa,2EAGzD"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "16.6.
|
3
|
+
"version": "16.6.4",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"redux": "^4.0.1",
|
53
53
|
"redux-saga": "^1.1.3",
|
54
54
|
"redux-saga-test-plan": "^4.0.0-rc.3",
|
55
|
-
"rich-text-editor": "^7.1.
|
55
|
+
"rich-text-editor": "^7.1.1",
|
56
56
|
"sanitize-html": "^2.0.0",
|
57
57
|
"typesafe-actions": "^5.1.0",
|
58
58
|
"utility-types": "^3.10.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"webpack-bundle-analyzer": "^4.1.0",
|
61
61
|
"webpack-cli": "^4.9.2"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "c25df3c6c9f4b5aeda53229784a978146a139b3d"
|
64
64
|
}
|