@digabi/exam-engine-core 19.12.2-alpha.3 → 19.12.2-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/exam/Exam.d.ts.map +1 -1
- package/dist/components/exam/Exam.js +6 -2
- package/dist/components/exam/Exam.js.map +1 -1
- package/dist/components/exam/RichTextAnswer.d.ts +0 -1
- package/dist/components/exam/RichTextAnswer.d.ts.map +1 -1
- package/dist/components/exam/RichTextAnswer.js +0 -18
- package/dist/components/exam/RichTextAnswer.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/dist/main-bundle.js.LICENSE.txt +0 -18
- package/package.json +2 -2
@@ -4,24 +4,6 @@
|
|
4
4
|
http://jedwatson.github.io/classnames
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
9
|
-
*
|
10
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
11
|
-
* Released under the MIT License.
|
12
|
-
*/
|
13
|
-
|
14
|
-
/*!
|
15
|
-
* jQuery JavaScript Library v3.7.1
|
16
|
-
* https://jquery.com/
|
17
|
-
*
|
18
|
-
* Copyright OpenJS Foundation and other contributors
|
19
|
-
* Released under the MIT license
|
20
|
-
* https://jquery.org/license
|
21
|
-
*
|
22
|
-
* Date: 2023-08-28T13:37Z
|
23
|
-
*/
|
24
|
-
|
25
7
|
/**
|
26
8
|
* @license React
|
27
9
|
* react-is.production.min.js
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "19.12.2-alpha.
|
3
|
+
"version": "19.12.2-alpha.5",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"webpack-bundle-analyzer": "^4.1.0",
|
60
60
|
"webpack-cli": "^5.0.2"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "e26eed0ea2be2d0d135d24114e74796aae9e51b3"
|
63
63
|
}
|